Skip to content

Commit ebc3a62

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

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.2.2",
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.1"
1205+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
1206+
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
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.2:
3226+
version "5.2.2"
3227+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.2.tgz#d1f068f65dc8490f102eda21d1f4cd150c205211"
3228+
integrity sha512-1yI3/hf35wmlq66C8yOyrujQnel+v5l1Vop5Cl2I6ylyNTT1JbuUUnV3/41PzwTzcyDp/oF0jWE3HXvcH5AQOQ==
32243229
dependencies:
32253230
prettier-linter-helpers "^1.0.0"
3231+
synckit "^0.9.1"
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.9.1:
6701+
version "0.9.2"
6702+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.9.2.tgz#a3a935eca7922d48b9e7d6c61822ee6c3ae4ec62"
6703+
integrity sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==
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.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)