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
This commit is contained in:
parent
e3427f4c0b
commit
bada25d158
|
@ -175,7 +175,7 @@
|
||||||
"glob": "^7.1.1",
|
"glob": "^7.1.1",
|
||||||
"graceful-fs": "^4.1.3",
|
"graceful-fs": "^4.1.3",
|
||||||
"image-size": "^0.3.5",
|
"image-size": "^0.3.5",
|
||||||
"inquirer": "^0.12.0",
|
"inquirer": "^3.0.6",
|
||||||
"jest-haste-map": "^20.0.4",
|
"jest-haste-map": "^20.0.4",
|
||||||
"json-stable-stringify": "^1.0.1",
|
"json-stable-stringify": "^1.0.1",
|
||||||
"json5": "^0.4.0",
|
"json5": "^0.4.0",
|
||||||
|
|
Loading…
Reference in New Issue