1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Update GrpahQL dependencies (#5242)

Fixes the example with next.js@7

Fixes #5238
This commit is contained in:
Arek Mytych 2018-09-21 11:49:24 +02:00 committed by Tim Neutkens
parent a39ce550e4
commit 2304300d68

View file

@ -7,13 +7,13 @@
"start": "next start"
},
"dependencies": {
"apollo-boost": "^0.1.3",
"graphql": "0.13.2",
"isomorphic-unfetch": "2.0.0",
"apollo-boost": "^0.1.16",
"graphql": "14.0.2",
"isomorphic-unfetch": "2.1.1",
"next": "latest",
"prop-types": "15.6.1",
"react": "16.2.0",
"react-apollo": "2.1.0",
"react-apollo": "2.1.11",
"react-dom": "16.2.0"
},
"author": "",