Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxins committed Jul 17, 2019
1 parent f683c31 commit 3ded55e
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions package.json
Expand Up @@ -17,25 +17,22 @@
"test": "mocha test.js"
},
"devDependencies": {
"boom": "^5.2.0",
"chai": "^3.5.0",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"koa": "^2.0.0-alpha.7",
"boom": "^7.3.0",
"chai": "^4.2.0",
"eslint": "^6.0.1",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"koa": "^2.7.0",
"koa-route": "^3.2.0",
"mocha": "^3.2.0",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"supertest": "^2.0.1"
"mocha": "^6.1.4",
"sinon": "^7.3.2",
},
"license": "MIT",
"dependencies": {
"bytes": "^2.5.0",
"chalk": "^1.1.3",
"bytes": "^3.1.0",
"humanize-number": "0.0.2",
"passthrough-counter": "^1.0.0"
},
Expand Down

0 comments on commit 3ded55e

Please sign in to comment.