Skip to content

Commit 1cee13b

Browse files
chore(deps): update dependency eslint-plugin-prettier from v3.4.1 to v5
1 parent 82ddbea commit 1cee13b

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
@@ -123,7 +123,7 @@
123123
"singleQuote": true
124124
},
125125
"devDependencies": {
126-
"eslint-plugin-prettier": "3.4.1",
126+
"eslint-plugin-prettier": "5.2.3",
127127
"prettier": "2.8.8"
128128
},
129129
"jest": {

yarn.lock

+23-4
Original file line numberDiff line numberDiff line change
@@ -2016,6 +2016,11 @@
20162016
mkdirp "^1.0.4"
20172017
rimraf "^3.0.2"
20182018

2019+
"@pkgr/core@^0.1.0":
2020+
version "0.1.1"
2021+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
2022+
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
2023+
20192024
"@pmmmwh/react-refresh-webpack-plugin@0.5.15":
20202025
version "0.5.15"
20212026
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.15.tgz#f126be97c30b83ed777e2aeabd518bc592e6e7c4"
@@ -5942,12 +5947,13 @@ eslint-plugin-jsx-a11y@6.10.2:
59425947
safe-regex-test "^1.0.3"
59435948
string.prototype.includes "^2.0.1"
59445949

5945-
eslint-plugin-prettier@3.4.1:
5946-
version "3.4.1"
5947-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.1.tgz#e9ddb200efb6f3d05ffe83b1665a716af4a387e5"
5948-
integrity sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g==
5950+
eslint-plugin-prettier@5.2.3:
5951+
version "5.2.3"
5952+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.3.tgz#c4af01691a6fa9905207f0fbba0d7bea0902cce5"
5953+
integrity sha512-qJ+y0FfCp/mQYQ/vWQ3s7eUlFEL4PyKfAJxsnYTJ4YT73nsJBWqmEpFryxV9OeUiqmsTsYJ5Y+KDNaeP31wrRw==
59495954
dependencies:
59505955
prettier-linter-helpers "^1.0.0"
5956+
synckit "^0.9.1"
59515957

59525958
eslint-plugin-react-hooks@4.6.2:
59535959
version "4.6.2"
@@ -12829,6 +12835,14 @@ symbol-tree@^3.2.4:
1282912835
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
1283012836
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
1283112837

12838+
synckit@^0.9.1:
12839+
version "0.9.2"
12840+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.9.2.tgz#a3a935eca7922d48b9e7d6c61822ee6c3ae4ec62"
12841+
integrity sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==
12842+
dependencies:
12843+
"@pkgr/core" "^0.1.0"
12844+
tslib "^2.6.2"
12845+
1283212846
tabbable@^6.0.0:
1283312847
version "6.2.0"
1283412848
resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-6.2.0.tgz#732fb62bc0175cfcec257330be187dcfba1f3b97"
@@ -13108,6 +13122,11 @@ tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0:
1310813122
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
1310913123
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
1311013124

13125+
tslib@^2.6.2:
13126+
version "2.8.1"
13127+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
13128+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
13129+
1311113130
tsutils@^3.17.1, tsutils@^3.21.0:
1311213131
version "3.21.0"
1311313132
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"

0 commit comments

Comments
 (0)