Skip to content

Commit e0339f1

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

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.6",
7272
"eslint-plugin-react": "7.37.5",
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
@@ -3343,6 +3343,11 @@
33433343
dependencies:
33443344
"@octokit/openapi-types" "^11.2.0"
33453345

3346+
"@pkgr/core@^0.2.0":
3347+
version "0.2.0"
3348+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.0.tgz#8dff61038cb5884789d8b323d9869e5363b976f7"
3349+
integrity sha512-vsJDAkYR6qCPu+ioGScGiMYR7LvZYIXh/dlQeviqoTWNCVfKTLYD/LkNWH4Mxsv2a5vpIRc77FN5DnmK1eBggQ==
3350+
33463351
"@pmmmwh/react-refresh-webpack-plugin@^0.4.3":
33473352
version "0.4.3"
33483353
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.4.3.tgz#1eec460596d200c0236bf195b078a5d1df89b766"
@@ -8419,12 +8424,13 @@ eslint-plugin-jsx-a11y@^6.5.1:
84198424
language-tags "^1.0.5"
84208425
minimatch "^3.0.4"
84218426

8422-
eslint-plugin-prettier@4.2.1:
8423-
version "4.2.1"
8424-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
8425-
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
8427+
eslint-plugin-prettier@5.2.6:
8428+
version "5.2.6"
8429+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.6.tgz#be39e3bb23bb3eeb7e7df0927cdb46e4d7945096"
8430+
integrity sha512-mUcf7QG2Tjk7H055Jk0lGBjbgDnfrvqjhXh9t2xLMSCjZVcw9Rb1V6sVNXO0th3jgeO7zllWPTNRil3JW94TnQ==
84268431
dependencies:
84278432
prettier-linter-helpers "^1.0.0"
8433+
synckit "^0.11.0"
84288434

84298435
eslint-plugin-react-hooks@4.6.2:
84308436
version "4.6.2"
@@ -17940,6 +17946,14 @@ sync-fetch@0.3.0:
1794017946
buffer "^5.7.0"
1794117947
node-fetch "^2.6.1"
1794217948

17949+
synckit@^0.11.0:
17950+
version "0.11.1"
17951+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.1.tgz#8ea44544e9d9c0540963c6bddb8f14616fef5425"
17952+
integrity sha512-fWZqNBZNNFp/7mTUy1fSsydhKsAKJ+u90Nk7kOK5Gcq9vObaqLBLjWFDBkyVU9Vvc6Y71VbOevMuGhqv02bT+Q==
17953+
dependencies:
17954+
"@pkgr/core" "^0.2.0"
17955+
tslib "^2.8.1"
17956+
1794317957
table@^6.0.9:
1794417958
version "6.7.1"
1794517959
resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"
@@ -18306,6 +18320,11 @@ tslib@^2.1.0:
1830618320
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
1830718321
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
1830818322

18323+
tslib@^2.8.1:
18324+
version "2.8.1"
18325+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
18326+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
18327+
1830918328
tslib@~2.0.1:
1831018329
version "2.0.3"
1831118330
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"

0 commit comments

Comments
 (0)