Skip to content

Commit 7c98b6c

Browse files
chore(deps): update eslint-plugin-prettier to v5
1 parent 819c8db commit 7c98b6c

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.4",
7272
"eslint-plugin-react": "7.37.4",
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"
@@ -8396,12 +8401,13 @@ eslint-plugin-jsx-a11y@^6.5.1:
83968401
language-tags "^1.0.5"
83978402
minimatch "^3.0.4"
83988403

8399-
eslint-plugin-prettier@4.2.1:
8400-
version "4.2.1"
8401-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
8402-
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
8404+
eslint-plugin-prettier@5.2.4:
8405+
version "5.2.4"
8406+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.4.tgz#6daa54a11da8c48971475d7c0e239d0b6c6dbc60"
8407+
integrity sha512-SFtuYmnhwYCtuCDTKPoK+CEzCnEgKTU2qTLwoCxvrC0MFBTIXo1i6hDYOI4cwHaE5GZtlWmTN3YfucYi7KJwPw==
84038408
dependencies:
84048409
prettier-linter-helpers "^1.0.0"
8410+
synckit "^0.10.2"
84058411

84068412
eslint-plugin-react-hooks@4.6.2:
84078413
version "4.6.2"
@@ -17892,6 +17898,14 @@ sync-fetch@0.3.0:
1789217898
buffer "^5.7.0"
1789317899
node-fetch "^2.6.1"
1789417900

17901+
synckit@^0.10.2:
17902+
version "0.10.2"
17903+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.10.2.tgz#000b87488453b7943edd7ee5c3028057c4490af0"
17904+
integrity sha512-cSGiaCPhFzeFIQY8KKEacv46LclENY4d60jgkwCrKomvRkIjtMyss1dPkHLp/62c1leuOjEedB1+lWcwqTJSvA==
17905+
dependencies:
17906+
"@pkgr/core" "^0.2.0"
17907+
tslib "^2.8.1"
17908+
1789517909
table@^6.0.9:
1789617910
version "6.7.1"
1789717911
resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"
@@ -18258,6 +18272,11 @@ tslib@^2.1.0:
1825818272
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
1825918273
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
1826018274

18275+
tslib@^2.8.1:
18276+
version "2.8.1"
18277+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
18278+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
18279+
1826118280
tslib@~2.0.1:
1826218281
version "2.0.3"
1826318282
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"

0 commit comments

Comments
 (0)