From 77faa5580b73bd3737f515062e3784b7263ae763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Mon, 23 Mar 2015 21:30:30 +0100 Subject: [PATCH] Upgrade chai --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1812639605..e11afd8425 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "errorhandler": "1.3.5", "express": "4.12.3", "express-validator": "2.9.0", - "ini": "1.3.2", + "ini": "1.3.3", "jsx-loader": "0.12.2", "jsxhint": "0.13.2", "knex": "^0.7.3", @@ -58,7 +58,7 @@ "webpack-dev-middleware": "^1.0.11" }, "devDependencies": { - "chai": "^1.10.0", + "chai": "2.1.2", "coveralls": "^2.11.2", "istanbul": "^0.3.5", "jest-cli": "0.4.0",