Skip to content

Commit

Permalink
feat: generator-dxcli@1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
heroku-cli committed Jan 20, 2018
1 parent 04afc32 commit a29e7a1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bin": "bin/run",
"bugs": "https://github.com/dxcli/create-dxcli/issues",
"dependencies": {
"generator-dxcli": "1.14.0"
"generator-dxcli": "1.14.1"
},
"devDependencies": {
"@dxcli/command": "^0.1.1",
Expand Down
24 changes: 15 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -796,9 +796,9 @@ cli-ux@^3.0.0-alpha.2:
strip-ansi "^4.0.0"
supports-color "^5.1.0"

cli-ux@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.1.0.tgz#b9a7e7a30012bfc2bb20dc322044b5c0da8493ae"
cli-ux@^3.1.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.1.3.tgz#2ec39244aacc636ca329443884e4c5f825b796d8"
dependencies:
"@dxcli/screen" "^0.0.0"
"@heroku/linewrap" "^1.0.0"
Expand All @@ -807,8 +807,7 @@ cli-ux@^3.1.0:
chalk "^2.3.0"
fs-extra "^5.0.0"
lodash "^4.17.4"
password-prompt "^1.0.3"
rxjs "^5.5.6"
password-prompt "^1.0.4"
semver "^5.5.0"
strip-ansi "^4.0.0"
supports-color "^5.1.0"
Expand Down Expand Up @@ -1872,11 +1871,11 @@ gauge@~2.7.3:
strip-ansi "^3.0.1"
wide-align "^1.1.0"

generator-dxcli@1.14.0:
version "1.14.0"
resolved "https://registry.yarnpkg.com/generator-dxcli/-/generator-dxcli-1.14.0.tgz#385adba8f8a3c93bb657b5f51f5d59a61b67a9a1"
generator-dxcli@1.14.1:
version "1.14.1"
resolved "https://registry.yarnpkg.com/generator-dxcli/-/generator-dxcli-1.14.1.tgz#d050488a058c476c8450694c8af795f1ba5ff351"
dependencies:
cli-ux "^3.1.0"
cli-ux "^3.1.3"
debug "^3.1.0"
fixpack "^2.3.1"
lodash "^4.17.4"
Expand Down Expand Up @@ -3548,6 +3547,13 @@ password-prompt@^1.0.3:
ansi-escapes "^3.0.0"
cross-spawn "^5.1.0"

password-prompt@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.0.4.tgz#933bac8db3528fcb27e9fdbc0a6592adcbdb5ed9"
dependencies:
ansi-escapes "^3.0.0"
cross-spawn "^5.1.0"

path-exists@2.1.0, path-exists@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b"
Expand Down

0 comments on commit a29e7a1

Please sign in to comment.