Skip to content

Commit

Permalink
fix(deps): update dependency vue-router to v3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 3, 2019
1 parent 53cbd76 commit 1a4f433
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.10",
"vue-apollo": "3.0.0-beta.29",
"vue-router": "3.0.2",
"vue-router": "3.0.6",
"vue-template-compiler": "2.6.10"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions advanced/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6177,9 +6177,9 @@ [email protected]:
vue-style-loader "^4.0.1"
vue-template-es2015-compiler "^1.6.0"

[email protected].2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.0.2.tgz#dedc67afe6c4e2bc25682c8b1c2a8c0d7c7e56be"
[email protected].6:
version "3.0.6"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.0.6.tgz#2e4f0f9cbb0b96d0205ab2690cfe588935136ac3"

[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.10",
"vue-apollo": "3.0.0-beta.29",
"vue-router": "3.0.2",
"vue-router": "3.0.6",
"vue-template-compiler": "2.6.10"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions basic/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6505,9 +6505,9 @@ [email protected]:
vue-style-loader "^4.0.1"
vue-template-es2015-compiler "^1.6.0"

[email protected].2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.0.2.tgz#dedc67afe6c4e2bc25682c8b1c2a8c0d7c7e56be"
[email protected].6:
version "3.0.6"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.0.6.tgz#2e4f0f9cbb0b96d0205ab2690cfe588935136ac3"

[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.1",
"vue": "2.6.10",
"vue-apollo": "3.0.0-beta.29",
"vue-router": "3.0.2",
"vue-router": "3.0.6",
"vue-template-compiler": "2.6.10"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions minimal/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6484,9 +6484,9 @@ [email protected]:
vue-style-loader "^4.0.1"
vue-template-es2015-compiler "^1.6.0"

[email protected].2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.0.2.tgz#dedc67afe6c4e2bc25682c8b1c2a8c0d7c7e56be"
[email protected].6:
version "3.0.6"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.0.6.tgz#2e4f0f9cbb0b96d0205ab2690cfe588935136ac3"

[email protected]:
version "4.1.2"
Expand Down

0 comments on commit 1a4f433

Please sign in to comment.