From e5c46c2632202b5dfd1f7f2d3d265b2214ab1a80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismael=20Mart=C3=ADnez?= Date: Mon, 23 Oct 2017 06:23:50 -0300 Subject: [PATCH] Update React on with-socket.io example (#3151) Next.js v4 requires React v16. --- examples/with-socket.io/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-socket.io/package.json b/examples/with-socket.io/package.json index e1f4314a..958ec79f 100644 --- a/examples/with-socket.io/package.json +++ b/examples/with-socket.io/package.json @@ -5,8 +5,8 @@ "express": "^4.15.2", "isomorphic-fetch": "^2.2.1", "next": "latest", - "react": "^15.5.4", - "react-dom": "^15.5.4", + "react": "^16.0.0", + "react-dom": "^16.0.0", "socket.io": "^1.7.3", "socket.io-client": "^1.7.3" },