Skip to content

Commit f9bca2b

Browse files
Update dependency eslint-plugin-prettier to v5
1 parent 39e8403 commit f9bca2b

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.13.3",
9797
"eslint-plugin-jsx-a11y": "6.10.2",
98-
"eslint-plugin-prettier": "4.2.1",
98+
"eslint-plugin-prettier": "5.5.0",
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
@@ -1623,6 +1623,11 @@
16231623
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
16241624
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
16251625

1626+
"@pkgr/core@^0.2.4":
1627+
version "0.2.7"
1628+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.7.tgz#eb5014dfd0b03e7f3ba2eeeff506eed89b028058"
1629+
integrity sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg==
1630+
16261631
"@pollyjs/adapter-fetch@6.0.7":
16271632
version "6.0.7"
16281633
resolved "https://registry.yarnpkg.com/@pollyjs/adapter-fetch/-/adapter-fetch-6.0.7.tgz#563b5794ae3d958be61acc3f0976c128a58af117"
@@ -4631,12 +4636,13 @@ eslint-plugin-jsx-a11y@6.10.2:
46314636
safe-regex-test "^1.0.3"
46324637
string.prototype.includes "^2.0.1"
46334638

4634-
eslint-plugin-prettier@4.2.1:
4635-
version "4.2.1"
4636-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
4637-
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
4639+
eslint-plugin-prettier@5.5.0:
4640+
version "5.5.0"
4641+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.0.tgz#cf763962f90bad035db03ca008ffb0c9b359fb16"
4642+
integrity sha512-8qsOYwkkGrahrgoUv76NZi23koqXOGiiEzXMrT8Q7VcYaUISR+5MorIUxfWqYXN0fN/31WbSrxCxFkVQ43wwrA==
46384643
dependencies:
46394644
prettier-linter-helpers "^1.0.0"
4645+
synckit "^0.11.7"
46404646

46414647
eslint-plugin-react@7.37.5:
46424648
version "7.37.5"
@@ -9894,6 +9900,13 @@ symbol-tree@^3.2.4:
98949900
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
98959901
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
98969902

9903+
synckit@^0.11.7:
9904+
version "0.11.8"
9905+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.8.tgz#b2aaae998a4ef47ded60773ad06e7cb821f55457"
9906+
integrity sha512-+XZ+r1XGIJGeQk3VvXhT6xx/VpbHsRzsTkGgF6E5RX9TTXD0118l87puaEBZ566FhqblC6U0d4XnubznJDm30A==
9907+
dependencies:
9908+
"@pkgr/core" "^0.2.4"
9909+
98979910
tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0, tapable@^2.2.1:
98989911
version "2.2.1"
98999912
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"

0 commit comments

Comments
 (0)