mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Update inquirer to 7.0.0
This commit is contained in:
parent
dbfb5141a4
commit
c3a99e78e4
2 changed files with 5 additions and 5 deletions
|
|
@ -62,7 +62,7 @@
|
|||
"enzyme": "^3.9.0",
|
||||
"enzyme-adapter-react-16": "^1.12.0",
|
||||
"enzyme-to-json": "^3.3.5",
|
||||
"inquirer": "^6.5.0",
|
||||
"inquirer": "^7.0.0",
|
||||
"nodemon": "^1.17.2",
|
||||
"prettier": "^1.18.2"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5523,10 +5523,10 @@ inquirer@^6.4.1:
|
|||
strip-ansi "^5.1.0"
|
||||
through "^2.3.6"
|
||||
|
||||
inquirer@^6.5.0:
|
||||
version "6.5.1"
|
||||
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.1.tgz#8bfb7a5ac02dac6ff641ac4c5ff17da112fcdb42"
|
||||
integrity sha512-uxNHBeQhRXIoHWTSNYUFhQVrHYFThIt6IVo2fFmSe8aBwdR3/w6b58hJpiL/fMukFkvGzjg+hSxFtwvVmKZmXw==
|
||||
inquirer@^7.0.0:
|
||||
version "7.0.0"
|
||||
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.0.tgz#9e2b032dde77da1db5db804758b8fea3a970519a"
|
||||
integrity sha512-rSdC7zelHdRQFkWnhsMu2+2SO41mpv2oF2zy4tMhmiLWkcKbOAs87fWAJhVXttKVwhdZvymvnuM95EyEXg2/tQ==
|
||||
dependencies:
|
||||
ansi-escapes "^4.2.1"
|
||||
chalk "^2.4.2"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue