Skip to content

Commit 07e5d52

Browse files
chore(deps): update dependency eslint-plugin-prettier to v5
1 parent be55022 commit 07e5d52

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
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/parser": "^5.10.2",
2121
"eslint": "^8.8.0",
2222
"eslint-config-prettier": "^8.3.0",
23-
"eslint-plugin-prettier": "^4.0.0",
23+
"eslint-plugin-prettier": "^5.0.0",
2424
"eslint-plugin-react": "^7.28.0",
2525
"eslint-plugin-react-hooks": "^4.3.0",
2626
"prettier": "^2.5.1",

yarn.lock

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@
129129
"@nodelib/fs.scandir" "2.1.4"
130130
fastq "^1.6.0"
131131

132+
"@pkgr/core@^0.2.9":
133+
version "0.2.9"
134+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.9.tgz#d229a7b7f9dac167a156992ef23c7f023653f53b"
135+
integrity sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==
136+
132137
"@swc/helpers@0.4.11":
133138
version "0.4.11"
134139
resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.4.11.tgz#db23a376761b3d31c26502122f349a21b592c8de"
@@ -509,12 +514,13 @@ eslint-config-prettier@^8.3.0:
509514
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a"
510515
integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==
511516

512-
eslint-plugin-prettier@^4.0.0:
513-
version "4.0.0"
514-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz#8b99d1e4b8b24a762472b4567992023619cb98e0"
515-
integrity sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==
517+
eslint-plugin-prettier@^5.0.0:
518+
version "5.5.4"
519+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.4.tgz#9d61c4ea11de5af704d4edf108c82ccfa7f2e61c"
520+
integrity sha512-swNtI95SToIz05YINMA6Ox5R057IMAmWZ26GqPxusAp1TZzj+IdY9tXNWWD3vkF/wEqydCONcwjTFpxybBqZsg==
516521
dependencies:
517522
prettier-linter-helpers "^1.0.0"
523+
synckit "^0.11.7"
518524

519525
eslint-plugin-react-hooks@^4.3.0:
520526
version "4.3.0"
@@ -1469,6 +1475,13 @@ supports-color@^7.1.0:
14691475
dependencies:
14701476
has-flag "^4.0.0"
14711477

1478+
synckit@^0.11.7:
1479+
version "0.11.11"
1480+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.11.tgz#c0b619cf258a97faa209155d9cd1699b5c998cb0"
1481+
integrity sha512-MeQTA1r0litLUf0Rp/iisCaL8761lKAZHaimlbGK4j0HysC4PLfqygQj9srcs0m2RdtDYnF8UuYyKpbjHYp7Jw==
1482+
dependencies:
1483+
"@pkgr/core" "^0.2.9"
1484+
14721485
text-table@^0.2.0:
14731486
version "0.2.0"
14741487
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"

0 commit comments

Comments
 (0)