Skip to content

Commit e765f06

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

File tree

3 files changed

+57
-22
lines changed

3 files changed

+57
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.2.4",
4141
"eslint-plugin-promise": "^6.1.1",
4242
"nuxt": "^3.4.2",
4343
"prettier": "^2.8.8",

pnpm-lock.yaml

Lines changed: 33 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 23 additions & 4 deletions
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.2.0":
1204+
version "0.2.0"
1205+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.0.tgz#8dff61038cb5884789d8b323d9869e5363b976f7"
1206+
integrity sha512-vsJDAkYR6qCPu+ioGScGiMYR7LvZYIXh/dlQeviqoTWNCVfKTLYD/LkNWH4Mxsv2a5vpIRc77FN5DnmK1eBggQ==
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.2.4:
3226+
version "5.2.4"
3227+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.4.tgz#6daa54a11da8c48971475d7c0e239d0b6c6dbc60"
3228+
integrity sha512-SFtuYmnhwYCtuCDTKPoK+CEzCnEgKTU2qTLwoCxvrC0MFBTIXo1i6hDYOI4cwHaE5GZtlWmTN3YfucYi7KJwPw==
32243229
dependencies:
32253230
prettier-linter-helpers "^1.0.0"
3231+
synckit "^0.10.2"
32263232

32273233
eslint-plugin-promise@^6.1.1:
32283234
version "6.1.1"
@@ -6683,6 +6689,14 @@ svgo@^3.0.2:
66836689
csso "^5.0.5"
66846690
picocolors "^1.0.0"
66856691

6692+
synckit@^0.10.2:
6693+
version "0.10.2"
6694+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.10.2.tgz#000b87488453b7943edd7ee5c3028057c4490af0"
6695+
integrity sha512-cSGiaCPhFzeFIQY8KKEacv46LclENY4d60jgkwCrKomvRkIjtMyss1dPkHLp/62c1leuOjEedB1+lWcwqTJSvA==
6696+
dependencies:
6697+
"@pkgr/core" "^0.2.0"
6698+
tslib "^2.8.1"
6699+
66866700
synckit@^0.8.4:
66876701
version "0.8.4"
66886702
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.4.tgz#0e6b392b73fafdafcde56692e3352500261d64ec"
@@ -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.8.1:
6862+
version "2.8.1"
6863+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
6864+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
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)