diff --git a/examples/with-socket.io/package.json b/examples/with-socket.io/package.json index e1f4314a943e77dd58b6df37f1b501be4f8bae8f..958ec79ffe67d50e066fff7214b7f5cfc7c982a0 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" },