Skip to content

Commit

Permalink
Merge pull request #1891 from cylc/renovate/apollo-packages
Browse files Browse the repository at this point in the history
fix(deps): update dependency @apollo/client to v3.11.4
  • Loading branch information
oliver-sanders authored Aug 14, 2024
2 parents d429771 + b855efe commit e39b708
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test": "vitest run && yarn run serve cy:run"
},
"dependencies": {
"@apollo/client": "3.10.8",
"@apollo/client": "3.11.4",
"@hpcc-js/wasm": "2.18.1",
"@lumino/default-theme": "2.1.7",
"@lumino/widgets": "2.5.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client@npm:3.10.8":
version: 3.10.8
resolution: "@apollo/client@npm:3.10.8"
"@apollo/client@npm:3.11.4":
version: 3.11.4
resolution: "@apollo/client@npm:3.11.4"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.1.1"
"@wry/caches": "npm:^1.0.0"
Expand All @@ -53,8 +53,8 @@ __metadata:
peerDependencies:
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
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0
subscriptions-transport-ws: ^0.9.0 || ^0.11.0
peerDependenciesMeta:
graphql-ws:
Expand All @@ -65,7 +65,7 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: 10c0/38f69040c8bbed78dc3b7c18de8ede1aacdf0501e5a7340171d95d4c339b72857c6ef3cb233038cc3e69bc44f1917c4c1a01cfaae3a130285eafbf89f96b290a
checksum: 10c0/1d0f848a68803e4987f7bceb6c4d76a1c9c584a66cefbcacfe8aebb342b68e4cca96ecb76e7a5a423f5047da8c35e52d971cad3d532248976976c32336eac7d9
languageName: node
linkType: hard

Expand Down Expand Up @@ -3728,7 +3728,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "cylc-ui@workspace:."
dependencies:
"@apollo/client": "npm:3.10.8"
"@apollo/client": "npm:3.11.4"
"@cypress/code-coverage": "npm:3.12.44"
"@hpcc-js/wasm": "npm:2.18.1"
"@lumino/default-theme": "npm:2.1.7"
Expand Down

0 comments on commit e39b708

Please sign in to comment.