From 37e6b9d38374483b0ab00c35cb4ec4ea1d86a359 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 6 Feb 2014 10:23:29 +0200 Subject: [PATCH] Update dependencies. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0e06af9..05aa659 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "underscore": "~1.5.2" }, "devDependencies": { - "chai": "~1.8.1", + "chai": "~1.9.0", "grunt": "~0.4.2", "grunt-compare-size": "~0.4.0", "grunt-contrib-clean": "~0.5.0", @@ -52,7 +52,7 @@ "grunt-contrib-cssmin": "~0.7.0", "grunt-contrib-jshint": "~0.8.0", "grunt-contrib-watch": "~0.5.3", - "grunt-processhtml": "~0.2.7", + "grunt-processhtml": "~0.3.0", "grunt-simple-mocha": "~0.4.0", "load-grunt-tasks": "~0.3.0", "mocha": "~1.17.1",