From 60833ebdd11c514323d5aa40b868b98d04858706 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Fri, 27 May 2016 12:32:52 -0700 Subject: [PATCH] package: bump projects --- package.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index 0a266e2..3fe83d3 100644 --- a/package.json +++ b/package.json @@ -11,24 +11,24 @@ "now": "./build/bin/now" }, "dependencies": { - "ansi-escapes": "1.3.0", + "ansi-escapes": "1.4.0", "arr-flatten": "1.0.1", "array-unique": "0.2.1", - "babel-runtime": "6.6.1", + "babel-runtime": "6.9.0", "bytes": "2.3.0", - "chalk": "1.1.1", - "copy-paste": "1.1.4", - "cross-spawn-async": "2.2.2", - "fs-promise": "0.4.1", - "graceful-fs": "4.1.3", + "chalk": "1.1.3", + "copy-paste": "1.2.0", + "cross-spawn-async": "2.2.4", + "fs-promise": "0.5.0", + "graceful-fs": "4.1.4", "minimatch": "3.0.0", "minimist": "1.2.0", "ms": "0.7.1", - "node-fetch": "1.3.3", + "node-fetch": "1.5.3", "progress": "1.1.8", "resumer": "0.0.0", "retry": "0.9.0", - "socket.io-client": "1.4.5", + "socket.io-client": "1.4.6", "split-array": "1.0.1", "text-table": "0.2.0", "spdy": "3.3.3", @@ -38,24 +38,24 @@ }, "devDependencies": { "alpha-sort": "1.0.2", - "ava": "0.12.0", - "babel-eslint": "5.0.0", - "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.6.5", + "ava": "0.15.1", + "babel-eslint": "6.0.4", + "babel-plugin-transform-runtime": "6.9.0", + "babel-plugin-syntax-async-functions": "6.8.0", + "babel-plugin-transform-async-to-generator": "6.8.0", + "babel-preset-es2015": "6.9.0", + "babel-register": "6.9.0", "del": "2.2.0", - "eslint-config-standard": "5.1.0", + "eslint-config-standard": "5.3.1", "eslint-plugin-standard": "1.3.2", - "gulp": "3.9.0", + "gulp": "3.9.1", "gulp-babel": "6.1.2", "gulp-eslint": "2.0.0", "gulp-ext": "1.0.0", "gulp-task-listing": "1.0.1", "gulp-uglify": "1.5.3", - "eslint": "2.3.0", - "eslint-plugin-promise": "1.1.0", + "eslint": "2.11.0", + "eslint-plugin-promise": "1.3.1", "estraverse-fb": "1.3.1" }, "scripts": {