Skip to content

Commit 438926b

Browse files
chore(deps): update eslint-plugin-prettier to v5
1 parent fd57809 commit 438926b

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.9.0",
71-
"eslint-plugin-prettier": "4.2.1",
71+
"eslint-plugin-prettier": "5.1.3",
7272
"eslint-plugin-react": "7.34.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
@@ -3312,6 +3312,11 @@
33123312
dependencies:
33133313
"@octokit/openapi-types" "^11.2.0"
33143314

3315+
"@pkgr/core@^0.1.0":
3316+
version "0.1.1"
3317+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
3318+
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
3319+
33153320
"@pmmmwh/react-refresh-webpack-plugin@^0.4.3":
33163321
version "0.4.3"
33173322
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.4.3.tgz#1eec460596d200c0236bf195b078a5d1df89b766"
@@ -8209,12 +8214,13 @@ eslint-plugin-jsx-a11y@^6.5.1:
82098214
language-tags "^1.0.5"
82108215
minimatch "^3.0.4"
82118216

8212-
eslint-plugin-prettier@4.2.1:
8213-
version "4.2.1"
8214-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
8215-
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
8217+
eslint-plugin-prettier@5.1.3:
8218+
version "5.1.3"
8219+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz#17cfade9e732cef32b5f5be53bd4e07afd8e67e1"
8220+
integrity sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==
82168221
dependencies:
82178222
prettier-linter-helpers "^1.0.0"
8223+
synckit "^0.8.6"
82188224

82198225
eslint-plugin-react-hooks@4.6.2:
82208226
version "4.6.2"
@@ -17416,6 +17422,14 @@ sync-fetch@0.3.0:
1741617422
buffer "^5.7.0"
1741717423
node-fetch "^2.6.1"
1741817424

17425+
synckit@^0.8.6:
17426+
version "0.8.8"
17427+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.8.tgz#fe7fe446518e3d3d49f5e429f443cf08b6edfcd7"
17428+
integrity sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==
17429+
dependencies:
17430+
"@pkgr/core" "^0.1.0"
17431+
tslib "^2.6.2"
17432+
1741917433
table@^6.0.9:
1742017434
version "6.7.1"
1742117435
resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"
@@ -17782,6 +17796,11 @@ tslib@^2.1.0:
1778217796
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
1778317797
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
1778417798

17799+
tslib@^2.6.2:
17800+
version "2.6.3"
17801+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
17802+
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
17803+
1778517804
tslib@~2.0.1:
1778617805
version "2.0.3"
1778717806
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"

0 commit comments

Comments
 (0)