From 30823445e9a4ab63712e635d98377060401c9f7f Mon Sep 17 00:00:00 2001 From: Ben Word Date: Fri, 15 Aug 2014 12:54:59 -0500 Subject: [PATCH] Update devDependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 07c2ae33c0..03aad7ec73 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ "devDependencies": { "bower": ">=1.3.9", "grunt": "~0.4.5", - "grunt-autoprefixer": "~0.8.1", - "grunt-contrib-concat": "~0.4.0", + "grunt-autoprefixer": "~1.0.0", + "grunt-contrib-concat": "~0.5.0", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-less": "~0.11.3", "grunt-contrib-uglify": "~0.5.0", @@ -34,6 +34,6 @@ "grunt-modernizr": "~0.5.2", "grunt-wp-assets": "~0.2.6", "load-grunt-tasks": "~0.6.0", - "time-grunt": "~0.3.2" + "time-grunt": "~0.4.0" } }