diff --git a/package.json b/package.json index 8ea181768fc..b2bad6a773c 100644 --- a/package.json +++ b/package.json @@ -13,32 +13,32 @@ "SHA": "" }, "devDependencies": { - "grunt": "0.4.1", - "jasmine-node": "1.11.0", - "grunt-jasmine-node": "0.1.0", - "grunt-cli": "0.1.9", - "phantomjs": "1.9.13", - "grunt-lib-phantomjs": "0.3.0", - "grunt-contrib-jshint": "0.6.0", - "grunt-contrib-watch": "0.4.3", - "grunt-contrib-jasmine": "0.4.2", - "grunt-template-jasmine-requirejs": "0.1.0", - "grunt-contrib-cssmin": "0.6.0", - "grunt-contrib-clean": "0.4.1", - "grunt-contrib-copy": "0.4.1", - "grunt-contrib-htmlmin": "0.1.3", - "grunt-contrib-less": "0.8.2", - "grunt-contrib-requirejs": "0.4.1", - "grunt-contrib-uglify": "0.2.0", - "grunt-contrib-concat": "0.3.0", + "grunt": "1.0.1", + "jasmine-node": "1.14.5", + "grunt-jasmine-node": "0.3.1", + "grunt-cli": "1.2.0", + "phantomjs": "2.1.7", + "grunt-lib-phantomjs": "1.1.0", + "grunt-contrib-jshint": "1.0.0", + "grunt-contrib-watch": "1.0.0", + "grunt-contrib-jasmine": "1.0.3", + "grunt-template-jasmine-requirejs": "0.2.3", + "grunt-contrib-cssmin": "1.0.2", + "grunt-contrib-clean": "1.0.0", + "grunt-contrib-copy": "1.0.0", + "grunt-contrib-htmlmin": "2.0.0", + "grunt-contrib-less": "1.4.0", + "grunt-contrib-requirejs": "1.0.0", + "grunt-contrib-uglify": "2.0.0", + "grunt-contrib-concat": "1.0.1", "grunt-targethtml": "0.2.6", - "grunt-usemin": "0.1.11", - "load-grunt-tasks": "0.2.0", - "q": "0.9.2", - "semver": "^4.1.0", - "jshint": "2.1.4", - "xmldoc": "^0.1.2", - "grunt-cleanempty": "1.0.3" + "grunt-usemin": "3.1.1", + "load-grunt-tasks": "3.5.2", + "q": "1.4.1", + "semver": "^5.3.0", + "jshint": "2.9.4", + "xmldoc": "^0.5.1", + "grunt-cleanempty": "1.0.4" }, "scripts": { "postinstall": "grunt install",