From f37ae7e4e72e765fa96f2b28de650b7a7472a73c Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 26 Jun 2013 08:57:52 -0700 Subject: [PATCH] Upgrade dev dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 571aa8bf2..f642e2952 100644 --- a/package.json +++ b/package.json @@ -71,12 +71,12 @@ "grunt": "~0.4.1", "grunt-cli": "~0.1.9", "grunt-coffeelint": "0.0.6", - "grunt-lesslint": "0.7.0", - "grunt-cson": "0.3.0", + "grunt-lesslint": "0.8.0", + "grunt-cson": "0.5.0", "grunt-contrib-csslint": "~0.1.2", "grunt-contrib-coffee": "~0.7.0", "grunt-contrib-less": "~0.5.2", - "jasmine-focused": "~0.6.0", + "jasmine-focused": "~0.7.0", "walkdir": "0.0.7" }, "private": true,