Skip to content

Commit 72932c9

Browse files
chore(deps): update eslint-plugin-prettier to v5
1 parent 40e7ad5 commit 72932c9

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.29.1",
7070
"eslint-plugin-jsx-a11y": "6.8.0",
71-
"eslint-plugin-prettier": "4.2.1",
71+
"eslint-plugin-prettier": "5.1.3",
7272
"eslint-plugin-react": "7.33.2",
7373
"eslint-plugin-react-hooks": "4.6.0",
7474
"gatsby": "4.6.2",

yarn.lock

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3383,6 +3383,11 @@
33833383
dependencies:
33843384
"@octokit/openapi-types" "^11.2.0"
33853385

3386+
"@pkgr/core@^0.1.0":
3387+
version "0.1.0"
3388+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.0.tgz#7d8dacb7fdef0e4387caf7396cbd77f179867d06"
3389+
integrity sha512-Zwq5OCzuwJC2jwqmpEQt7Ds1DTi6BWSwoGkbb1n9pO3hzb35BoJELx7c0T23iDkBGkh2e7tvOtjF3tr3OaQHDQ==
3390+
33863391
"@pmmmwh/react-refresh-webpack-plugin@^0.4.3":
33873392
version "0.4.3"
33883393
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.4.3.tgz#1eec460596d200c0236bf195b078a5d1df89b766"
@@ -8185,12 +8190,13 @@ eslint-plugin-jsx-a11y@^6.5.1:
81858190
language-tags "^1.0.5"
81868191
minimatch "^3.0.4"
81878192

8188-
eslint-plugin-prettier@4.2.1:
8189-
version "4.2.1"
8190-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
8191-
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
8193+
eslint-plugin-prettier@5.1.3:
8194+
version "5.1.3"
8195+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz#17cfade9e732cef32b5f5be53bd4e07afd8e67e1"
8196+
integrity sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==
81928197
dependencies:
81938198
prettier-linter-helpers "^1.0.0"
8199+
synckit "^0.8.6"
81948200

81958201
eslint-plugin-react-hooks@4.6.0:
81968202
version "4.6.0"
@@ -17257,6 +17263,14 @@ sync-fetch@0.3.0:
1725717263
buffer "^5.7.0"
1725817264
node-fetch "^2.6.1"
1725917265

17266+
synckit@^0.8.6:
17267+
version "0.8.8"
17268+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.8.tgz#fe7fe446518e3d3d49f5e429f443cf08b6edfcd7"
17269+
integrity sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==
17270+
dependencies:
17271+
"@pkgr/core" "^0.1.0"
17272+
tslib "^2.6.2"
17273+
1726017274
table@^6.0.9:
1726117275
version "6.7.1"
1726217276
resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"
@@ -17623,6 +17637,11 @@ tslib@^2.1.0:
1762317637
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
1762417638
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
1762517639

17640+
tslib@^2.6.2:
17641+
version "2.6.2"
17642+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
17643+
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
17644+
1762617645
tslib@~2.0.1:
1762717646
version "2.0.3"
1762817647
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"

0 commit comments

Comments
 (0)