Skip to content

Commit

Permalink
fix(deps): update dependency vue-apollo to v3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Feb 18, 2021
1 parent 2ca3a46 commit 4961d40
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 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.18",
"vue": "2.6.12",
"vue-apollo": "3.0.5",
"vue-apollo": "3.0.7",
"vue-router": "3.5.1",
"vue-template-compiler": "2.6.12"
},
Expand Down
8 changes: 4 additions & 4 deletions advanced/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6201,10 +6201,10 @@ [email protected]:
dependencies:
indexof "0.0.1"

[email protected].5:
version "3.0.5"
resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.0.5.tgz#d4c7e8c7f36d76a7eed005fe565621eb0fb20522"
integrity sha512-Y9EMf47rEXLUpn8hPVZt4Iu9/KoI+OFmAznAYjL7oVoYvVGbt71jWhZWHQiN9YBriI1SscF5Exy0a2bV7XVA3A==
[email protected].7:
version "3.0.7"
resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.0.7.tgz#97a031d45641faa4888a6d5a7f71c40834359704"
integrity sha512-EUfIn4cJmoflnDJiSNP8gH4fofIEzd0I2AWnd9nhHB8mddmzIfgSNjIRihDcRB10wypYG1OG0GcU335CFgZRfA==
dependencies:
chalk "^2.4.2"
serialize-javascript "^4.0.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.11.0",
"subscriptions-transport-ws": "0.9.18",
"vue": "2.6.12",
"vue-apollo": "3.0.5",
"vue-apollo": "3.0.7",
"vue-router": "3.5.1",
"vue-template-compiler": "2.6.12"
},
Expand Down
8 changes: 4 additions & 4 deletions basic/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6518,10 +6518,10 @@ [email protected]:
dependencies:
indexof "0.0.1"

[email protected].5:
version "3.0.5"
resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.0.5.tgz#d4c7e8c7f36d76a7eed005fe565621eb0fb20522"
integrity sha512-Y9EMf47rEXLUpn8hPVZt4Iu9/KoI+OFmAznAYjL7oVoYvVGbt71jWhZWHQiN9YBriI1SscF5Exy0a2bV7XVA3A==
[email protected].7:
version "3.0.7"
resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.0.7.tgz#97a031d45641faa4888a6d5a7f71c40834359704"
integrity sha512-EUfIn4cJmoflnDJiSNP8gH4fofIEzd0I2AWnd9nhHB8mddmzIfgSNjIRihDcRB10wypYG1OG0GcU335CFgZRfA==
dependencies:
chalk "^2.4.2"
serialize-javascript "^4.0.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.11.0",
"vue": "2.6.12",
"vue-apollo": "3.0.5",
"vue-apollo": "3.0.7",
"vue-router": "3.5.1",
"vue-template-compiler": "2.6.12"
},
Expand Down
8 changes: 4 additions & 4 deletions minimal/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6496,10 +6496,10 @@ [email protected]:
dependencies:
indexof "0.0.1"

[email protected].5:
version "3.0.5"
resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.0.5.tgz#d4c7e8c7f36d76a7eed005fe565621eb0fb20522"
integrity sha512-Y9EMf47rEXLUpn8hPVZt4Iu9/KoI+OFmAznAYjL7oVoYvVGbt71jWhZWHQiN9YBriI1SscF5Exy0a2bV7XVA3A==
[email protected].7:
version "3.0.7"
resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.0.7.tgz#97a031d45641faa4888a6d5a7f71c40834359704"
integrity sha512-EUfIn4cJmoflnDJiSNP8gH4fofIEzd0I2AWnd9nhHB8mddmzIfgSNjIRihDcRB10wypYG1OG0GcU335CFgZRfA==
dependencies:
chalk "^2.4.2"
serialize-javascript "^4.0.0"
Expand Down

0 comments on commit 4961d40

Please sign in to comment.