Skip to content

Commit dfe1401

Browse files
authoredJun 4, 2017
[chore] Bump dependencies (#227)
- bump debug to version 2.6.8 - bump redis to version 2.7.1 - bump ioredis to version 3.1.1 - bump mocha to version 3.4.2
1 parent b3ad4ad commit dfe1401

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"test": "mocha"
1515
},
1616
"dependencies": {
17-
"debug": "2.3.3",
17+
"debug": "~2.6.8",
1818
"notepack.io": "~2.0.0",
19-
"redis": "2.6.3",
19+
"redis": "~2.7.1",
2020
"socket.io-adapter": "~1.1.0",
2121
"uid2": "0.0.3"
2222
},
2323
"devDependencies": {
2424
"expect.js": "0.3.1",
25-
"ioredis": "2.5.0",
26-
"mocha": "3.2.0",
25+
"ioredis": "^3.1.1",
26+
"mocha": "^3.4.2",
2727
"socket.io": "latest",
2828
"socket.io-client": "latest"
2929
}

0 commit comments

Comments
 (0)
Please sign in to comment.