Skip to content

Commit

Permalink
Update GrpahQL dependencies (#5242)
Browse files Browse the repository at this point in the history
Fixes the example with next.js@7

Fixes #5238
  • Loading branch information
amytych authored and timneutkens committed Sep 21, 2018
1 parent a39ce55 commit 2304300
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/with-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down

0 comments on commit 2304300

Please sign in to comment.