[apollo dependencies][xs]: using stable version of apollo-link-rest that doesn't depend on a new @apollo/client package that has number of bugs.

This was breaking deployments when trying to build production bundles.
See this issue for details: https://github.com/apollographql/apollo-client/issues/6011
This commit is contained in:
anuveyatsu
2020-06-24 12:12:55 +06:00
parent 4baf72273d
commit cc63506570
2 changed files with 8 additions and 38 deletions

View File

@@ -13,12 +13,11 @@
"pre-commit": "echo 'formating your changes.....' && prettier --single-quote --write"
},
"dependencies": {
"@apollo/client": "^3.0.0-rc.6",
"@apollo/react-hooks": "^3.1.5",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"apollo-link-rest": "^0.8.0-beta.0",
"apollo-link-rest": "0.7.3",
"bytes": "^3.1.0",
"graphql": "^15.1.0",
"graphql-anywhere": "^4.2.7",