Skip to content

Commit 846ce90

Browse files
chore(deps): update eslint-plugin-prettier to v5
1 parent d5db8f7 commit 846ce90

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
@@ -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.4.1",
7272
"eslint-plugin-react": "7.37.5",
7373
"eslint-plugin-react-hooks": "4.6.2",
7474
"gatsby": "4.25.7",

yarn.lock

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4187,6 +4187,11 @@
41874187
chrome-trace-event "^1.0.2"
41884188
nullthrows "^1.1.1"
41894189

4190+
"@pkgr/core@^0.2.4":
4191+
version "0.2.4"
4192+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.4.tgz#d897170a2b0ba51f78a099edccd968f7b103387c"
4193+
integrity sha512-ROFF39F6ZrnzSUEmQQZUar0Jt4xVoP9WnDRdWwF4NNcXs3xBTLgBUDoOwW141y1jP+S8nahIbdxbFC7IShw9Iw==
4194+
41904195
"@pmmmwh/react-refresh-webpack-plugin@^0.5.7":
41914196
version "0.5.16"
41924197
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.16.tgz#36795b3d5a967032a769977780f2dcc01f4e9c4a"
@@ -9315,12 +9320,13 @@ eslint-plugin-jsx-a11y@6.10.2, eslint-plugin-jsx-a11y@^6.6.1:
93159320
safe-regex-test "^1.0.3"
93169321
string.prototype.includes "^2.0.1"
93179322

9318-
eslint-plugin-prettier@4.2.1:
9319-
version "4.2.1"
9320-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
9321-
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
9323+
eslint-plugin-prettier@5.4.1:
9324+
version "5.4.1"
9325+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.1.tgz#99b55d7dd70047886b2222fdd853665f180b36af"
9326+
integrity sha512-9dF+KuU/Ilkq27A8idRP7N2DH8iUR6qXcjF3FR2wETY21PZdBrIjwCau8oboyGj9b7etWmTGEeM8e7oOed6ZWg==
93229327
dependencies:
93239328
prettier-linter-helpers "^1.0.0"
9329+
synckit "^0.11.7"
93249330

93259331
eslint-plugin-react-hooks@4.6.2, eslint-plugin-react-hooks@^4.6.0:
93269332
version "4.6.2"
@@ -18743,6 +18749,13 @@ symbol-tree@^3.2.4:
1874318749
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
1874418750
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
1874518751

18752+
synckit@^0.11.7:
18753+
version "0.11.8"
18754+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.8.tgz#b2aaae998a4ef47ded60773ad06e7cb821f55457"
18755+
integrity sha512-+XZ+r1XGIJGeQk3VvXhT6xx/VpbHsRzsTkGgF6E5RX9TTXD0118l87puaEBZ566FhqblC6U0d4XnubznJDm30A==
18756+
dependencies:
18757+
"@pkgr/core" "^0.2.4"
18758+
1874618759
table@^6.0.9:
1874718760
version "6.7.1"
1874818761
resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"

0 commit comments

Comments
 (0)