Skip to content

Commit 0b9e71a

Browse files
committed
Update dependency eslint-plugin-vue to v7
1 parent f717229 commit 0b9e71a

File tree

2 files changed

+36
-7
lines changed

2 files changed

+36
-7
lines changed

Azure/Vue/weatherdisp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@vue/eslint-config-typescript": "5.1.0",
3131
"eslint": "7.18.0",
3232
"eslint-plugin-prettier": "3.3.1",
33-
"eslint-plugin-vue": "6.2.2",
33+
"eslint-plugin-vue": "7.11.0",
3434
"html-webpack-inline-source-plugin": "0.0.10",
3535
"prettier": "2.2.1",
3636
"sass": "1.32.5",

Azure/Vue/weatherdisp/yarn.lock

+35-6
Original file line numberDiff line numberDiff line change
@@ -5776,14 +5776,15 @@ [email protected]:
57765776
dependencies:
57775777
prettier-linter-helpers "^1.0.0"
57785778

5779-
eslint-plugin-vue@6.2.2:
5780-
version "6.2.2"
5781-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-6.2.2.tgz#27fecd9a3a24789b0f111ecdd540a9e56198e0fe"
5782-
integrity sha512-Nhc+oVAHm0uz/PkJAWscwIT4ijTrK5fqNqz9QB1D35SbbuMG1uB6Yr5AJpvPSWg+WOw7nYNswerYh0kOk64gqQ==
5779+
eslint-plugin-vue@7.11.0:
5780+
version "7.11.0"
5781+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.11.0.tgz#c19b098899b7e3cd692beffbbe73611064ef1ea6"
5782+
integrity sha512-Qwo8wilqnOXnG9B5auEiTstyaHefyhHd5lEhhxemwXoWsAxIW2yppzuVudowC5n+qn1nMLNV9TANkTthBK7Waw==
57835783
dependencies:
5784+
eslint-utils "^2.1.0"
57845785
natural-compare "^1.4.0"
5785-
semver "^5.6.0"
5786-
vue-eslint-parser "^7.0.0"
5786+
semver "^7.3.2"
5787+
vue-eslint-parser "^7.6.0"
57875788

57885789
eslint-scope@^4.0.3:
57895790
version "4.0.3"
@@ -5895,6 +5896,15 @@ espree@^6.1.2:
58955896
acorn-jsx "^5.2.0"
58965897
eslint-visitor-keys "^1.1.0"
58975898

5899+
espree@^6.2.1:
5900+
version "6.2.1"
5901+
resolved "https://registry.yarnpkg.com/espree/-/espree-6.2.1.tgz#77fc72e1fd744a2052c20f38a5b575832e82734a"
5902+
integrity sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==
5903+
dependencies:
5904+
acorn "^7.1.1"
5905+
acorn-jsx "^5.2.0"
5906+
eslint-visitor-keys "^1.1.0"
5907+
58985908
espree@^7.3.0, espree@^7.3.1:
58995909
version "7.3.1"
59005910
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
@@ -5923,6 +5933,13 @@ esquery@^1.2.0:
59235933
dependencies:
59245934
estraverse "^5.1.0"
59255935

5936+
esquery@^1.4.0:
5937+
version "1.4.0"
5938+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
5939+
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
5940+
dependencies:
5941+
estraverse "^5.1.0"
5942+
59265943
esrecurse@^4.1.0:
59275944
version "4.2.1"
59285945
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.2.1.tgz#007a3b9fdbc2b3bb87e4879ea19c92fdbd3942cf"
@@ -12825,6 +12842,18 @@ vue-eslint-parser@^7.0.0:
1282512842
esquery "^1.0.1"
1282612843
lodash "^4.17.15"
1282712844

12845+
vue-eslint-parser@^7.6.0:
12846+
version "7.6.0"
12847+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.6.0.tgz#01ea1a2932f581ff244336565d712801f8f72561"
12848+
integrity sha512-QXxqH8ZevBrtiZMZK0LpwaMfevQi9UL7lY6Kcp+ogWHC88AuwUPwwCIzkOUc1LR4XsYAt/F9yHXAB/QoD17QXA==
12849+
dependencies:
12850+
debug "^4.1.1"
12851+
eslint-scope "^5.0.0"
12852+
eslint-visitor-keys "^1.1.0"
12853+
espree "^6.2.1"
12854+
esquery "^1.4.0"
12855+
lodash "^4.17.15"
12856+
1282812857
vue-hot-reload-api@^2.3.0:
1282912858
version "2.3.4"
1283012859
resolved "https://registry.npm.taobao.org/vue-hot-reload-api/download/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2"

0 commit comments

Comments
 (0)