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

[update example - with-apollo-and-redux] pin dependencies (#3130)

* update dependnecies

* keep next version as `latest` and depend on `react@^16.0.0`
This commit is contained in:
Li Weinan 2017-10-19 20:42:24 +08:00 committed by Tim Neutkens
parent f7d2b96d28
commit 9b53d007e7

View file

@ -11,9 +11,9 @@
"isomorphic-fetch": "^2.2.1",
"next": "latest",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react": "^16.0.0",
"react-apollo": "^1.1.3",
"react-dom": "^15.5.4",
"react-dom": "^16.0.0",
"redux": "^3.6.0"
},
"author": "",