Skip to content

Commit e5c46c2

Browse files
ismamztimneutkens
authored andcommitted
Update React on with-socket.io example (vercel#3151)
Next.js v4 requires React v16.
1 parent 0332488 commit e5c46c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/with-socket.io/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"express": "^4.15.2",
66
"isomorphic-fetch": "^2.2.1",
77
"next": "latest",
8-
"react": "^15.5.4",
9-
"react-dom": "^15.5.4",
8+
"react": "^16.0.0",
9+
"react-dom": "^16.0.0",
1010
"socket.io": "^1.7.3",
1111
"socket.io-client": "^1.7.3"
1212
},

0 commit comments

Comments
 (0)