rsnext/examples/with-apollo/package.json
Arek Mytych 2304300d68 Update GrpahQL dependencies (#5242)
Fixes the example with next.js@7

Fixes #5238
2018-09-21 11:49:24 +02:00

21 lines
423 B
JSON

{
"name": "with-apollo",
"version": "2.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"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.11",
"react-dom": "16.2.0"
},
"author": "",
"license": "ISC"
}