Skip to content

Commit d605347

Browse files
author
haoxin
committedNov 3, 2017
bump deps
1 parent 406f687 commit d605347

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
@@ -17,13 +17,13 @@
1717
"index.js"
1818
],
1919
"devDependencies": {
20-
"koa": "^2.0.0-alpha.3",
21-
"mocha": "^2.4.5",
22-
"supertest": "^1.2.0"
20+
"koa": "^2.3.0",
21+
"mocha": "^4.0.1",
22+
"supertest": "^3.0.0"
2323
},
2424
"license": "MIT",
2525
"dependencies": {
26-
"debug": "*",
26+
"debug": "^3.1.0",
2727
"path-to-regexp": "^2.1.0"
2828
},
2929
"engines": {

0 commit comments

Comments
 (0)
Please sign in to comment.