From 45759189345e4973b88d89cb6a17e4134765dc39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 16:24:11 +0000 Subject: [PATCH] chore(deps): pin dependency @apollo/client to v3.10.0 --- package.json | 4 ++-- yarn.lock | 43 ++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 42 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ab1c72de..28e59800 100644 --- a/package.json +++ b/package.json @@ -66,10 +66,10 @@ "preset": "ts-jest" }, "peerDependencies": { - "@apollo/client": "^3.7.17" + "@apollo/client": "3.10.0" }, "devDependencies": { - "@apollo/client": "3.9.9", + "@apollo/client": "3.10.0", "@types/jest": "29.5.12", "@types/node": "20.11.30", "@types/react-native": "0.73.0", diff --git a/yarn.lock b/yarn.lock index 6a557243..d5da100d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15,7 +15,44 @@ __metadata: languageName: node linkType: hard -"@apollo/client@npm:3.9.9, @apollo/client@npm:^3.1.2": +"@apollo/client@npm:3.10.0": + version: 3.10.0 + resolution: "@apollo/client@npm:3.10.0" + 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.6" + 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: ^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 + subscriptions-transport-ws: ^0.9.0 || ^0.11.0 + peerDependenciesMeta: + graphql-ws: + optional: true + react: + optional: true + react-dom: + optional: true + subscriptions-transport-ws: + optional: true + checksum: 10c0/99e7345b913209e51914e1d6850f52ceef5a55a8e94d66f3fd571aef8991b05d4c567c9ec8b1b2f8ffb5b44ddc694fa9eccf211b25b09684c4ad0d8344994348 + languageName: node + linkType: hard + +"@apollo/client@npm:^3.1.2": version: 3.9.9 resolution: "@apollo/client@npm:3.9.9" dependencies: @@ -2488,7 +2525,7 @@ __metadata: version: 0.0.0-use.local resolution: "apollo3-cache-persist@workspace:." dependencies: - "@apollo/client": "npm:3.9.9" + "@apollo/client": "npm:3.10.0" "@types/jest": "npm:29.5.12" "@types/node": "npm:20.11.30" "@types/react-native": "npm:0.73.0" @@ -2510,7 +2547,7 @@ __metadata: typescript: "npm:5.4.3" uglify-js: "npm:3.17.4" peerDependencies: - "@apollo/client": 3.7.17 + "@apollo/client": 3.10.0 languageName: unknown linkType: soft