diff --git a/package-lock.json b/package-lock.json index be25be8..18ff6ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "eslint-plugin-html": "^6.2.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-prettier": "^4.0.0", - "eslint-plugin-vue": "^7.19.1", + "eslint-plugin-vue": "^7.20.0", "husky": "^7.0.2", "lint-staged": "^11.2.3", "prettier": "^2.4.1", @@ -4870,11 +4870,10 @@ } }, "node_modules/eslint-plugin-vue": { - "version": "7.19.1", - "resolved": "https://registry.npmmirror.com/eslint-plugin-vue/download/eslint-plugin-vue-7.19.1.tgz", - "integrity": "sha1-Q1+yznEoQqlTCyjqy4g2gOjqpPM=", + "version": "7.20.0", + "resolved": "https://registry.npmmirror.com/eslint-plugin-vue/download/eslint-plugin-vue-7.20.0.tgz", + "integrity": "sha512-oVNDqzBC9h3GO+NTgWeLMhhGigy6/bQaQbHS+0z7C4YEu/qK/yxHvca/2PTZtGNPsCrHwOTgKMrwu02A9iPBmw==", "dev": true, - "license": "MIT", "dependencies": { "eslint-utils": "^2.1.0", "natural-compare": "^1.4.0", @@ -4885,7 +4884,7 @@ "node": ">=8.10" }, "peerDependencies": { - "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0-0" + "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0" } }, "node_modules/eslint-plugin-vue/node_modules/semver": { @@ -12767,9 +12766,9 @@ } }, "eslint-plugin-vue": { - "version": "7.19.1", - "resolved": "https://registry.npmmirror.com/eslint-plugin-vue/download/eslint-plugin-vue-7.19.1.tgz", - "integrity": "sha1-Q1+yznEoQqlTCyjqy4g2gOjqpPM=", + "version": "7.20.0", + "resolved": "https://registry.npmmirror.com/eslint-plugin-vue/download/eslint-plugin-vue-7.20.0.tgz", + "integrity": "sha512-oVNDqzBC9h3GO+NTgWeLMhhGigy6/bQaQbHS+0z7C4YEu/qK/yxHvca/2PTZtGNPsCrHwOTgKMrwu02A9iPBmw==", "dev": true, "requires": { "eslint-utils": "^2.1.0", diff --git a/package.json b/package.json index e887d2e..6644b10 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint-plugin-html": "^6.2.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-prettier": "^4.0.0", - "eslint-plugin-vue": "^7.19.1", + "eslint-plugin-vue": "^7.20.0", "husky": "^7.0.2", "lint-staged": "^11.2.3", "prettier": "^2.4.1", diff --git a/src/App.vue b/src/App.vue index 32a40a7..e56641a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@