Skip to content

Commit edb79ea

Browse files
Update dependency eslint-plugin-prettier to v5
1 parent 75ddede commit edb79ea

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"eslint-plugin-import": "2.31.0",
9696
"eslint-plugin-jest": "28.11.0",
9797
"eslint-plugin-jsx-a11y": "6.10.2",
98-
"eslint-plugin-prettier": "4.2.1",
98+
"eslint-plugin-prettier": "5.4.1",
9999
"eslint-plugin-react": "7.37.5",
100100
"fetch-mock": "9.4.0",
101101
"html-loader": "5.1.0",

yarn.lock

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,6 +1575,11 @@
15751575
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
15761576
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
15771577

1578+
"@pkgr/core@^0.2.4":
1579+
version "0.2.7"
1580+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.7.tgz#eb5014dfd0b03e7f3ba2eeeff506eed89b028058"
1581+
integrity sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg==
1582+
15781583
"@pollyjs/adapter-fetch@6.0.6":
15791584
version "6.0.6"
15801585
resolved "https://registry.yarnpkg.com/@pollyjs/adapter-fetch/-/adapter-fetch-6.0.6.tgz#2f97b593aab9f6037cf4a97b7f5499965faa83de"
@@ -4611,12 +4616,13 @@ eslint-plugin-jsx-a11y@6.10.2:
46114616
safe-regex-test "^1.0.3"
46124617
string.prototype.includes "^2.0.1"
46134618

4614-
eslint-plugin-prettier@4.2.1:
4615-
version "4.2.1"
4616-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
4617-
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
4619+
eslint-plugin-prettier@5.4.1:
4620+
version "5.4.1"
4621+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.1.tgz#99b55d7dd70047886b2222fdd853665f180b36af"
4622+
integrity sha512-9dF+KuU/Ilkq27A8idRP7N2DH8iUR6qXcjF3FR2wETY21PZdBrIjwCau8oboyGj9b7etWmTGEeM8e7oOed6ZWg==
46184623
dependencies:
46194624
prettier-linter-helpers "^1.0.0"
4625+
synckit "^0.11.7"
46204626

46214627
eslint-plugin-react@7.37.5:
46224628
version "7.37.5"
@@ -9918,6 +9924,13 @@ symbol-tree@^3.2.4:
99189924
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
99199925
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
99209926

9927+
synckit@^0.11.7:
9928+
version "0.11.8"
9929+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.8.tgz#b2aaae998a4ef47ded60773ad06e7cb821f55457"
9930+
integrity sha512-+XZ+r1XGIJGeQk3VvXhT6xx/VpbHsRzsTkGgF6E5RX9TTXD0118l87puaEBZ566FhqblC6U0d4XnubznJDm30A==
9931+
dependencies:
9932+
"@pkgr/core" "^0.2.4"
9933+
99219934
tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0, tapable@^2.2.1:
99229935
version "2.2.1"
99239936
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"

0 commit comments

Comments
 (0)