Skip to content

Commit 78bb48b

Browse files
chore(deps): update eslint-plugin-prettier to v5
1 parent 704f1ed commit 78bb48b

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.3",
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
@@ -3319,6 +3319,11 @@
33193319
dependencies:
33203320
"@octokit/openapi-types" "^11.2.0"
33213321

3322+
"@pkgr/core@^0.1.0":
3323+
version "0.1.1"
3324+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
3325+
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
3326+
33223327
"@pmmmwh/react-refresh-webpack-plugin@^0.4.3":
33233328
version "0.4.3"
33243329
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.4.3.tgz#1eec460596d200c0236bf195b078a5d1df89b766"
@@ -8372,12 +8377,13 @@ eslint-plugin-jsx-a11y@^6.5.1:
83728377
language-tags "^1.0.5"
83738378
minimatch "^3.0.4"
83748379

8375-
eslint-plugin-prettier@4.2.1:
8376-
version "4.2.1"
8377-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
8378-
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
8380+
eslint-plugin-prettier@5.2.3:
8381+
version "5.2.3"
8382+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.3.tgz#c4af01691a6fa9905207f0fbba0d7bea0902cce5"
8383+
integrity sha512-qJ+y0FfCp/mQYQ/vWQ3s7eUlFEL4PyKfAJxsnYTJ4YT73nsJBWqmEpFryxV9OeUiqmsTsYJ5Y+KDNaeP31wrRw==
83798384
dependencies:
83808385
prettier-linter-helpers "^1.0.0"
8386+
synckit "^0.9.1"
83818387

83828388
eslint-plugin-react-hooks@4.6.2:
83838389
version "4.6.2"
@@ -17868,6 +17874,14 @@ sync-fetch@0.3.0:
1786817874
buffer "^5.7.0"
1786917875
node-fetch "^2.6.1"
1787017876

17877+
synckit@^0.9.1:
17878+
version "0.9.2"
17879+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.9.2.tgz#a3a935eca7922d48b9e7d6c61822ee6c3ae4ec62"
17880+
integrity sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==
17881+
dependencies:
17882+
"@pkgr/core" "^0.1.0"
17883+
tslib "^2.6.2"
17884+
1787117885
table@^6.0.9:
1787217886
version "6.7.1"
1787317887
resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"
@@ -18234,6 +18248,11 @@ tslib@^2.1.0:
1823418248
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
1823518249
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
1823618250

18251+
tslib@^2.6.2:
18252+
version "2.8.1"
18253+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
18254+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
18255+
1823718256
tslib@~2.0.1:
1823818257
version "2.0.3"
1823918258
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"

0 commit comments

Comments
 (0)