From 430e0b9da2b878af56bb3198784636ab1eea0266 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 23 Dec 2016 17:26:40 +0000 Subject: [PATCH] chore(package): update dependencies https://greenkeeper.io/ --- package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index d457e3b..2ee13c5 100644 --- a/package.json +++ b/package.json @@ -3,18 +3,18 @@ "version": "0.0.0", "private": true, "devDependencies": { - "grunt": "~0.4.1", - "grunt-bytesize": "~0.1.0", - "grunt-concat-bower": "~0.3.0", - "grunt-contrib-clean": "~0.5.0", - "grunt-contrib-concat": "~0.3.0", - "grunt-contrib-connect": "~0.5.0", - "grunt-contrib-jshint": "~0.7.0", - "grunt-contrib-uglify": "~0.2.0", - "grunt-contrib-watch": "~0.5.1", - "grunt-mocha": "~0.4.1", - "grunt-notify": "~0.2.13", - "grunt-shell": "~0.4.0", - "load-grunt-config":"~0.6.0" + "grunt": "~1.0.1", + "grunt-bytesize": "~0.2.0", + "grunt-concat-bower": "~0.6.0", + "grunt-contrib-clean": "~1.0.0", + "grunt-contrib-concat": "~1.0.1", + "grunt-contrib-connect": "~1.0.2", + "grunt-contrib-jshint": "~1.1.0", + "grunt-contrib-uglify": "~2.0.0", + "grunt-contrib-watch": "~1.0.0", + "grunt-mocha": "~1.0.2", + "grunt-notify": "~0.4.5", + "grunt-shell": "~2.1.0", + "load-grunt-config":"~0.19.2" } }