From 654edcddf1a50688a6799587ff20d256adbc2771 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Wed, 9 Mar 2016 12:01:07 -0800 Subject: [PATCH] fix build --- package.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 47be518..b98d957 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "arr-flatten": "1.0.1", "array-unique": "0.2.1", - "babel-runtime": "6.5.0", + "babel-runtime": "6.6.1", "bytes": "2.3.0", "chalk": "1.1.1", "commander": "2.9.0", @@ -31,11 +31,11 @@ "alpha-sort": "1.0.2", "ava": "0.12.0", "babel-eslint": "5.0.0", - "babel-plugin-transform-runtime": "6.5.2", - "babel-plugin-syntax-async-functions": "6.3.13", - "babel-plugin-transform-async-to-generator": "6.4.6", + "babel-plugin-transform-runtime": "6.6.0", + "babel-plugin-syntax-async-functions": "6.5.0", + "babel-plugin-transform-async-to-generator": "6.7.0", "babel-preset-es2015": "6.3.13", - "babel-register": "6.5.2", + "babel-register": "6.6.5", "del": "2.2.0", "eslint-config-standard": "5.1.0", "eslint-plugin-standard": "1.3.2", @@ -45,8 +45,9 @@ "gulp-ext": "1.0.0", "gulp-task-listing": "1.0.1", "gulp-uglify": "1.5.3", - "eslint": "2.2.0", - "eslint-plugin-promise": "1.1.0" + "eslint": "2.3.0", + "eslint-plugin-promise": "1.1.0", + "estraverse-fb": "1.3.1" }, "scripts": { "gulp": "gulp",