Skip to content

Commit 3c0c34e

Browse files
chore(deps): update eslint-plugin-prettier to v5
1 parent b5acc04 commit 3c0c34e

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"eslint-config-react": "1.1.7",
6969
"eslint-plugin-import": "2.31.0",
7070
"eslint-plugin-jsx-a11y": "6.10.2",
71-
"eslint-plugin-prettier": "4.2.1",
71+
"eslint-plugin-prettier": "5.2.2",
7272
"eslint-plugin-react": "7.37.3",
7373
"eslint-plugin-react-hooks": "4.6.2",
7474
"gatsby": "4.6.2",

yarn.lock

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3306,6 +3306,11 @@
33063306
dependencies:
33073307
"@octokit/openapi-types" "^11.2.0"
33083308

3309+
"@pkgr/core@^0.1.0":
3310+
version "0.1.1"
3311+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
3312+
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
3313+
33093314
"@pmmmwh/react-refresh-webpack-plugin@^0.4.3":
33103315
version "0.4.3"
33113316
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.4.3.tgz#1eec460596d200c0236bf195b078a5d1df89b766"
@@ -8359,12 +8364,13 @@ eslint-plugin-jsx-a11y@^6.5.1:
83598364
language-tags "^1.0.5"
83608365
minimatch "^3.0.4"
83618366

8362-
eslint-plugin-prettier@4.2.1:
8363-
version "4.2.1"
8364-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
8365-
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
8367+
eslint-plugin-prettier@5.2.2:
8368+
version "5.2.2"
8369+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.2.tgz#d1f068f65dc8490f102eda21d1f4cd150c205211"
8370+
integrity sha512-1yI3/hf35wmlq66C8yOyrujQnel+v5l1Vop5Cl2I6ylyNTT1JbuUUnV3/41PzwTzcyDp/oF0jWE3HXvcH5AQOQ==
83668371
dependencies:
83678372
prettier-linter-helpers "^1.0.0"
8373+
synckit "^0.9.1"
83688374

83698375
eslint-plugin-react-hooks@4.6.2:
83708376
version "4.6.2"
@@ -17855,6 +17861,14 @@ sync-fetch@0.3.0:
1785517861
buffer "^5.7.0"
1785617862
node-fetch "^2.6.1"
1785717863

17864+
synckit@^0.9.1:
17865+
version "0.9.2"
17866+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.9.2.tgz#a3a935eca7922d48b9e7d6c61822ee6c3ae4ec62"
17867+
integrity sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==
17868+
dependencies:
17869+
"@pkgr/core" "^0.1.0"
17870+
tslib "^2.6.2"
17871+
1785817872
table@^6.0.9:
1785917873
version "6.7.1"
1786017874
resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"
@@ -18221,6 +18235,11 @@ tslib@^2.1.0:
1822118235
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
1822218236
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
1822318237

18238+
tslib@^2.6.2:
18239+
version "2.8.1"
18240+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
18241+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
18242+
1822418243
tslib@~2.0.1:
1822518244
version "2.0.3"
1822618245
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"

0 commit comments

Comments
 (0)