From f9a37f4e31d4539850ed15587c21040ce72eb369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 02:14:07 +0000 Subject: [PATCH] build(deps-dev): bump prettier-plugin-pkg from 0.10.0 to 0.16.1 Bumps [prettier-plugin-pkg](https://github.com/un-ts/prettier) from 0.10.0 to 0.16.1. - [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.16.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..46d537f 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.16.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..c3ed7d6 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.16.1: + version "0.16.1" + resolved "https://registry.yarnpkg.com/prettier-plugin-pkg/-/prettier-plugin-pkg-0.16.1.tgz#7cf9c06a1d475f89a3695d3cf9f73c13ce06374e" + integrity sha512-wy6mekVVYluwNLCqTmayW2916ABTLjf7SFQWcOfJ+nnqg1AavJiCyfZrapvaGUbinivdnm3IhIjxMjTjkXgVgQ== prettier-plugin-sh@^0.7.1: version "0.7.1"