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.7.12 #8064

Merged
merged 1 commit into from
Apr 20, 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
10 changes: 5 additions & 5 deletions packages/studio/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ __metadata:
linkType: hard

"@apollo/client@npm:^3.7.8":
version: 3.7.9
resolution: "@apollo/client@npm:3.7.9"
version: 3.7.12
resolution: "@apollo/client@npm:3.7.12"
dependencies:
"@graphql-typed-document-node/core": ^3.1.1
"@wry/context": ^0.7.0
"@wry/equality": ^0.5.0
"@wry/trie": ^0.3.0
graphql-tag: ^2.12.6
hoist-non-react-statics: ^3.3.2
optimism: ^0.16.1
optimism: ^0.16.2
prop-types: ^15.7.2
response-iterator: ^0.2.6
symbol-observable: ^4.0.0
Expand All @@ -47,7 +47,7 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: 344922f4247d59c2822865a563fd5708848bbe7c3349f0250230ed4caf9377f3c18581635149a9a8ba501fa475a541cff7f0e549df69ee0479b477dbc131e15e
checksum: f79f6193af174c218ea3eabf9407ab770532e85c32381274887e1e55f796f013b5a4dab4fc85f86c304b5b41070df9576b94784926fe577ab926e203330ee069
languageName: node
linkType: hard

Expand Down Expand Up @@ -2498,7 +2498,7 @@ __metadata:
languageName: node
linkType: hard

"optimism@npm:^0.16.1":
"optimism@npm:^0.16.2":
version: 0.16.2
resolution: "optimism@npm:0.16.2"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@apollo/client": "3.7.11",
"@apollo/client": "3.7.12",
"@babel/runtime-corejs3": "7.21.0",
"@redwoodjs/auth": "4.0.0",
"core-js": "3.30.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client@npm:3.7.11":
version: 3.7.11
resolution: "@apollo/client@npm:3.7.11"
"@apollo/client@npm:3.7.12":
version: 3.7.12
resolution: "@apollo/client@npm:3.7.12"
dependencies:
"@graphql-typed-document-node/core": ^3.1.1
"@wry/context": ^0.7.0
Expand Down Expand Up @@ -98,7 +98,7 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: 5b95f820d177bdc6fbd1818072624d0307bbf7970c5bce8b526d254ccbb16c3c35cb172b81f7270f2d42cb7a61d36f1e97bcfb54b4dbe1e8b63e0d5a55f50132
checksum: f79f6193af174c218ea3eabf9407ab770532e85c32381274887e1e55f796f013b5a4dab4fc85f86c304b5b41070df9576b94784926fe577ab926e203330ee069
languageName: node
linkType: hard

Expand Down Expand Up @@ -7357,7 +7357,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/web@workspace:packages/web"
dependencies:
"@apollo/client": 3.7.11
"@apollo/client": 3.7.12
"@babel/cli": 7.21.0
"@babel/core": 7.21.3
"@babel/runtime-corejs3": 7.21.0
Expand Down