Skip to content

Commit ddbb251

Browse files
chore(deps): update eslint-plugin-prettier to v5
1 parent 2ce5add commit ddbb251

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.1",
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
@@ -3280,6 +3280,11 @@
32803280
dependencies:
32813281
"@octokit/openapi-types" "^11.2.0"
32823282

3283+
"@pkgr/core@^0.1.0":
3284+
version "0.1.1"
3285+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
3286+
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
3287+
32833288
"@pmmmwh/react-refresh-webpack-plugin@^0.4.3":
32843289
version "0.4.3"
32853290
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.4.3.tgz#1eec460596d200c0236bf195b078a5d1df89b766"
@@ -8172,12 +8177,13 @@ eslint-plugin-jsx-a11y@^6.5.1:
81728177
language-tags "^1.0.5"
81738178
minimatch "^3.0.4"
81748179

8175-
eslint-plugin-prettier@4.2.1:
8176-
version "4.2.1"
8177-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
8178-
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
8180+
eslint-plugin-prettier@5.2.1:
8181+
version "5.2.1"
8182+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.1.tgz#d1c8f972d8f60e414c25465c163d16f209411f95"
8183+
integrity sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==
81798184
dependencies:
81808185
prettier-linter-helpers "^1.0.0"
8186+
synckit "^0.9.1"
81818187

81828188
eslint-plugin-react-hooks@4.6.2:
81838189
version "4.6.2"
@@ -17366,6 +17372,14 @@ sync-fetch@0.3.0:
1736617372
buffer "^5.7.0"
1736717373
node-fetch "^2.6.1"
1736817374

17375+
synckit@^0.9.1:
17376+
version "0.9.2"
17377+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.9.2.tgz#a3a935eca7922d48b9e7d6c61822ee6c3ae4ec62"
17378+
integrity sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==
17379+
dependencies:
17380+
"@pkgr/core" "^0.1.0"
17381+
tslib "^2.6.2"
17382+
1736917383
table@^6.0.9:
1737017384
version "6.7.1"
1737117385
resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"
@@ -17732,6 +17746,11 @@ tslib@^2.1.0:
1773217746
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
1773317747
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
1773417748

17749+
tslib@^2.6.2:
17750+
version "2.8.0"
17751+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.0.tgz#d124c86c3c05a40a91e6fdea4021bd31d377971b"
17752+
integrity sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==
17753+
1773517754
tslib@~2.0.1:
1773617755
version "2.0.3"
1773717756
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"

0 commit comments

Comments
 (0)