Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-vue to v7.1.0 (#371)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Oct 19, 2020
1 parent c4d577b commit 3358756
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -52,7 +52,7 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-vue": "7.0.1",
"eslint-plugin-vue": "7.1.0",
"jquery": "3.5.1",
"karma": "5.2.3",
"karma-chrome-launcher": "3.1.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -1716,15 +1716,15 @@ eslint-plugin-standard@4.0.1:
resolved "https://registry.npm.taobao.org/eslint-plugin-standard/download/eslint-plugin-standard-4.0.1.tgz#ff0519f7ffaff114f76d1bd7c3996eef0f6e20b4"
integrity sha1-/wUZ9/+v8RT3bRvXw5lu7w9uILQ=

eslint-plugin-vue@7.0.1:
version "7.0.1"
resolved "https://registry.npm.taobao.org/eslint-plugin-vue/download/eslint-plugin-vue-7.0.1.tgz#8e69a9041bb9719c018f154fdcacbb17713e0240"
integrity sha1-jmmpBBu5cZwBjxVP3Ky7F3E+AkA=
eslint-plugin-vue@7.1.0:
version "7.1.0"
resolved "https://registry.npm.taobao.org/eslint-plugin-vue/download/eslint-plugin-vue-7.1.0.tgz?cache=0&sync_timestamp=1603027544065&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-plugin-vue%2Fdownload%2Feslint-plugin-vue-7.1.0.tgz#832d83e4e1e480c7285b2bc3ff1076cd0dca7a5b"
integrity sha1-gy2D5OHkgMcoWyvD/xB2zQ3Kels=
dependencies:
eslint-utils "^2.1.0"
natural-compare "^1.4.0"
semver "^7.3.2"
vue-eslint-parser "^7.1.0"
vue-eslint-parser "^7.1.1"

eslint-scope@^5.0.0, eslint-scope@^5.1.1:
version "5.1.1"
Expand Down Expand Up @@ -5065,10 +5065,10 @@ 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.1.0:
version "7.1.0"
resolved "https://registry.npm.taobao.org/vue-eslint-parser/download/vue-eslint-parser-7.1.0.tgz?cache=0&sync_timestamp=1589684321779&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-eslint-parser%2Fdownload%2Fvue-eslint-parser-7.1.0.tgz#9cdbcc823e656b087507a1911732b867ac101e83"
integrity sha1-nNvMgj5lawh1B6GRFzK4Z6wQHoM=
vue-eslint-parser@^7.1.1:
version "7.1.1"
resolved "https://registry.npm.taobao.org/vue-eslint-parser/download/vue-eslint-parser-7.1.1.tgz#c43c1c715ff50778b9a7e9a4e16921185f3425d3"
integrity sha1-xDwccV/1B3i5p+mk4WkhGF80JdM=
dependencies:
debug "^4.1.1"
eslint-scope "^5.0.0"
Expand Down

0 comments on commit 3358756

Please sign in to comment.