From 3fefae9cbb0f5b39c9a80e51da1cb697c8e487ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 02:18:14 +0000 Subject: [PATCH] build(deps-dev): bump prettier-plugin-pkg from 0.10.0 to 0.14.1 Bumps [prettier-plugin-pkg](https://github.com/rx-ts/prettier) from 0.10.0 to 0.14.1. - [Release notes](https://github.com/rx-ts/prettier/releases) - [Changelog](https://github.com/rx-ts/prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/rx-ts/prettier/compare/prettier-plugin-pkg@0.10.0...prettier-plugin-pkg@0.14.1) --- updated-dependencies: - dependency-name: prettier-plugin-pkg dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8571043..e613c22 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "prettier-plugin-organize-imports": "^2.3.3", - "prettier-plugin-pkg": "^0.10.0", + "prettier-plugin-pkg": "^0.14.1", "prettier-plugin-sh": "^0.7.1", "prettier-standard": "^16.4.1", "typescript-json-schema": "^0.50.1" diff --git a/yarn.lock b/yarn.lock index 4ec7a1b..a1d454e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2027,10 +2027,10 @@ prettier-plugin-organize-imports@^2.3.3: resolved "https://registry.yarnpkg.com/prettier-plugin-organize-imports/-/prettier-plugin-organize-imports-2.3.3.tgz#6877bcf8ca02569198d8f419c954a0d90a95de15" integrity sha512-PBOwQ8vEIB2b7B3gCuBG7D+dqsr1fsTR4TSAjNacRVdHJrD0yzgz9grOLPSyfwJm+NUTZLyWeHoZ+1mHaUrk+g== -prettier-plugin-pkg@^0.10.0: - version "0.10.0" - resolved "https://registry.yarnpkg.com/prettier-plugin-pkg/-/prettier-plugin-pkg-0.10.0.tgz#07d5acfcc3818dbec957e21e9860d7c3f80e02d4" - integrity sha512-NvqkGTfAdB9Bu7txMaePQTieVAo4mvBGkWsdtOego5WwJT3cu6mLlYDBe/FEQ9gcW6+vjYiBwkP0qs3lBIZbfw== +prettier-plugin-pkg@^0.14.1: + version "0.14.1" + resolved "https://registry.yarnpkg.com/prettier-plugin-pkg/-/prettier-plugin-pkg-0.14.1.tgz#1497d5f521186b401accd3f4c56a5a27e0102d92" + integrity sha512-kZpzhngToaUOudqZ2drGCbJbfSitMbTRv3i5eUVWXphqk1vn3PC90RFe1q3jsZOXRy0bELsFrwAxzq6a+wDNDQ== prettier-plugin-sh@^0.7.1: version "0.7.1"