Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
fix(deps): Update out dated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Sep 30, 2016
1 parent d0e4eaf commit c6e166f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -47,15 +47,14 @@
"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",
"grunt-ts": "^6.0.0-beta.3",
"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",
Expand Down

0 comments on commit c6e166f

Please sign in to comment.