Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit 0604826

Browse files
chore(deps): update dependency eslint-plugin-prettier to v5
1 parent 0c356e3 commit 0604826

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"eslint-plugin-flowtype": "8.0.3",
101101
"eslint-plugin-import": "2.27.5",
102102
"eslint-plugin-jsx-a11y": "6.7.1",
103-
"eslint-plugin-prettier": "4.2.1",
103+
"eslint-plugin-prettier": "5.1.3",
104104
"eslint-plugin-react": "7.32.2",
105105
"eslint-plugin-react-hooks": "4.6.0",
106106
"eslint-plugin-storybook": "^0.6.11",

yarn.lock

+19-5
Original file line numberDiff line numberDiff line change
@@ -2715,6 +2715,11 @@
27152715
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
27162716
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
27172717

2718+
"@pkgr/core@^0.1.0":
2719+
version "0.1.1"
2720+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
2721+
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
2722+
27182723
"@pmmmwh/react-refresh-webpack-plugin@^0.5.1", "@pmmmwh/react-refresh-webpack-plugin@^0.5.5":
27192724
version "0.5.13"
27202725
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.13.tgz#02338a92a92f541a5189b97e922caf3215221e49"
@@ -8121,12 +8126,13 @@ eslint-plugin-jsx-a11y@^6.5.1:
81218126
object.entries "^1.1.7"
81228127
object.fromentries "^2.0.7"
81238128

8124-
eslint-plugin-prettier@4.2.1:
8125-
version "4.2.1"
8126-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
8127-
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
8129+
eslint-plugin-prettier@5.1.3:
8130+
version "5.1.3"
8131+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz#17cfade9e732cef32b5f5be53bd4e07afd8e67e1"
8132+
integrity sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==
81288133
dependencies:
81298134
prettier-linter-helpers "^1.0.0"
8135+
synckit "^0.8.6"
81308136

81318137
81328138
version "4.6.0"
@@ -14910,6 +14916,14 @@ synchronous-promise@^2.0.15:
1491014916
resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.17.tgz#38901319632f946c982152586f2caf8ddc25c032"
1491114917
integrity sha512-AsS729u2RHUfEra9xJrE39peJcc2stq2+poBXX8bcM08Y6g9j/i/PUzwNQqkaJde7Ntg1TO7bSREbR5sdosQ+g==
1491214918

14919+
synckit@^0.8.6:
14920+
version "0.8.8"
14921+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.8.tgz#fe7fe446518e3d3d49f5e429f443cf08b6edfcd7"
14922+
integrity sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==
14923+
dependencies:
14924+
"@pkgr/core" "^0.1.0"
14925+
tslib "^2.6.2"
14926+
1491314927
tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0, tapable@^2.2.1:
1491414928
version "2.2.1"
1491514929
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
@@ -15267,7 +15281,7 @@ tslib@^1.8.1:
1526715281
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1526815282
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
1526915283

15270-
tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.4.0:
15284+
tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.4.0, tslib@^2.6.2:
1527115285
version "2.6.2"
1527215286
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
1527315287
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==

0 commit comments

Comments
 (0)