Skip to content

Commit

Permalink
fix(deps): Update out dated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs authored and simondel committed Apr 21, 2017
1 parent 0fc17be commit cc0be9a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/stryker-mocha-runner/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 cc0be9a

Please sign in to comment.