Skip to content

Commit

Permalink
fix(deps): update dependency vue-router to v3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 3, 2020
1 parent 3d12830 commit 953e0e2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"subscriptions-transport-ws": "0.9.16",
"vue": "2.6.11",
"vue-apollo": "3.0.3",
"vue-router": "3.1.3",
"vue-router": "3.1.6",
"vue-template-compiler": "2.6.11"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions advanced/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6206,9 +6206,9 @@ [email protected]:
vue-style-loader "^4.0.1"
vue-template-es2015-compiler "^1.6.0"

[email protected].3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.1.3.tgz#e6b14fabc0c0ee9fda0e2cbbda74b350e28e412b"
[email protected].6:
version "3.1.6"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.1.6.tgz#45f5a3a3843e31702c061dd829393554e4328f89"

[email protected]:
version "4.1.2"
Expand Down
2 changes: 1 addition & 1 deletion basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"subscriptions-transport-ws": "0.9.16",
"vue": "2.6.11",
"vue-apollo": "3.0.3",
"vue-router": "3.1.3",
"vue-router": "3.1.6",
"vue-template-compiler": "2.6.11"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions basic/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6534,9 +6534,9 @@ [email protected]:
vue-style-loader "^4.0.1"
vue-template-es2015-compiler "^1.6.0"

[email protected].3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.1.3.tgz#e6b14fabc0c0ee9fda0e2cbbda74b350e28e412b"
[email protected].6:
version "3.1.6"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.1.6.tgz#45f5a3a3843e31702c061dd829393554e4328f89"

[email protected]:
version "4.1.2"
Expand Down
2 changes: 1 addition & 1 deletion minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"graphql-tag": "2.10.3",
"vue": "2.6.11",
"vue-apollo": "3.0.3",
"vue-router": "3.1.3",
"vue-router": "3.1.6",
"vue-template-compiler": "2.6.11"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions minimal/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6513,9 +6513,9 @@ [email protected]:
vue-style-loader "^4.0.1"
vue-template-es2015-compiler "^1.6.0"

[email protected].3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.1.3.tgz#e6b14fabc0c0ee9fda0e2cbbda74b350e28e412b"
[email protected].6:
version "3.1.6"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.1.6.tgz#45f5a3a3843e31702c061dd829393554e4328f89"

[email protected]:
version "4.1.2"
Expand Down

0 comments on commit 953e0e2

Please sign in to comment.