From 5ecc728564eff13a4b180a1feaa6370e696e9883 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Wed, 16 Aug 2017 11:49:43 +0800 Subject: [PATCH] Update dependencies for koa 2 and async/await --- package.json | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 5ae7d09..82073c4 100644 --- a/package.json +++ b/package.json @@ -21,12 +21,11 @@ }, "dependencies": { "addressparser": "^1.0.1", - "co": "^4.6.0", - "co-body": "^5.1.1", "config": "^1.20.4", - "koa": "^1.2.0", - "koa-router": "^5.4.0", - "koa-static": "^2.0.0", + "koa": "^2.3.0", + "koa-body": "^2.3.0", + "koa-router": "^7.2.1", + "koa-static": "^4.0.1", "mongodb": "^2.2.31", "nodemailer": "^2.4.2", "nodemailer-openpgp": "^1.0.2", @@ -35,16 +34,14 @@ }, "devDependencies": { "chai": "^4.1.1", - "co-mocha": "^1.1.2", "eslint": "^4.4.1", "mocha": "^3.2.0", - "sinon": "^1.17.4", + "sinon": "^3.2.0", "supertest": "^3.0.0" }, "greenkeeper": { "ignore": [ - "nodemailer", - "sinon" + "nodemailer" ] } }