Skip to content

Commit 9ea1e89

Browse files
committed
[fix] bump requires-port, server and ws
npm v3 tries to dedupe the dependencies by default, and keeping dependencies up-to-date helps better deduplication. https://github.com/unshiftio/requires-port https://github.com/npm/node-semver https://github.com/websockets/ws
1 parent ab42124 commit 9ea1e89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"main": "index.js",
1515
"dependencies": {
1616
"eventemitter3": "1.x.x",
17-
"requires-port": "0.x.x"
17+
"requires-port": "1.x.x"
1818
},
1919
"devDependencies": {
2020
"async": "*",
@@ -24,10 +24,10 @@
2424
"expect.js": "*",
2525
"mocha": "*",
2626
"mocha-lcov-reporter": "*",
27-
"semver": "^4.3.3",
27+
"semver": "^5.0.3",
2828
"socket.io": "*",
2929
"socket.io-client": "*",
30-
"ws": "~0.5.0"
30+
"ws": "^0.8.0"
3131
},
3232
"scripts": {
3333
"coveralls": "mocha --require blanket --reporter mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js",

0 commit comments

Comments
 (0)