From c6e166f4cee52ddb6286e8882cb6e9faef341f7b Mon Sep 17 00:00:00 2001 From: Nico Jansen Date: Sat, 1 Oct 2016 00:18:21 +0200 Subject: [PATCH] fix(deps): Update out dated dependencies --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e2d3139..fa58de5 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "peerDependencies": { "stryker-api": "0.3.0-0", - "mocha": "^2.3.3" + "mocha": "^2.3.3|^3.0.2" }, "devDependencies": { "@types/chai": "^3.4.32", @@ -47,7 +47,6 @@ "grunt": "^1.0.1", "grunt-cli": "^1.2.0", "grunt-contrib-clean": "^1.0.0", - "grunt-contrib-jshint": "^0.11.3", "grunt-contrib-watch": "^1.0.0", "grunt-mocha-istanbul": "^5.0.2", "grunt-mocha-test": "^0.13.2", @@ -55,7 +54,7 @@ "grunt-tslint": "^3.2.1", "istanbul": "^0.4.0", "load-grunt-tasks": "^3.5.2", - "mocha": "^2.3.3", + "mocha": "^3.1.0", "mocha-sinon": "^1.1.4", "sinon": "^1.17.2", "sinon-chai": "^2.8.0",