diff --git a/package.json b/package.json index c45b94306..7f6aff748 100644 --- a/package.json +++ b/package.json @@ -30,15 +30,15 @@ "through": "~2.3.4" }, "devDependencies": { - "chai": "~1.9.0", + "chai": "^1.10.0", "cmdify": "0.0.4", "grunt": "~0.4.1", "grunt-cli": "~0.1.8", "grunt-contrib-jshint": "~0.10.0", "grunt-mocha-test": "~0.10.2", - "grunt-release": "~0.7.0", + "grunt-release": "^0.9.0", "mocha": "~1.18.2", "mockery": "~1.4.0", - "sinon": "~1.9.1" + "sinon": "^1.12.1" } }