diff --git a/assets/plugins/pace/package.json b/assets/plugins/pace/package.json index b1ce8a1a..393a466a 100755 --- a/assets/plugins/pace/package.json +++ b/assets/plugins/pace/package.json @@ -13,12 +13,12 @@ "url": "git://github.com/HubSpot/pace.git" }, "devDependencies": { - "grunt-contrib-coffee": "~0.7.0", - "coffee-script": "~1.6.3", - "grunt-contrib-uglify": "~0.2.4", - "grunt-cli": "~0.1.9", - "grunt": "~0.4.1", - "grunt-contrib-watch": "~0.5.3", - "color": "~0.4.4" + "grunt-contrib-coffee": "0.7.0", + "coffee-script": "1.6.3", + "grunt-contrib-uglify": "0.2.7", + "grunt-cli": "0.1.13", + "grunt": "0.4.5", + "grunt-contrib-watch": "0.5.3", + "color": "0.4.4" } }