diff --git a/package.json b/package.json index 0fc721c..3b8be7d 100644 --- a/package.json +++ b/package.json @@ -29,9 +29,9 @@ }, "homepage": "https://github.com/bigpipe/bigpipe-progress", "devDependencies": { - "assume": "1.1.x", - "istanbul": "0.3.x", - "mocha": "2.1.x", - "pre-commit": "1.0.x" + "assume": "~1.4.1", + "istanbul": "~0.4.5", + "mocha": "~3.1.2", + "pre-commit": "~1.1.3" } }