Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c1c6a6e

Browse files
authoredDec 11, 2024··
chore(deps): update dependency eslint-plugin-prettier to v5
1 parent be55022 commit c1c6a6e

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed
 

‎package.json

+1-1
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

+23-4
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.1.0":
133+
version "0.1.1"
134+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
135+
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
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.2.1"
519+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.1.tgz#d1c8f972d8f60e414c25465c163d16f209411f95"
520+
integrity sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==
516521
dependencies:
517522
prettier-linter-helpers "^1.0.0"
523+
synckit "^0.9.1"
518524

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

1478+
synckit@^0.9.1:
1479+
version "0.9.2"
1480+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.9.2.tgz#a3a935eca7922d48b9e7d6c61822ee6c3ae4ec62"
1481+
integrity sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==
1482+
dependencies:
1483+
"@pkgr/core" "^0.1.0"
1484+
tslib "^2.6.2"
1485+
14721486
text-table@^0.2.0:
14731487
version "0.2.0"
14741488
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
@@ -1491,6 +1505,11 @@ tslib@^2.4.0:
14911505
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
14921506
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
14931507

1508+
tslib@^2.6.2:
1509+
version "2.8.1"
1510+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
1511+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
1512+
14941513
tsutils@^3.21.0:
14951514
version "3.21.0"
14961515
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"

0 commit comments

Comments
 (0)
Please sign in to comment.