diff --git a/template-eslint/vue-js/package.json b/template-eslint/vue-js/package.json index 155a3a4..b1cc799 100644 --- a/template-eslint/vue-js/package.json +++ b/template-eslint/vue-js/package.json @@ -8,7 +8,7 @@ "devDependencies": { "@eslint/js": "^9.23.0", "eslint": "^9.23.0", - "eslint-plugin-vue": "^9.33.0", + "eslint-plugin-vue": "^10.0.0", "globals": "^16.0.0" } } diff --git a/template-eslint/vue-ts/package.json b/template-eslint/vue-ts/package.json index 8ed01dd..8c687b7 100644 --- a/template-eslint/vue-ts/package.json +++ b/template-eslint/vue-ts/package.json @@ -8,7 +8,7 @@ "devDependencies": { "@eslint/js": "^9.23.0", "eslint": "^9.23.0", - "eslint-plugin-vue": "^9.33.0", + "eslint-plugin-vue": "^10.0.0", "globals": "^16.0.0", "typescript-eslint": "^8.29.0" }