From 511eb1540bba2fbd45b6399c60ca361f11e572df Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Thu, 17 Jul 2014 10:24:37 -0700 Subject: [PATCH] Build: update node dependencies barring jscs --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 2baaf43d9..b26751fbd 100644 --- a/package.json +++ b/package.json @@ -31,19 +31,19 @@ "dependencies": {}, "devDependencies": { "colors": "0.6.2", - "commitplease": "1.9.0", - "grunt": "0.4.2", + "commitplease": "1.10.1", + "grunt": "0.4.5", "grunt-cli": "0.1.13", "grunt-compare-size": "0.4.0", - "grunt-contrib-jshint": "0.8.0", - "grunt-contrib-uglify": "0.3.2", - "grunt-contrib-watch": "0.5.3", + "grunt-contrib-jshint": "^0.10.0", + "grunt-contrib-uglify": "0.5.0", + "grunt-contrib-watch": "0.6.1", "grunt-git-authors": "1.2.0", "grunt-jscs-checker": "0.4.1", "grunt-jsonlint": "1.0.4", "grunt-npmcopy": "0.1.0", "gzip-js": "0.3.2", - "load-grunt-tasks": "0.3.0", + "load-grunt-tasks": "0.6.0", "npm": "1.4.21", "qunitjs": "1.14.0", "requirejs": "2.1.14", -- 2.39.5