Skip to content

Commit

Permalink
fix(deps): update dependency vue-apollo to v3.0.3
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 8eda608 commit 3d12830
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 @@ -22,7 +22,7 @@
"jwt-decode": "2.2.0",
"subscriptions-transport-ws": "0.9.16",
"vue": "2.6.11",
"vue-apollo": "3.0.2",
"vue-apollo": "3.0.3",
"vue-router": "3.1.3",
"vue-template-compiler": "2.6.11"
},
Expand Down
6 changes: 3 additions & 3 deletions advanced/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6176,9 +6176,9 @@ [email protected]:
dependencies:
indexof "0.0.1"

[email protected].2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.0.2.tgz#b198ecfa3765850a0b9f2b84ffaa7fbd8ec15f52"
[email protected].3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.0.3.tgz#7f29558df76eec0f03251847eef153816a261827"
dependencies:
chalk "^2.4.2"
serialize-javascript "^2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"graphql-tag": "2.10.3",
"subscriptions-transport-ws": "0.9.16",
"vue": "2.6.11",
"vue-apollo": "3.0.2",
"vue-apollo": "3.0.3",
"vue-router": "3.1.3",
"vue-template-compiler": "2.6.11"
},
Expand Down
6 changes: 3 additions & 3 deletions basic/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6493,9 +6493,9 @@ [email protected]:
dependencies:
indexof "0.0.1"

[email protected].2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.0.2.tgz#b198ecfa3765850a0b9f2b84ffaa7fbd8ec15f52"
[email protected].3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.0.3.tgz#7f29558df76eec0f03251847eef153816a261827"
dependencies:
chalk "^2.4.2"
serialize-javascript "^2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"graphql": "0.13.2",
"graphql-tag": "2.10.3",
"vue": "2.6.11",
"vue-apollo": "3.0.2",
"vue-apollo": "3.0.3",
"vue-router": "3.1.3",
"vue-template-compiler": "2.6.11"
},
Expand Down
6 changes: 3 additions & 3 deletions minimal/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6472,9 +6472,9 @@ [email protected]:
dependencies:
indexof "0.0.1"

[email protected].2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.0.2.tgz#b198ecfa3765850a0b9f2b84ffaa7fbd8ec15f52"
[email protected].3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.0.3.tgz#7f29558df76eec0f03251847eef153816a261827"
dependencies:
chalk "^2.4.2"
serialize-javascript "^2.1.0"
Expand Down

0 comments on commit 3d12830

Please sign in to comment.