Skip to content

Commit 665b5a4

Browse files
chore(deps): update eslint-plugin-prettier to v5
1 parent 5de5dbe commit 665b5a4

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-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.2.1",
7272
"eslint-plugin-react": "7.37.2",
7373
"eslint-plugin-react-hooks": "4.6.2",
7474
"gatsby": "4.6.2",

yarn.lock

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3306,6 +3306,11 @@
33063306
dependencies:
33073307
"@octokit/openapi-types" "^11.2.0"
33083308

3309+
"@pkgr/core@^0.1.0":
3310+
version "0.1.1"
3311+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
3312+
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
3313+
33093314
"@pmmmwh/react-refresh-webpack-plugin@^0.4.3":
33103315
version "0.4.3"
33113316
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.4.3.tgz#1eec460596d200c0236bf195b078a5d1df89b766"
@@ -8197,12 +8202,13 @@ eslint-plugin-jsx-a11y@^6.5.1:
81978202
language-tags "^1.0.5"
81988203
minimatch "^3.0.4"
81998204

8200-
eslint-plugin-prettier@4.2.1:
8201-
version "4.2.1"
8202-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
8203-
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
8205+
eslint-plugin-prettier@5.2.1:
8206+
version "5.2.1"
8207+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.1.tgz#d1c8f972d8f60e414c25465c163d16f209411f95"
8208+
integrity sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==
82048209
dependencies:
82058210
prettier-linter-helpers "^1.0.0"
8211+
synckit "^0.9.1"
82068212

82078213
eslint-plugin-react-hooks@4.6.2:
82088214
version "4.6.2"
@@ -17391,6 +17397,14 @@ sync-fetch@0.3.0:
1739117397
buffer "^5.7.0"
1739217398
node-fetch "^2.6.1"
1739317399

17400+
synckit@^0.9.1:
17401+
version "0.9.2"
17402+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.9.2.tgz#a3a935eca7922d48b9e7d6c61822ee6c3ae4ec62"
17403+
integrity sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==
17404+
dependencies:
17405+
"@pkgr/core" "^0.1.0"
17406+
tslib "^2.6.2"
17407+
1739417408
table@^6.0.9:
1739517409
version "6.7.1"
1739617410
resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"
@@ -17757,6 +17771,11 @@ tslib@^2.1.0:
1775717771
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
1775817772
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
1775917773

17774+
tslib@^2.6.2:
17775+
version "2.8.0"
17776+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.0.tgz#d124c86c3c05a40a91e6fdea4021bd31d377971b"
17777+
integrity sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==
17778+
1776017779
tslib@~2.0.1:
1776117780
version "2.0.3"
1776217781
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"

0 commit comments

Comments
 (0)