Upgraded to Socket.io 4 and added Binary parser
This commit is contained in:
parent
22f53fb977
commit
5ac6d0af36
6 changed files with 128 additions and 240 deletions
|
|
@ -56,7 +56,8 @@
|
|||
"response-time": "^2.3.2",
|
||||
"shelljs": "^0.8.2",
|
||||
"shock-common": "^34.0.0",
|
||||
"socket.io": "2.1.1",
|
||||
"socket.io": "4.0.1",
|
||||
"socket.io-msgpack-parser": "^3.0.1",
|
||||
"text-encoding": "^0.7.0",
|
||||
"tingodb": "^0.6.1",
|
||||
"winston": "^3.3.3",
|
||||
|
|
@ -76,7 +77,6 @@
|
|||
"@types/node-persist": "^3.1.1",
|
||||
"@types/ramda": "types/npm-ramda#dist",
|
||||
"@types/react": "16.x.x",
|
||||
"@types/socket.io": "^2.1.11",
|
||||
"@types/uuid": "^3.4.5",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue