Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-vue to v7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 15, 2021
1 parent 6686541 commit f1708ff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-standard": "5.0.0",
"eslint-plugin-vue": "7.5.0",
"eslint-plugin-vue": "7.6.0",
"jquery": "3.5.1",
"karma": "6.1.1",
"karma-chrome-launcher": "3.1.0",
Expand Down
27 changes: 10 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1773,15 +1773,15 @@ eslint-plugin-standard@5.0.0:
resolved "https://registry.npm.taobao.org/eslint-plugin-standard/download/eslint-plugin-standard-5.0.0.tgz?cache=0&sync_timestamp=1606091828930&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-plugin-standard%2Fdownload%2Feslint-plugin-standard-5.0.0.tgz#c43f6925d669f177db46f095ea30be95476b1ee4"
integrity sha1-xD9pJdZp8XfbRvCV6jC+lUdrHuQ=

eslint-plugin-vue@7.5.0:
version "7.5.0"
resolved "https://registry.npm.taobao.org/eslint-plugin-vue/download/eslint-plugin-vue-7.5.0.tgz?cache=0&sync_timestamp=1611277836964&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-plugin-vue%2Fdownload%2Feslint-plugin-vue-7.5.0.tgz#cc6d983eb22781fa2440a7573cf39af439bb5725"
integrity sha1-zG2YPrIngfokQKdXPPOa9Dm7VyU=
eslint-plugin-vue@7.6.0:
version "7.6.0"
resolved "https://registry.npm.taobao.org/eslint-plugin-vue/download/eslint-plugin-vue-7.6.0.tgz?cache=0&sync_timestamp=1613350623049&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-plugin-vue%2Fdownload%2Feslint-plugin-vue-7.6.0.tgz#ea616e6dfd45d545adb16cba628c5a992cc31f0b"
integrity sha1-6mFubf1F1UWtsWy6YoxamSzDHws=
dependencies:
eslint-utils "^2.1.0"
natural-compare "^1.4.0"
semver "^7.3.2"
vue-eslint-parser "^7.4.1"
vue-eslint-parser "^7.5.0"

eslint-scope@^5.0.0, eslint-scope@^5.1.1:
version "5.1.1"
Expand Down Expand Up @@ -1883,13 +1883,6 @@ esprima@^4.0.0:
resolved "https://registry.npm.taobao.org/esprima/download/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
integrity sha1-E7BM2z5sXRnfkatph6hpVhmwqnE=

esquery@^1.0.1:
version "1.3.1"
resolved "https://registry.npm.taobao.org/esquery/download/esquery-1.3.1.tgz#b78b5828aa8e214e29fb74c4d5b752e1c033da57"
integrity sha1-t4tYKKqOIU4p+3TE1bdS4cAz2lc=
dependencies:
estraverse "^5.1.0"

esquery@^1.4.0:
version "1.4.0"
resolved "https://registry.npm.taobao.org/esquery/download/esquery-1.4.0.tgz?cache=0&sync_timestamp=1612565844379&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fesquery%2Fdownload%2Fesquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
Expand Down Expand Up @@ -5033,16 +5026,16 @@ void-elements@^2.0.0, void-elements@^2.0.1:
resolved "https://registry.npm.taobao.org/void-elements/download/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec"
integrity sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=

vue-eslint-parser@^7.4.1:
version "7.4.1"
resolved "https://registry.npm.taobao.org/vue-eslint-parser/download/vue-eslint-parser-7.4.1.tgz?cache=0&sync_timestamp=1611231679736&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-eslint-parser%2Fdownload%2Fvue-eslint-parser-7.4.1.tgz#e4adcf7876a7379758d9056a72235af18a587f92"
integrity sha1-5K3PeHanN5dY2QVqciNa8YpYf5I=
vue-eslint-parser@^7.5.0:
version "7.5.0"
resolved "https://registry.npm.taobao.org/vue-eslint-parser/download/vue-eslint-parser-7.5.0.tgz?cache=0&sync_timestamp=1613263212602&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-eslint-parser%2Fdownload%2Fvue-eslint-parser-7.5.0.tgz#b68221c55fee061899afcfb4441ec74c1495285e"
integrity sha1-toIhxV/uBhiZr8+0RB7HTBSVKF4=
dependencies:
debug "^4.1.1"
eslint-scope "^5.0.0"
eslint-visitor-keys "^1.1.0"
espree "^6.2.1"
esquery "^1.0.1"
esquery "^1.4.0"
lodash "^4.17.15"

vue-functional-data-merge@^3.0.0:
Expand Down

0 comments on commit f1708ff

Please sign in to comment.