Skip to content

Commit 0015abe

Browse files
committed
Update dependency eslint-plugin-vue to v8.1.1
1 parent cc8f0c9 commit 0015abe

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"eslint-config-prettier": "8.3.0",
4848
"eslint-plugin-nuxt": "3.0.0",
4949
"eslint-plugin-prettier": "4.0.0",
50-
"eslint-plugin-vue": "8.0.1",
50+
"eslint-plugin-vue": "8.1.1",
5151
"husky": "7.0.4",
5252
"jest": "26.6.3",
5353
"lint-staged": "12.1.1",

yarn.lock

+18-5
Original file line numberDiff line numberDiff line change
@@ -6107,15 +6107,15 @@ eslint-plugin-unicorn@^37.0.1:
61076107
semver "^7.3.5"
61086108
strip-indent "^3.0.0"
61096109

6110-
eslint-plugin-vue@8.0.1:
6111-
version "8.0.1"
6112-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-8.0.1.tgz#1d27d976ab6471c5833397cbc8dec78c3b772606"
6113-
integrity sha512-h7SJFNECfkx89CeH3VCGGhLcm4VLOsOZ+DUSGk0h/aCqm9Outm/sIkoOvNpCebsb0U+uBzb93v2yZ6k7Vzy6LQ==
6110+
eslint-plugin-vue@8.1.1:
6111+
version "8.1.1"
6112+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-8.1.1.tgz#8bb0a40520880cdd076b4a6faf8bc29110997a8c"
6113+
integrity sha512-rx64IrlhdfPya6u2V5ukOGiLCTgaCBdMSpczLVqyo8A0l+Vbo+lzvIfEUfAQ2auj+MF6y0TwxLorzdCIzHunnw==
61146114
dependencies:
61156115
eslint-utils "^3.0.0"
61166116
natural-compare "^1.4.0"
61176117
semver "^7.3.5"
6118-
vue-eslint-parser "^8.0.0"
6118+
vue-eslint-parser "^8.0.1"
61196119

61206120
eslint-plugin-vue@^7.20.0:
61216121
version "7.20.0"
@@ -14552,6 +14552,19 @@ vue-eslint-parser@^8.0.0:
1455214552
lodash "^4.17.21"
1455314553
semver "^7.3.5"
1455414554

14555+
vue-eslint-parser@^8.0.1:
14556+
version "8.0.1"
14557+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-8.0.1.tgz#25e08b20a414551531f3e19f999902e1ecf45f13"
14558+
integrity sha512-lhWjDXJhe3UZw2uu3ztX51SJAPGPey1Tff2RK3TyZURwbuI4vximQLzz4nQfCv8CZq4xx7uIiogHMMoSJPr33A==
14559+
dependencies:
14560+
debug "^4.3.2"
14561+
eslint-scope "^6.0.0"
14562+
eslint-visitor-keys "^3.0.0"
14563+
espree "^9.0.0"
14564+
esquery "^1.4.0"
14565+
lodash "^4.17.21"
14566+
semver "^7.3.5"
14567+
1455514568
vue-hot-reload-api@^2.3.0:
1455614569
version "2.3.4"
1455714570
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2"

0 commit comments

Comments
 (0)