Skip to content

Commit ec49486

Browse files
author
Kaivan Wong
authoredMay 23, 2023
feat: update eslint-plugin-vue version (#186)
1 parent 656f91a commit ec49486

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed
 

‎packages/eslint-config-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@antfu/eslint-config-basic": "workspace:*",
1919
"@antfu/eslint-config-ts": "workspace:*",
20-
"eslint-plugin-vue": "^9.11.0",
20+
"eslint-plugin-vue": "^9.14.0",
2121
"local-pkg": "^0.4.3"
2222
},
2323
"devDependencies": {

‎packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-plugin-n": "^15.7.0",
2727
"eslint-plugin-promise": "^6.1.1",
2828
"eslint-plugin-unicorn": "^46.0.0",
29-
"eslint-plugin-vue": "^9.11.0",
29+
"eslint-plugin-vue": "^9.14.0",
3030
"eslint-plugin-yml": "^1.5.0",
3131
"jsonc-eslint-parser": "^2.2.0",
3232
"yaml-eslint-parser": "^1.2.0"

‎pnpm-lock.yaml

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

0 commit comments

Comments
 (0)
Please sign in to comment.