Skip to content

Commit

Permalink
chore: do not pin @apollo/client in the canarist rootManifest
Browse files Browse the repository at this point in the history
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:
apollographql/apollo-client#9108
  • Loading branch information
ZauberNerd committed Feb 2, 2022
1 parent d87e0c1 commit 214dbe2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
],
"rootManifest": {
"resolutions": {
"@apollo/client": "^3.4.13",
"colors": "1.4.0",
"graphql-tag": "^2.12"
}
Expand Down Expand Up @@ -88,7 +87,6 @@
],
"rootManifest": {
"resolutions": {
"@apollo/client": "^3.4.13",
"babel-jest": "^27",
"colors": "1.4.0",
"jest": "^27",
Expand Down

0 comments on commit 214dbe2

Please sign in to comment.