From bada25d158e070fd683a10b8ff9cdcb8d2498b14 Mon Sep 17 00:00:00 2001 From: Yu Wang Date: Wed, 31 May 2017 14:20:27 -0700 Subject: [PATCH] Update inquirer package to better support interactive command line prompts Summary: Update package `inquirer` to better support interactive command line prompts inquirer: https://github.com/SBoudrias/Inquirer.js/blob/master/examples/input.js Reviewed By: bestander Differential Revision: D5151228 fbshipit-source-id: 96de7a4f0b914de0a9ad87e7e5d87ad42c4f38e1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4669dbace..7e2c6dc28 100644 --- a/package.json +++ b/package.json @@ -175,7 +175,7 @@ "glob": "^7.1.1", "graceful-fs": "^4.1.3", "image-size": "^0.3.5", - "inquirer": "^0.12.0", + "inquirer": "^3.0.6", "jest-haste-map": "^20.0.4", "json-stable-stringify": "^1.0.1", "json5": "^0.4.0",