diff --git a/package.json b/package.json index 824d4042b..00077e89b 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-promise": ">=4.2.1", "eslint-plugin-standard": ">=4.0.1", - "eslint-plugin-vue": "^6.2.2", + "eslint-plugin-vue": "^7.0.0", "glob-all": "^3.2.1", "node-sass": "^4.14.1", "nuxt-property-decorator": "^2.8.8", diff --git a/yarn.lock b/yarn.lock index 8ed7f38a1..a597073c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4289,6 +4289,16 @@ eslint-plugin-vue@^6.2.2: semver "^5.6.0" vue-eslint-parser "^7.0.0" +eslint-plugin-vue@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.0.0.tgz#abaf59dec3aa50228b37a89ca1239893c96c981f" + integrity sha512-SFcM8ZMdVRUQKrAryl6Q5razrJtloATUOKTZoK/8yvQig1c1L3VRoMLL9AXiV3VNsKXolkk6yeMIiqGf33/Iew== + dependencies: + eslint-utils "^2.1.0" + natural-compare "^1.4.0" + semver "^7.3.2" + vue-eslint-parser "^7.1.0" + eslint-scope@^4.0.0, eslint-scope@^4.0.3: version "4.0.3" resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848" @@ -10337,7 +10347,7 @@ vue-eslint-parser@^5.0.0: esquery "^1.0.1" lodash "^4.17.11" -vue-eslint-parser@^7.0.0: +vue-eslint-parser@^7.0.0, vue-eslint-parser@^7.1.0: version "7.1.0" resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.1.0.tgz#9cdbcc823e656b087507a1911732b867ac101e83" integrity sha512-Kr21uPfthDc63nDl27AGQEhtt9VrZ9nkYk/NTftJ2ws9XiJwzJJCnCr3AITQ2jpRMA0XPGDECxYH8E027qMK9Q==