From 8488198c384468ad45adacd759cdce7cbb87dc20 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 10 Aug 2014 04:26:09 -0700 Subject: [PATCH] Backport "update devDependencies" Conflicts: package.json --- package.json | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index c910e8818..88176ea98 100755 --- a/package.json +++ b/package.json @@ -29,19 +29,18 @@ } }, "devDependencies": { - "font-awesome": "~4.0.3", - "grunt": "~0.4.4", - "grunt-bump": "0.0.14", - "grunt-concurrent": "~0.5.0", - "grunt-contrib-clean": "~0.5.0", - "grunt-contrib-coffee": "~0.10.1", - "grunt-contrib-compress": "~0.9.1", - "grunt-contrib-concat": "~0.4.0", - "grunt-contrib-copy": "~0.5.0", - "grunt-contrib-watch": "~0.6.1", - "grunt-crx": "~0.3.3", - "grunt-shell": "~0.7.0", - "load-grunt-tasks": "~0.6.0" + "font-awesome": "4.0.3", + "grunt": "0.4.5", + "grunt-concurrent": "0.5.0", + "grunt-contrib-clean": "0.6.0", + "grunt-contrib-coffee": "0.10.1", + "grunt-contrib-compress": "0.10.0", + "grunt-contrib-concat": "0.5.0", + "grunt-contrib-copy": "0.5.0", + "grunt-contrib-watch": "0.6.1", + "grunt-crx": "0.3.3", + "grunt-shell": "0.7.0", + "load-grunt-tasks": "0.6.0" }, "repository": { "type": "git",