Skip to content

Commit

Permalink
added support for apollo-client 3.2-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Aug 26, 2020
1 parent 27e8d02 commit 73fb5d2
Show file tree
Hide file tree
Showing 4 changed files with 598 additions and 407 deletions.
4 changes: 2 additions & 2 deletions examples/apollo-client-3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"compile": "tsc"
},
"dependencies": {
"@apollo/client": "3.1.3",
"@apollo/client": "3.2.0-beta.6",
"@types/node": "14.0.27",
"graphql": "15.3.0",
"typescript": "3.9.7",
"@graphql-typed-document-node/core": "^3.1.0",
"@graphql-typed-document-node/patch-cli": "^3.0.3",
"@graphql-typed-document-node/patch-cli": "^3.0.5",
"@graphql-codegen/typed-document-node": "1.17.9",
"@graphql-codegen/cli": "1.17.8",
"@graphql-codegen/typescript": "1.17.8",
Expand Down
Loading

0 comments on commit 73fb5d2

Please sign in to comment.