Skip to content

Commit

Permalink
chore(deps): update dependency @apollo/client to v3.4.11 (#6661)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Sep 11, 2021
1 parent 5d5890a commit cc37961
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
]
},
"devDependencies": {
"@apollo/client": "3.4.10",
"@apollo/client": "3.4.11",
"@babel/core": "7.15.5",
"@babel/preset-env": "7.15.6",
"@babel/preset-typescript": "7.15.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
},
"devDependencies": {
"@apollo/client": "3.4.10"
"@apollo/client": "3.4.11"
},
"dependencies": {
"change-case-all": "1.0.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/graphql-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"graphql-tag": "^2.0.0"
},
"devDependencies": {
"@apollo/client": "3.4.10",
"@apollo/client": "3.4.11",
"@graphql-tools/schema": "8.2.0",
"cross-fetch": "3.1.4"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@
"@algolia/logger-common" "4.10.3"
"@algolia/requester-common" "4.10.3"

"@apollo/[email protected].10":
version "3.4.10"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.4.10.tgz#cee9ed75b1bb7f391c55d79300ecf87096e59792"
integrity sha512-b+8TT3jBM2BtEJi+V2FuLpvoYDZCY3baNYrgAgEyw4fjnuBCSRPY7qVjqriZAwMaGiTLtyVifGhmdeICQs4Eow==
"@apollo/[email protected].11":
version "3.4.11"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.4.11.tgz#19cc27abe59d0cdcc1d357b30a89ebec8bb2b072"
integrity sha512-+A0z/Vy7sDg1uyijv3t9w1U0ybxn0bSpMUZHpsb2cLg/zM8fEHQ217226buzJ+cPUA1GVfJ8n6JsiN26RchvNA==
dependencies:
"@graphql-typed-document-node/core" "^3.0.0"
"@wry/context" "^0.6.0"
Expand All @@ -141,7 +141,7 @@
symbol-observable "^4.0.0"
ts-invariant "^0.9.0"
tslib "^2.3.0"
zen-observable-ts "^1.1.0"
zen-observable-ts "~1.1.0"

"@apollo/[email protected]":
version "1.2.2"
Expand Down Expand Up @@ -16330,7 +16330,7 @@ zen-observable-ts@^0.8.21:
tslib "^1.9.3"
zen-observable "^0.8.0"

zen-observable-ts@^1.1.0:
zen-observable-ts@~1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-1.1.0.tgz#2d1aa9d79b87058e9b75698b92791c1838551f83"
integrity sha512-1h4zlLSqI2cRLPJUHJFL8bCWHhkpuXkF+dbGkRaWjgDIG26DmzyshUMrdV/rL3UnR+mhaX4fRq8LPouq0MYYIA==
Expand Down

0 comments on commit cc37961

Please sign in to comment.