From 523cb3cfd373f7e83eba4991b9822c2e22aede0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Brauer?= Date: Wed, 19 Jan 2022 13:28:28 +0000 Subject: [PATCH] chore: do not pin @apollo/client in the canarist rootManifest I'm not sure why we did in the first place, but for now we want to pin @apollo/client in the regular dependencies to 3.4.17 because of: https://github.com/apollographql/apollo-client/issues/9108 --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index a8d5afdb0..36427b63b 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,6 @@ ], "rootManifest": { "resolutions": { - "@apollo/client": "^3.4.13", "colors": "1.4.0", "graphql-tag": "^2.12" } @@ -88,7 +87,6 @@ ], "rootManifest": { "resolutions": { - "@apollo/client": "^3.4.13", "babel-jest": "^27", "colors": "1.4.0", "jest": "^27",