Skip to content

Commit

Permalink
chore(deps): update dependency @apollo/client to v3.9.7 (#6662)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 13, 2024
1 parent cbab615 commit 1c697b2
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/graphql-file-upload-example/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "react-scripts test"
},
"dependencies": {
"@apollo/client": "3.9.6",
"@apollo/client": "3.9.7",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@testing-library/user-event": "14.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/apollo-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@apollo/client": "3.9.6"
"@apollo/client": "3.9.7"
},
"publishConfig": {
"access": "public",
Expand Down
43 changes: 40 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,44 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client@npm:3.9.6, @apollo/client@npm:^3.8.0, @apollo/client@npm:~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0 || ~3.6.0 || ~3.7.0 || ~3.8.0 || ~3.9.0":
"@apollo/client@npm:3.9.7":
version: 3.9.7
resolution: "@apollo/client@npm:3.9.7"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.1.1"
"@wry/caches": "npm:^1.0.0"
"@wry/equality": "npm:^0.5.6"
"@wry/trie": "npm:^0.5.0"
graphql-tag: "npm:^2.12.6"
hoist-non-react-statics: "npm:^3.3.2"
optimism: "npm:^0.18.0"
prop-types: "npm:^15.7.2"
rehackt: "npm:0.0.6"
response-iterator: "npm:^0.2.6"
symbol-observable: "npm:^4.0.0"
ts-invariant: "npm:^0.10.3"
tslib: "npm:^2.3.0"
zen-observable-ts: "npm:^1.2.5"
peerDependencies:
graphql: ^15.0.0 || ^16.0.0
graphql-ws: ^5.5.5
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
subscriptions-transport-ws: ^0.9.0 || ^0.11.0
peerDependenciesMeta:
graphql-ws:
optional: true
react:
optional: true
react-dom:
optional: true
subscriptions-transport-ws:
optional: true
checksum: 10c0/4bfa3608e8f3e257269bbb4d918ed0b73dde618a5b3ac958a0d23a0f41779449a89bd17ad0298cab6ab1b63cd47a63dc226423b2de49d210d7955f9321f2f8fb
languageName: node
linkType: hard

"@apollo/client@npm:^3.8.0, @apollo/client@npm:~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0 || ~3.6.0 || ~3.7.0 || ~3.8.0 || ~3.9.0":
version: 3.9.6
resolution: "@apollo/client@npm:3.9.6"
dependencies:
Expand Down Expand Up @@ -4603,7 +4640,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@graphql-mesh/apollo-link@workspace:packages/legacy/apollo-link"
dependencies:
"@apollo/client": "npm:3.9.6"
"@apollo/client": "npm:3.9.7"
peerDependencies:
"@apollo/client": ^3.5.9
"@graphql-mesh/runtime": ^0.98.3
Expand Down Expand Up @@ -19152,7 +19189,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "frontend@workspace:examples/graphql-file-upload-example/frontend"
dependencies:
"@apollo/client": "npm:3.9.6"
"@apollo/client": "npm:3.9.7"
"@testing-library/jest-dom": "npm:6.4.2"
"@testing-library/react": "npm:14.2.1"
"@testing-library/user-event": "npm:14.5.2"
Expand Down

0 comments on commit 1c697b2

Please sign in to comment.