From 339cecf1722ae81f05baf3733e22ece48b2f5c7a Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 5 May 2014 02:36:50 +0200 Subject: [PATCH] bump deps --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cbd22b5..25625b2 100644 --- a/package.json +++ b/package.json @@ -21,15 +21,15 @@ "test": "grunt" }, "dependencies": { - "recess": "^1.1.6", - "async": "^0.2.9", - "lodash": "^2.4.1", + "async": "^0.8.0", "chalk": "^0.4.0", - "maxmin": "^0.1.0" + "lodash": "^2.4.1", + "maxmin": "^0.2.0", + "recess": "^1.1.6" }, "devDependencies": { "grunt": "^0.4.2", - "grunt-contrib-jshint": "^0.8.0" + "grunt-contrib-jshint": "^0.10.0" }, "peerDependencies": { "grunt": "^0.4.0"