diff --git a/package.json b/package.json index 4621a82..e8ffb3c 100644 --- a/package.json +++ b/package.json @@ -37,14 +37,14 @@ "saucelabs": "~1.2.0" }, "peerDependencies": { - "grunt": ">=0.4.1" + "grunt": ">=1.0.1" }, "devDependencies": { - "grunt": "^0.4.5", - "grunt-contrib-connect": "^0.11.2", - "grunt-contrib-jshint": "^0.12.0", - "grunt-contrib-watch": "^0.6.1", - "grunt-jscs": "^2.6.0", + "grunt": "^1.0.1", + "grunt-contrib-connect": "^1.0.2", + "grunt-contrib-jshint": "^1.0.0", + "grunt-contrib-watch": "^1.0.0", + "grunt-jscs": "^3.0.1", "grunt-sauce-tunnel": "^0.2.1", "load-grunt-config": "^0.19.1", "merge": "^1.1.3",