Skip to content

Commit 81e209a

Browse files
committed
Update dependency eslint-plugin-vue to v7.2.0
1 parent 76ebcd0 commit 81e209a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"babel-eslint": "10.1.0",
2323
"eslint": "7.13.0",
2424
"eslint-loader": "4.0.2",
25-
"eslint-plugin-vue": "7.1.0"
25+
"eslint-plugin-vue": "7.2.0"
2626
},
2727
"engines": {
2828
"node": ">= 10.18.1",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -3723,15 +3723,15 @@ [email protected]:
37233723
object-hash "^2.0.3"
37243724
schema-utils "^2.6.5"
37253725

3726-
eslint-plugin-vue@7.1.0:
3727-
version "7.1.0"
3728-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.1.0.tgz#832d83e4e1e480c7285b2bc3ff1076cd0dca7a5b"
3729-
integrity sha512-9dW7kj8/d2IkDdgNpvIhJdJ3XzU3x4PThXYMzWt49taktYnGyrTY6/bXCYZ/VtQKU9kXPntPrZ41+8Pw0Nxblg==
3726+
eslint-plugin-vue@7.2.0:
3727+
version "7.2.0"
3728+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.2.0.tgz#dd8323fe7ca28fe9377ce3f5f6cf17afe2686f2a"
3729+
integrity sha512-4mt0yIv6rBDNtvis/g22a0ozJ12GfcdEzX77u0ICYjKlxOVtGrKGEvo0cbOObHaKDg9a9kJcoaNodqE4TPfS2A==
37303730
dependencies:
37313731
eslint-utils "^2.1.0"
37323732
natural-compare "^1.4.0"
37333733
semver "^7.3.2"
3734-
vue-eslint-parser "^7.1.1"
3734+
vue-eslint-parser "^7.2.0"
37353735

37363736
eslint-scope@^4.0.3:
37373737
version "4.0.3"
@@ -9306,10 +9306,10 @@ vm-browserify@^1.0.1:
93069306
resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
93079307
integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
93089308

9309-
vue-eslint-parser@^7.1.1:
9310-
version "7.1.1"
9311-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.1.1.tgz#c43c1c715ff50778b9a7e9a4e16921185f3425d3"
9312-
integrity sha512-8FdXi0gieEwh1IprIBafpiJWcApwrU+l2FEj8c1HtHFdNXMd0+2jUSjBVmcQYohf/E72irwAXEXLga6TQcB3FA==
9309+
vue-eslint-parser@^7.2.0:
9310+
version "7.2.0"
9311+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.2.0.tgz#1e17ae94ca71e617025e05143c8ac5593aacb6ef"
9312+
integrity sha512-uVcQqe8sUNzdHGcRHMd2Z/hl6qEaWrAmglTKP92Fnq9TYU9un8xsyFgEdFJaXh/1rd7h8Aic1GaiQow5nVneow==
93139313
dependencies:
93149314
debug "^4.1.1"
93159315
eslint-scope "^5.0.0"

0 commit comments

Comments
 (0)