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

Commit e591a8e

Browse files
chore(deps): update dependency eslint-plugin-prettier to v5
1 parent d6f9640 commit e591a8e

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
@@ -2716,6 +2716,11 @@
27162716
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
27172717
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
27182718

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

8132-
eslint-plugin-prettier@4.2.1:
8133-
version "4.2.1"
8134-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
8135-
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
8137+
eslint-plugin-prettier@5.1.3:
8138+
version "5.1.3"
8139+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz#17cfade9e732cef32b5f5be53bd4e07afd8e67e1"
8140+
integrity sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==
81368141
dependencies:
81378142
prettier-linter-helpers "^1.0.0"
8143+
synckit "^0.8.6"
81388144

81398145
81408146
version "4.6.0"
@@ -14920,6 +14926,14 @@ synchronous-promise@^2.0.15:
1492014926
resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.17.tgz#38901319632f946c982152586f2caf8ddc25c032"
1492114927
integrity sha512-AsS729u2RHUfEra9xJrE39peJcc2stq2+poBXX8bcM08Y6g9j/i/PUzwNQqkaJde7Ntg1TO7bSREbR5sdosQ+g==
1492214928

14929+
synckit@^0.8.6:
14930+
version "0.8.8"
14931+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.8.tgz#fe7fe446518e3d3d49f5e429f443cf08b6edfcd7"
14932+
integrity sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==
14933+
dependencies:
14934+
"@pkgr/core" "^0.1.0"
14935+
tslib "^2.6.2"
14936+
1492314937
tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0, tapable@^2.2.1:
1492414938
version "2.2.1"
1492514939
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
@@ -15277,7 +15291,7 @@ tslib@^1.8.1:
1527715291
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1527815292
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
1527915293

15280-
tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.4.0:
15294+
tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.4.0, tslib@^2.6.2:
1528115295
version "2.6.2"
1528215296
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
1528315297
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==

0 commit comments

Comments
 (0)