From 9b53d007e7ecb21ebea27e5ccee34ec34db0cda7 Mon Sep 17 00:00:00 2001 From: Li Weinan Date: Thu, 19 Oct 2017 20:42:24 +0800 Subject: [PATCH] [update example - with-apollo-and-redux] pin dependencies (#3130) * update dependnecies * keep next version as `latest` and depend on `react@^16.0.0` --- examples/with-apollo-and-redux/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-apollo-and-redux/package.json b/examples/with-apollo-and-redux/package.json index 899ffe62..97e94523 100644 --- a/examples/with-apollo-and-redux/package.json +++ b/examples/with-apollo-and-redux/package.json @@ -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": "",