From 12efa146f8185e6bf5a016676aa51cf4fb6d6b34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 02:06:15 +0000 Subject: [PATCH] build(deps-dev): bump prettier-plugin-pkg from 0.10.0 to 0.18.0 Bumps [prettier-plugin-pkg](https://github.com/un-ts/prettier) from 0.10.0 to 0.18.0. - [Release notes](https://github.com/un-ts/prettier/releases) - [Changelog](https://github.com/un-ts/prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/un-ts/prettier/compare/prettier-plugin-pkg@0.10.0...prettier-plugin-pkg@0.18.0) --- 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..9972255 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.18.0", "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..cc9be05 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.18.0: + version "0.18.0" + resolved "https://registry.yarnpkg.com/prettier-plugin-pkg/-/prettier-plugin-pkg-0.18.0.tgz#c0b9158416c50b0c0414faccb650fd82e3abd0fc" + integrity sha512-cme+OUHj25cVj3HwGK6ek/GkCHhlhM1u/IYspOHYsFImaXMJCmjs8xeCcvLreD0HMX5QxObot+3TtQR3Bd2wHw== prettier-plugin-sh@^0.7.1: version "0.7.1"