We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8fa38f commit afd721fCopy full SHA for afd721f
package.json
@@ -31,7 +31,7 @@
31
"homepage": "https://github.com/vuejs/eslint-config-typescript#readme",
32
"devDependencies": {
33
"eslint": "^8.0.0",
34
- "eslint-plugin-vue": "^8.0.1",
+ "eslint-plugin-vue": "^9.0.0",
35
"execa": "^4.0.3",
36
"jest": "^26.5.2",
37
"typescript": "^4.0.3",
@@ -41,12 +41,12 @@
41
},
42
"peerDependencies": {
43
"eslint": "^6.2.0 || ^7.0.0 || ^8.0.0",
44
- "eslint-plugin-vue": "^8.0.1"
+ "eslint-plugin-vue": "^9.0.0"
45
46
"dependencies": {
47
"@typescript-eslint/eslint-plugin": "^5.0.0",
48
"@typescript-eslint/parser": "^5.0.0",
49
- "vue-eslint-parser": "^8.0.0"
+ "vue-eslint-parser": "^9.0.0"
50
51
"engines": {
52
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
0 commit comments