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:
parent
a39ce550e4
commit
2304300d68
|
@ -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": "",
|
||||
|
|
Loading…
Reference in a new issue