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

Update dependency @apollo/client to v3.9.5 #10087

Merged
merged 1 commit into from
Mar 5, 2024
Merged
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 packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@apollo/client": "3.8.10",
"@apollo/client": "3.9.5",
"@babel/runtime-corejs3": "7.23.9",
"@redwoodjs/auth": "7.0.0",
"core-js": "3.35.1",
Expand Down
29 changes: 23 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -103,24 +103,26 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client@npm:3.8.10":
version: 3.8.10
resolution: "@apollo/client@npm:3.8.10"
"@apollo/client@npm:3.9.5":
version: 3.9.5
resolution: "@apollo/client@npm:3.9.5"
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.5"
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: ^14.0.0 || ^15.0.0 || ^16.0.0
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
Expand All @@ -134,7 +136,7 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: 10c0/983306f61de042aca2f02e414533fbdac0c9c905648a98b42bb79bccb19012306eebb3c55c6d665523addbc1948625d1aae70bdc2dd511775b7a962a40dfc5b1
checksum: 10c0/ede8ea975ba12cbf11d1b88074808ff7c8677321b5780c952c4b7d7672a4bdda24f27a6a1fed79cc6e6d9787b083f12afed0033c2fee06a2d226faadf3f44aec
languageName: node
linkType: hard

Expand Down Expand Up @@ -8801,7 +8803,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/web@workspace:packages/web"
dependencies:
"@apollo/client": "npm:3.8.10"
"@apollo/client": "npm:3.9.5"
"@apollo/experimental-nextjs-app-support": "npm:0.0.0-commit-b8a73fe"
"@babel/cli": "npm:7.23.9"
"@babel/core": "npm:^7.22.20"
Expand Down Expand Up @@ -29264,6 +29266,21 @@ __metadata:
languageName: node
linkType: hard

"rehackt@npm:0.0.5":
version: 0.0.5
resolution: "rehackt@npm:0.0.5"
peerDependencies:
"@types/react": "*"
react: "*"
peerDependenciesMeta:
"@types/react":
optional: true
react:
optional: true
checksum: 10c0/6123188b6cae82441e2e670ec1dbd741a11874958479b44a69323429bc038398a0b431ffd845c69fc60cc0c0939252ffd2cb37255c314eda38f6a4072bf81b56
languageName: node
linkType: hard

"relateurl@npm:^0.2.7":
version: 0.2.7
resolution: "relateurl@npm:0.2.7"
Expand Down
Loading