upgrade socket.io

This commit is contained in:
Daniel Lugo 2020-02-16 18:30:38 -04:00
parent 05e2f80da1
commit f87bfc2a50
2 changed files with 30 additions and 84 deletions

View file

@ -50,7 +50,7 @@
"request-promise": "^4.2.2",
"response-time": "^2.3.2",
"shelljs": "^0.8.2",
"socket.io": "^2.1.1",
"socket.io": "^2.3.0",
"text-encoding": "^0.7.0",
"tingodb": "^0.6.1",
"winston": "^2.3.1",
@ -64,8 +64,6 @@
"@types/jest": "^24.0.18",
"@types/jsonwebtoken": "^8.3.7",
"@types/lodash": "^4.14.141",
"@types/socket.io": "^2.1.3",
"@types/socket.io-client": "^1.4.32",
"@types/uuid": "^3.4.5",
"babel-eslint": "^10.0.3",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
@ -77,7 +75,6 @@
"jest": "^24.9.0",
"nodemon": "^1.19.3",
"prettier": "^1.18.2",
"socket.io-client": "^2.2.0",
"typescript": "^3.6.3"
}
}