Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @apollo/client from 3.7.17 to 3.8.0 #19

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"yarnhook": "^0.6.0"
},
"dependencies": {
"@apollo/client": "^3.7.17",
"@apollo/client": "^3.8.0",
"@apollo/react-hooks": "^4.0.0",
"@apollo/server": "^4.9.1",
"@code-gear/client-shared": "workspace:^",
Expand Down
57 changes: 52 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,43 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client@npm:^3.7.17, @apollo/client@npm:latest":
"@apollo/client@npm:^3.8.0":
version: 3.8.0
resolution: "@apollo/client@npm:3.8.0"
dependencies:
"@graphql-typed-document-node/core": ^3.1.1
"@wry/context": ^0.7.3
"@wry/equality": ^0.5.6
"@wry/trie": ^0.4.3
graphql-tag: ^2.12.6
hoist-non-react-statics: ^3.3.2
optimism: ^0.17.5
prop-types: ^15.7.2
response-iterator: ^0.2.6
symbol-observable: ^4.0.0
ts-invariant: ^0.10.3
tslib: ^2.3.0
zen-observable-ts: ^1.2.5
peerDependencies:
graphql: ^14.0.0 || ^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: bf1fb4fa82ece6c7c274c0d6b196854fb19c0634b48692deed40fea491b25b385883101521860365b6af609bd0e84e32b1d82955a43e50ae920e971c7707d556
languageName: node
linkType: hard

"@apollo/client@npm:latest":
version: 3.7.17
resolution: "@apollo/client@npm:3.7.17"
dependencies:
Expand Down Expand Up @@ -2031,7 +2067,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@code-gear/source@workspace:."
dependencies:
"@apollo/client": ^3.7.17
"@apollo/client": ^3.8.0
"@apollo/react-hooks": ^4.0.0
"@apollo/server": ^4.9.1
"@babel/plugin-transform-react-jsx": ^7.22.5
Expand Down Expand Up @@ -6745,7 +6781,7 @@ __metadata:
languageName: node
linkType: hard

"@wry/context@npm:^0.7.0":
"@wry/context@npm:^0.7.0, @wry/context@npm:^0.7.3":
version: 0.7.3
resolution: "@wry/context@npm:0.7.3"
dependencies:
Expand All @@ -6754,7 +6790,7 @@ __metadata:
languageName: node
linkType: hard

"@wry/equality@npm:^0.5.0":
"@wry/equality@npm:^0.5.0, @wry/equality@npm:^0.5.6":
version: 0.5.6
resolution: "@wry/equality@npm:0.5.6"
dependencies:
Expand All @@ -6772,7 +6808,7 @@ __metadata:
languageName: node
linkType: hard

"@wry/trie@npm:^0.4.0":
"@wry/trie@npm:^0.4.0, @wry/trie@npm:^0.4.3":
version: 0.4.3
resolution: "@wry/trie@npm:0.4.3"
dependencies:
Expand Down Expand Up @@ -17172,6 +17208,17 @@ __metadata:
languageName: node
linkType: hard

"optimism@npm:^0.17.5":
version: 0.17.5
resolution: "optimism@npm:0.17.5"
dependencies:
"@wry/context": ^0.7.0
"@wry/trie": ^0.4.3
tslib: ^2.3.0
checksum: 5990217d989e9857dc523a64cb6e5a9205eae68c7acac78f7dde8fbe50045d0f11ca8068cdbb51b1eae15510d96ad593a99cf98c6f86c41d1b6f90e54956ff11
languageName: node
linkType: hard

"optionator@npm:^0.9.1, optionator@npm:^0.9.3":
version: 0.9.3
resolution: "optionator@npm:0.9.3"
Expand Down
Loading