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:
parent
f7d2b96d28
commit
9b53d007e7
|
@ -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": "",
|
||||
|
|
Loading…
Reference in a new issue