Skip to content

Commit

Permalink
fix(deps): update dependency @apollo/client to v3.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 4, 2023
1 parent addfcea commit 7b63302
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions packages/studio/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ __metadata:
linkType: hard

"@apollo/client@npm:^3.7.8":
version: 3.7.13
resolution: "@apollo/client@npm:3.7.13"
version: 3.7.14
resolution: "@apollo/client@npm:3.7.14"
dependencies:
"@graphql-typed-document-node/core": ^3.1.1
"@wry/context": ^0.7.0
Expand Down Expand Up @@ -54,7 +54,7 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: a6ff44b91356f21edd9fdf08be4fb34f4bf87df9f6bdf64a66e101dbbd6ba45f9d40ff1c58fe760726233fa278b5c438ac922673402e372d68bb547d305e6ee5
checksum: fb5169b68f60413f790cdc6c5d31adf23dfdc0ca5b1a0b21cdf2df28cea5847a65ad4bd421be1e26ff7a1e0ea205202deab1699e1b0b83d13d1d9a339e352bee
languageName: node
linkType: hard

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.13",
"@apollo/client": "3.7.14",
"@babel/runtime-corejs3": "7.21.5",
"@redwoodjs/auth": "5.0.0",
"core-js": "3.30.1",
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.13":
version: 3.7.13
resolution: "@apollo/client@npm:3.7.13"
"@apollo/client@npm:3.7.14":
version: 3.7.14
resolution: "@apollo/client@npm:3.7.14"
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: a6ff44b91356f21edd9fdf08be4fb34f4bf87df9f6bdf64a66e101dbbd6ba45f9d40ff1c58fe760726233fa278b5c438ac922673402e372d68bb547d305e6ee5
checksum: fb5169b68f60413f790cdc6c5d31adf23dfdc0ca5b1a0b21cdf2df28cea5847a65ad4bd421be1e26ff7a1e0ea205202deab1699e1b0b83d13d1d9a339e352bee
languageName: node
linkType: hard

Expand Down Expand Up @@ -7550,7 +7550,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/web@workspace:packages/web"
dependencies:
"@apollo/client": 3.7.13
"@apollo/client": 3.7.14
"@babel/cli": 7.21.5
"@babel/core": 7.21.8
"@babel/runtime-corejs3": 7.21.5
Expand Down

0 comments on commit 7b63302

Please sign in to comment.