From feef853986fcc4a6a9fbbcc8fad6c8ec544a9608 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Tue, 4 Oct 2016 15:35:03 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=9A=80=20Update=20fs-readdir-recursiv?= =?UTF-8?q?e=20to=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/babel-cli/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/babel-cli/package.json b/packages/babel-cli/package.json index 05ab1cddbf8f..283a35722dd1 100644 --- a/packages/babel-cli/package.json +++ b/packages/babel-cli/package.json @@ -12,10 +12,10 @@ "babel-polyfill": "^6.16.0", "babel-runtime": "^6.9.0", "bin-version-check": "^2.1.0", - "chalk": "1.1.1", + "chalk": "^1.1.1", "commander": "^2.8.1", "convert-source-map": "^1.1.0", - "fs-readdir-recursive": "^0.1.0", + "fs-readdir-recursive": "^1.0.0", "glob": "^5.0.5", "lodash": "^4.2.0", "log-symbols": "^1.0.2", From 2e1d819f8ff316323f04861cdbb254ab9eaff38c Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Tue, 4 Oct 2016 15:35:44 +0200 Subject: [PATCH 2/2] Revert chalk change --- packages/babel-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-cli/package.json b/packages/babel-cli/package.json index 283a35722dd1..6001e4d67bc7 100644 --- a/packages/babel-cli/package.json +++ b/packages/babel-cli/package.json @@ -12,7 +12,7 @@ "babel-polyfill": "^6.16.0", "babel-runtime": "^6.9.0", "bin-version-check": "^2.1.0", - "chalk": "^1.1.1", + "chalk": "1.1.1", "commander": "^2.8.1", "convert-source-map": "^1.1.0", "fs-readdir-recursive": "^1.0.0",