Revert uws to 10.148.1 (#5398)

https://www.reddit.com/r/node/comments/91kgte/uws_has_been_deprecated/

The release 100.0.1 was a blank project again.

I've pinned all the packages.

This package has been moved to https://github.com/uNetworking/uWebSockets.js

We should consider migrating to it.
This commit is contained in:
Diamond Lewis
2019-02-28 14:12:33 -06:00
committed by GitHub
parent e0db6eb2ea
commit 1e7cc7ba00
2 changed files with 1116 additions and 1302 deletions

2392
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -39,7 +39,7 @@
"redis": "2.8.0", "redis": "2.8.0",
"semver": "5.6.0", "semver": "5.6.0",
"tv4": "1.3.0", "tv4": "1.3.0",
"uuid": "^3.1.0", "uuid": "3.1.0",
"winston": "2.4.4", "winston": "2.4.4",
"winston-daily-rotate-file": "1.7.2", "winston-daily-rotate-file": "1.7.2",
"ws": "6.1.4" "ws": "6.1.4"
@@ -50,25 +50,25 @@
"@babel/plugin-proposal-object-rest-spread": "7.3.4", "@babel/plugin-proposal-object-rest-spread": "7.3.4",
"@babel/plugin-transform-flow-strip-types": "7.3.4", "@babel/plugin-transform-flow-strip-types": "7.3.4",
"@babel/preset-env": "7.3.4", "@babel/preset-env": "7.3.4",
"@parse/minami": "^1.0.0", "@parse/minami": "1.0.0",
"babel-eslint": "^10.0.0", "babel-eslint": "10.0.0",
"bcrypt-nodejs": "0.0.3", "bcrypt-nodejs": "0.0.3",
"cross-env": "5.2.0", "cross-env": "5.2.0",
"deep-diff": "1.0.2", "deep-diff": "1.0.2",
"eslint": "^5.0.0", "eslint": "5.0.0",
"eslint-plugin-flowtype": "^3.0.0", "eslint-plugin-flowtype": "3.0.0",
"flow-bin": "0.93.0", "flow-bin": "0.93.0",
"gaze": "1.1.3", "gaze": "1.1.3",
"husky": "^1.0.0-rc.13", "husky": "1.0.0-rc.13",
"jasmine": "3.1.0", "jasmine": "3.1.0",
"jasmine-spec-reporter": "^4.1.0", "jasmine-spec-reporter": "4.1.0",
"jsdoc": "^3.5.5", "jsdoc": "3.5.5",
"jsdoc-babel": "^0.5.0", "jsdoc-babel": "0.5.0",
"lint-staged": "^8.1.0", "lint-staged": "8.1.0",
"mongodb-runner": "4.3.2", "mongodb-runner": "4.3.2",
"nyc": "^13.1.0", "nyc": "13.1.0",
"prettier": "1.16.4", "prettier": "1.16.4",
"supports-color": "^6.0.0" "supports-color": "6.0.0"
}, },
"scripts": { "scripts": {
"docs": "jsdoc -c ./jsdoc-conf.json", "docs": "jsdoc -c ./jsdoc-conf.json",
@@ -90,7 +90,7 @@
}, },
"optionalDependencies": { "optionalDependencies": {
"bcrypt": "3.0.4", "bcrypt": "3.0.4",
"uws": "100.0.1" "uws": "10.148.1"
}, },
"collective": { "collective": {
"type": "opencollective", "type": "opencollective",