Skip to content

Commit 921b567

Browse files
chore: update dependency eslint-plugin-prettier to v5 (#401)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7533b76 commit 921b567

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
@@ -74,7 +74,7 @@
7474
"eslint-config-prettier": "10.1.8",
7575
"eslint-import-resolver-typescript": "4.4.4",
7676
"eslint-plugin-import": "2.32.0",
77-
"eslint-plugin-prettier": "4.2.5",
77+
"eslint-plugin-prettier": "5.5.3",
7878
"eslint-plugin-react": "7.37.5",
7979
"eslint-plugin-react-hooks": "4.6.0",
8080
"husky": "8.0.3",

yarn.lock

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

3519+
"@pkgr/core@^0.2.9":
3520+
version "0.2.9"
3521+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.9.tgz#d229a7b7f9dac167a156992ef23c7f023653f53b"
3522+
integrity sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==
3523+
35193524
"@polka/url@^1.0.0-next.20":
35203525
version "1.0.0-next.21"
35213526
resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.21.tgz#5de5a2385a35309427f6011992b544514d559aa1"
@@ -6737,12 +6742,13 @@ eslint-plugin-jsx-a11y@^6.7.1:
67376742
safe-regex-test "^1.0.3"
67386743
string.prototype.includes "^2.0.1"
67396744

6740-
eslint-plugin-prettier@4.2.5:
6741-
version "4.2.5"
6742-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.5.tgz#91ca3f2f01a84f1272cce04e9717550494c0fe06"
6743-
integrity sha512-9Ni+xgemM2IWLq6aXEpP2+V/V30GeA/46Ar629vcMqVPodFFWC9skHu/D1phvuqtS8bJCFnNf01/qcmqYEwNfg==
6745+
eslint-plugin-prettier@5.5.3:
6746+
version "5.5.3"
6747+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.3.tgz#1f88e9220a72ac8be171eec5f9d4e4d529b5f4a0"
6748+
integrity sha512-NAdMYww51ehKfDyDhv59/eIItUVzU0Io9H2E8nHNGKEeeqlnci+1gCvrHib6EmZdf6GxF+LCV5K7UC65Ezvw7w==
67446749
dependencies:
67456750
prettier-linter-helpers "^1.0.0"
6751+
synckit "^0.11.7"
67466752

67476753
67486754
version "4.6.0"
@@ -11475,6 +11481,13 @@ swap-case@^2.0.2:
1147511481
dependencies:
1147611482
tslib "^2.0.3"
1147711483

11484+
synckit@^0.11.7:
11485+
version "0.11.11"
11486+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.11.tgz#c0b619cf258a97faa209155d9cd1699b5c998cb0"
11487+
integrity sha512-MeQTA1r0litLUf0Rp/iisCaL8761lKAZHaimlbGK4j0HysC4PLfqygQj9srcs0m2RdtDYnF8UuYyKpbjHYp7Jw==
11488+
dependencies:
11489+
"@pkgr/core" "^0.2.9"
11490+
1147811491
1147911492
version "1.14.0"
1148011493
resolved "https://registry.yarnpkg.com/tailwind-merge/-/tailwind-merge-1.14.0.tgz#e677f55d864edc6794562c63f5001f45093cdb8b"

0 commit comments

Comments
 (0)