Skip to content

Commit 36d7042

Browse files
chore(deps): update devdependency eslint-plugin-prettier to v5
1 parent 8c376bd commit 36d7042

File tree

3 files changed

+47
-22
lines changed

3 files changed

+47
-22
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@nuxtjs/eslint-config-typescript": "^12.0.0",
3838
"@typescript-eslint/eslint-plugin": "^5.59.0",
3939
"eslint": "^8.39.0",
40-
"eslint-plugin-prettier": "^4.2.1",
40+
"eslint-plugin-prettier": "^5.0.1",
4141
"eslint-plugin-promise": "^6.1.1",
4242
"nuxt": "^3.4.2",
4343
"prettier": "^2.8.8",

pnpm-lock.yaml

+28-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

+18-4
Original file line numberDiff line numberDiff line change
@@ -3217,12 +3217,13 @@ eslint-plugin-node@^11.1.0:
32173217
resolve "^1.10.1"
32183218
semver "^6.1.0"
32193219

3220-
eslint-plugin-prettier@^4.2.1:
3221-
version "4.2.1"
3222-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
3223-
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
3220+
eslint-plugin-prettier@^5.0.1:
3221+
version "5.0.1"
3222+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.1.tgz#a3b399f04378f79f066379f544e42d6b73f11515"
3223+
integrity sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg==
32243224
dependencies:
32253225
prettier-linter-helpers "^1.0.0"
3226+
synckit "^0.8.5"
32263227

32273228
eslint-plugin-promise@^6.1.1:
32283229
version "6.1.1"
@@ -6691,6 +6692,14 @@ synckit@^0.8.4:
66916692
"@pkgr/utils" "^2.3.1"
66926693
tslib "^2.4.0"
66936694

6695+
synckit@^0.8.5:
6696+
version "0.8.5"
6697+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.5.tgz#b7f4358f9bb559437f9f167eb6bc46b3c9818fa3"
6698+
integrity sha512-L1dapNV6vu2s/4Sputv8xGsCdAVlb5nRDMFU/E27D44l5U6cw1g0dGd45uLc+OXjNMmF4ntiMdCimzcjFKQI8Q==
6699+
dependencies:
6700+
"@pkgr/utils" "^2.3.1"
6701+
tslib "^2.5.0"
6702+
66946703
tapable@^1.0.0:
66956704
version "1.1.3"
66966705
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2"
@@ -6844,6 +6853,11 @@ tslib@^2.1.0, tslib@^2.4.0:
68446853
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
68456854
integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==
68466855

6856+
tslib@^2.5.0:
6857+
version "2.6.2"
6858+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
6859+
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
6860+
68476861
tsutils@^3.21.0:
68486862
version "3.21.0"
68496863
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"

0 commit comments

Comments
 (0)