From 2abb7855114f0f1f454aa240cdfc267f7b3eb849 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:26:10 +0300 Subject: [PATCH] chore(deps): update dependency @theguild/prettier-config to v2.0.5 (#1091) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 95c268f2ea4..55e2f95777a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@babel/preset-typescript": "7.23.3", "@changesets/changelog-github": "0.5.0", "@changesets/cli": "2.27.1", - "@theguild/prettier-config": "2.0.3", + "@theguild/prettier-config": "2.0.5", "@types/jest": "29.5.11", "@types/node": "20.11.4", "@types/react-dom": "18.2.18", diff --git a/yarn.lock b/yarn.lock index 07694a320e0..8b0d1f0b3c8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2321,14 +2321,14 @@ dependencies: tslib "^2.4.0" -"@theguild/prettier-config@2.0.3": - version "2.0.3" - resolved "https://registry.yarnpkg.com/@theguild/prettier-config/-/prettier-config-2.0.3.tgz#a66aa5ceaac0ce27727a8dba4fbbdf4a44f586e7" - integrity sha512-GsYPJ+MeJXzKaSza/j1ETVZbFeXXStab8eoDhDflnx6RYVOr9KOPzBBO7nGemFopNnsGXv2wLxT4R33+Fz6Rjg== +"@theguild/prettier-config@2.0.5": + version "2.0.5" + resolved "https://registry.yarnpkg.com/@theguild/prettier-config/-/prettier-config-2.0.5.tgz#7e2ddbc22d90874a3eaca143d5206a53e3d50dd4" + integrity sha512-M2UDSNGxu5xFqiIiUdbue+RsWjxOcnzM1uxXHep+pX16bSdQo55wSzKD9APRBQndV/362oj1Avtdz9ef/LBsKQ== dependencies: "@ianvs/prettier-plugin-sort-imports" "4.1.1" prettier-plugin-pkg "^0.18.0" - prettier-plugin-sh "^0.13.1" + prettier-plugin-sh "^0.14.0" "@tsconfig/node10@^1.0.7": version "1.0.9" @@ -7401,10 +7401,10 @@ prettier-plugin-pkg@^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.13.1: - version "0.13.1" - resolved "https://registry.yarnpkg.com/prettier-plugin-sh/-/prettier-plugin-sh-0.13.1.tgz#99388c0811994f24334d5233eb5a7cb874dcb840" - integrity sha512-ytMcl1qK4s4BOFGvsc9b0+k9dYECal7U29bL/ke08FEUsF/JLN0j6Peo0wUkFDG4y2UHLMhvpyd6Sd3zDXe/eg== +prettier-plugin-sh@^0.14.0: + version "0.14.0" + resolved "https://registry.yarnpkg.com/prettier-plugin-sh/-/prettier-plugin-sh-0.14.0.tgz#22b186adea79b36212ccd9faa8dd01f33ef34ff6" + integrity sha512-hfXulj5+zEl/ulrO5kMuuTPKmXvOg0bnLHY1hKFNN/N+/903iZbNp8NyZBTsgI8dtkSgFfAEIQq0IQTyP1ZVFQ== dependencies: mvdan-sh "^0.10.1" sh-syntax "^0.4.1"