diff --git a/package.json b/package.json index db7b0c13..8e10df12 100644 --- a/package.json +++ b/package.json @@ -16,16 +16,16 @@ "homepage": "https://github.com/IONISx/edx-theme", "devDependencies": { "grunt": "0.4.5", - "grunt-contrib-less": "1.0.1", - "grunt-contrib-watch": "0.6.1", - "grunt-contrib-jshint": "0.11.2", - "grunt-contrib-cssmin": "0.12.2", + "grunt-contrib-less": "1.2.0", + "grunt-contrib-watch": "1.0.0", + "grunt-contrib-jshint": "1.0.0", + "grunt-contrib-cssmin": "1.0.1", "grunt-contrib-imagemin": "1.0.0", - "grunt-contrib-copy": "0.8.0", - "grunt-autoprefixer": "3.0.0", - "grunt-bless": "0.2.0", - "grunt-jscs": "1.6.0", - "time-grunt": "1.1.1", - "load-grunt-tasks": "3.1.0" + "grunt-contrib-copy": "1.0.0", + "grunt-autoprefixer": "3.0.4", + "grunt-bless": "1.0.1", + "grunt-jscs": "2.8.0", + "time-grunt": "1.3.0", + "load-grunt-tasks": "3.4.1" } }