mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Update React on with-socket.io example (#3151)
Next.js v4 requires React v16.
This commit is contained in:
parent
03324880a8
commit
e5c46c2632
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue