Skip to content

Commit

Permalink
Update the @apollo/client dep to pull in ts-invariant changes
Browse files Browse the repository at this point in the history
The issues fixed by #460 didn't quite go far enough. This commit
updates to more recent versions of `@apollo/client`, and ultimately
`ts-invariant`, to pull in the changes made in
apollographql/invariant-packages#94.

Fixes #457
  • Loading branch information
hwillson committed Mar 18, 2021
1 parent 4439fde commit 10f52bf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
29 changes: 19 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"postinstall": "cd node_modules/graphiql-forked/packages/graphiql && npm install --production"
},
"dependencies": {
"@apollo/client": "latest",
"@apollo/client": "^3.4.0-beta.15",
"@apollo/space-kit": "^9.0.1-canary.317.8374.0",
"@emotion/cache": "^11.1.3",
"@emotion/react": "^11.1.5",
Expand Down

0 comments on commit 10f52bf

Please sign in to comment.