From 1d1476447111fb0b97a9a80c1ee6f71dd3c73d07 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 16 Feb 2015 22:59:53 +0700 Subject: [PATCH] bump dependencies The only breaking change is https://github.com/sindresorhus/globals/commit/599dd668fd045ab2b3f5979dcf8eb1fd94664b0c and it doesn't affect `babel` since it doesn't use that property. --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c76fb2af06..f7d526e85e 100644 --- a/package.json +++ b/package.json @@ -49,10 +49,10 @@ "estraverse": "1.9.1", "esutils": "1.1.6", "fs-readdir-recursive": "0.1.0", - "globals": "^5.1.0", + "globals": "^6.2.0", "js-tokenizer": "1.3.3", "leven": "^1.0.1", - "lodash": "3.0.0", + "lodash": "3.2.0", "output-file-sync": "1.1.0", "private": "0.1.6", "regenerator-babel": "0.8.10-1", @@ -63,11 +63,11 @@ "useragent": "^2.1.5" }, "devDependencies": { - "browserify": "8.1.1", - "chai": "1.10.0", + "browserify": "8.1.3", + "chai": "2.0.0", "esvalid": "1.1.0", "istanbul": "0.3.5", - "jscs": "1.10.0", + "jscs": "1.11.3", "jshint": "2.6.0", "jshint-stylish": "1.0.0", "matcha": "0.6.0",