Skip to content

Commit ee678cd

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

File tree

3 files changed

+57
-22
lines changed

3 files changed

+57
-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.1.3",
4141
"eslint-plugin-promise": "^6.1.1",
4242
"nuxt": "^3.4.2",
4343
"prettier": "^2.8.8",

pnpm-lock.yaml

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

yarn.lock

+23-4
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,11 @@
12001200
eslint-plugin-vue "^9.7.0"
12011201
local-pkg "^0.4.2"
12021202

1203+
"@pkgr/core@^0.1.0":
1204+
version "0.1.0"
1205+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.0.tgz#7d8dacb7fdef0e4387caf7396cbd77f179867d06"
1206+
integrity sha512-Zwq5OCzuwJC2jwqmpEQt7Ds1DTi6BWSwoGkbb1n9pO3hzb35BoJELx7c0T23iDkBGkh2e7tvOtjF3tr3OaQHDQ==
1207+
12031208
"@pkgr/utils@^2.3.1":
12041209
version "2.3.1"
12051210
resolved "https://registry.yarnpkg.com/@pkgr/utils/-/utils-2.3.1.tgz#0a9b06ffddee364d6642b3cd562ca76f55b34a03"
@@ -3217,12 +3222,13 @@ eslint-plugin-node@^11.1.0:
32173222
resolve "^1.10.1"
32183223
semver "^6.1.0"
32193224

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==
3225+
eslint-plugin-prettier@^5.1.3:
3226+
version "5.1.3"
3227+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz#17cfade9e732cef32b5f5be53bd4e07afd8e67e1"
3228+
integrity sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==
32243229
dependencies:
32253230
prettier-linter-helpers "^1.0.0"
3231+
synckit "^0.8.6"
32263232

32273233
eslint-plugin-promise@^6.1.1:
32283234
version "6.1.1"
@@ -6691,6 +6697,14 @@ synckit@^0.8.4:
66916697
"@pkgr/utils" "^2.3.1"
66926698
tslib "^2.4.0"
66936699

6700+
synckit@^0.8.6:
6701+
version "0.8.8"
6702+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.8.tgz#fe7fe446518e3d3d49f5e429f443cf08b6edfcd7"
6703+
integrity sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==
6704+
dependencies:
6705+
"@pkgr/core" "^0.1.0"
6706+
tslib "^2.6.2"
6707+
66946708
tapable@^1.0.0:
66956709
version "1.1.3"
66966710
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2"
@@ -6844,6 +6858,11 @@ tslib@^2.1.0, tslib@^2.4.0:
68446858
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
68456859
integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==
68466860

6861+
tslib@^2.6.2:
6862+
version "2.6.2"
6863+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
6864+
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
6865+
68476866
tsutils@^3.21.0:
68486867
version "3.21.0"
68496868
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"

0 commit comments

Comments
 (0)