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

fix(deps): update dependency @apollo/client to v3.8.3 #9123

Merged
merged 2 commits into from
Sep 8, 2023
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/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"yargs": "17.7.2"
},
"devDependencies": {
"@apollo/client": "3.8.1",
"@apollo/client": "3.8.3",
"@babel/cli": "7.22.10",
"@babel/core": "7.22.11",
"@graphiql/plugin-explorer": "0.1.22",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@apollo/client": "3.8.1",
"@apollo/client": "3.8.3",
"@babel/runtime-corejs3": "7.22.11",
"@redwoodjs/auth": "6.0.7",
"core-js": "3.32.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client@npm:3.8.1":
version: 3.8.1
resolution: "@apollo/client@npm:3.8.1"
"@apollo/client@npm:3.8.3":
version: 3.8.3
resolution: "@apollo/client@npm:3.8.3"
dependencies:
"@graphql-typed-document-node/core": ^3.1.1
"@wry/context": ^0.7.3
Expand Down Expand Up @@ -156,7 +156,7 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: 28dd6c1c7ffaea1dc7ded61c79754ef6443031d752507a368dc91145374ca31084a87d1ae243a922ab5dda88d744e0586d63af88b4001d07d3c87b1997b1383a
checksum: f622299670fbd895ec6b3960560829b1575fcfc733dffe967afe6ebba17796b6c2d4f8fac5686761a24c394f99270877190914c7161bce9b4ea0e76e12d33de2
languageName: node
linkType: hard

Expand Down Expand Up @@ -8945,7 +8945,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/studio@workspace:packages/studio"
dependencies:
"@apollo/client": 3.8.1
"@apollo/client": 3.8.3
"@babel/cli": 7.22.10
"@babel/core": 7.22.11
"@babel/runtime-corejs3": 7.22.11
Expand Down Expand Up @@ -9157,7 +9157,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/web@workspace:packages/web"
dependencies:
"@apollo/client": 3.8.1
"@apollo/client": 3.8.3
"@apollo/experimental-nextjs-app-support": 0.4.2
"@babel/cli": 7.22.10
"@babel/core": 7.22.11
Expand Down