Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-vue to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 20, 2020
1 parent 8fea0ff commit 1835c98
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Expand Up @@ -19,7 +19,7 @@
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^23.0.0",
"eslint-plugin-vue": "^6.2.2"
"eslint-plugin-vue": "^7.1.0"
},
"peerDependencies": {
"eslint": "^7.5.0"
Expand Down
21 changes: 11 additions & 10 deletions yarn.lock
Expand Up @@ -3069,14 +3069,15 @@ eslint-plugin-unicorn@^23.0.0:
safe-regex "^2.1.1"
semver "^7.3.2"

eslint-plugin-vue@^6.2.2:
version "6.2.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-6.2.2.tgz#27fecd9a3a24789b0f111ecdd540a9e56198e0fe"
integrity sha512-Nhc+oVAHm0uz/PkJAWscwIT4ijTrK5fqNqz9QB1D35SbbuMG1uB6Yr5AJpvPSWg+WOw7nYNswerYh0kOk64gqQ==
eslint-plugin-vue@^7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.1.0.tgz#832d83e4e1e480c7285b2bc3ff1076cd0dca7a5b"
integrity sha512-9dW7kj8/d2IkDdgNpvIhJdJ3XzU3x4PThXYMzWt49taktYnGyrTY6/bXCYZ/VtQKU9kXPntPrZ41+8Pw0Nxblg==
dependencies:
eslint-utils "^2.1.0"
natural-compare "^1.4.0"
semver "^5.6.0"
vue-eslint-parser "^7.0.0"
semver "^7.3.2"
vue-eslint-parser "^7.1.1"

eslint-scope@^5.0.0, eslint-scope@^5.1.0:
version "5.1.0"
Expand Down Expand Up @@ -7578,10 +7579,10 @@ verror@1.10.0:
core-util-is "1.0.2"
extsprintf "^1.2.0"

vue-eslint-parser@^7.0.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==
vue-eslint-parser@^7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.1.1.tgz#c43c1c715ff50778b9a7e9a4e16921185f3425d3"
integrity sha512-8FdXi0gieEwh1IprIBafpiJWcApwrU+l2FEj8c1HtHFdNXMd0+2jUSjBVmcQYohf/E72irwAXEXLga6TQcB3FA==
dependencies:
debug "^4.1.1"
eslint-scope "^5.0.0"
Expand Down

0 comments on commit 1835c98

Please sign in to comment.