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 16, 2022
1 parent f18b7b6 commit cdb4205
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 cdb4205

Please sign in to comment.