diff --git a/package-lock.json b/package-lock.json index b9cfb57..dbc1009 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "eslint": "^9.0.0", "eslint-config-prettier": "^10.0.0", "eslint-plugin-unused-imports": "^4.1.4", - "eslint-plugin-vue": "^10.0.0", + "eslint-plugin-vue": "^10.5.1", "naive-ui": "^2.42.0", "prettier": "^3.6.2", "rollup-plugin-visualizer": "*", @@ -3077,9 +3077,9 @@ } }, "node_modules/eslint-plugin-vue": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.4.0.tgz", - "integrity": "sha512-K6tP0dW8FJVZLQxa2S7LcE1lLw3X8VvB3t887Q6CLrFVxHYBXGANbXvwNzYIu6Ughx1bSJ5BDT0YB3ybPT39lw==", + "version": "10.5.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.5.1.tgz", + "integrity": "sha512-SbR9ZBUFKgvWAbq3RrdCtWaW0IKm6wwUiApxf3BVTNfqUIo4IQQmreMg2iHFJJ6C/0wss3LXURBJ1OwS/MhFcQ==", "dev": true, "license": "MIT", "dependencies": { @@ -3094,11 +3094,15 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "peerDependencies": { + "@stylistic/eslint-plugin": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0", "@typescript-eslint/parser": "^7.0.0 || ^8.0.0", "eslint": "^8.57.0 || ^9.0.0", "vue-eslint-parser": "^10.0.0" }, "peerDependenciesMeta": { + "@stylistic/eslint-plugin": { + "optional": true + }, "@typescript-eslint/parser": { "optional": true } diff --git a/package.json b/package.json index c5c186b..abe2e8b 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "eslint": "^9.0.0", "eslint-config-prettier": "^10.0.0", "eslint-plugin-unused-imports": "^4.1.4", - "eslint-plugin-vue": "^10.0.0", + "eslint-plugin-vue": "^10.5.1", "naive-ui": "^2.42.0", "prettier": "^3.6.2", "sass": "^1.38.0",