From 401d4dd108df537705a2746dde727d0929c773b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Tue, 16 Dec 2014 14:04:15 -0800 Subject: [PATCH] Update NPM dependencies This was mostly to update Jest, but the others were the safe ones from `npm outdated --depth=0` --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index aa2c466f42d56..de217bbdc1b1c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "benchmark": "~1.0.0", - "browserify": "^6.1.0", + "browserify": "^7.0.2", "coverify": "~1.0.4", "derequire": "^1.2.0", "envify": "^3.0.0", @@ -43,17 +43,17 @@ "grunt-contrib-clean": "^0.6.0", "grunt-contrib-compress": "^0.12.0", "grunt-contrib-connect": "~0.6.0", - "grunt-contrib-copy": "^0.6.0", + "grunt-contrib-copy": "^0.7.0", "grunt-contrib-jshint": "^0.10.0", "gzip-js": "~0.3.2", "jasmine-tapreporter": "~0.2.2", - "jest-cli": "~0.1.5", + "jest-cli": "^0.2.1", "lodash": "~2.4.1", "optimist": "~0.6.0", "phantomjs": "~1.9", "platform": "^1.1.0", "populist": "~0.1.6", - "recast": "^0.7.2", + "recast": "^0.9.11", "sauce-tunnel": "~1.1.0", "tmp": "~0.0.18", "uglify-js": "~2.4.0",