Skip to content

Commit

Permalink
fix: bump cli-ux
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 28, 2018
1 parent c6e576a commit f4f0f3f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"@dxcli/command": "^0.2.0",
"@dxcli/config": "^0.1.28",
"@dxcli/engine": "^0.1.13",
"@dxcli/version": "^0.1.9",
"cli-ux": "^3.3.6",
"@dxcli/version": "^0.1.10",
"cli-ux": "^3.3.7",
"debug": "^3.1.0",
"fixpack": "^2.3.1",
"lodash": "^4.17.4",
Expand All @@ -22,7 +22,7 @@
"devDependencies": {
"@dxcli/dev": "^2.0.14",
"@dxcli/semantic-release": "^0.3.3",
"@dxcli/test": "^0.9.17",
"@dxcli/test": "^0.9.18",
"@dxcli/tslint": "^0.1.2",
"@semantic-release/exec": "^2.0.0",
"@types/shelljs": "^0.7.7",
Expand Down
36 changes: 28 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,11 @@
execa "^0.9.0"
semantic-release "^12.2.5"

"@dxcli/test@^0.9.17":
version "0.9.17"
resolved "https://registry.yarnpkg.com/@dxcli/test/-/test-0.9.17.tgz#62cd039b8d15e7dcfca30dd5d8cead5d36b042ee"
"@dxcli/test@^0.9.18":
version "0.9.18"
resolved "https://registry.yarnpkg.com/@dxcli/test/-/test-0.9.18.tgz#41c796f71ee2427ac15facafa09625789e62f074"
dependencies:
fancy-test "^0.6.3"
fancy-test "^0.6.4"
lodash "^4.17.4"

"@dxcli/tslint@^0.1.2":
Expand All @@ -217,9 +217,9 @@
tslint "^5.9.1"
tslint-xo "^0.5.0"

"@dxcli/version@^0.1.9":
version "0.1.9"
resolved "https://registry.yarnpkg.com/@dxcli/version/-/version-0.1.9.tgz#89b8e5146c118709d8fb69f65ea8cc587e9a7b28"
"@dxcli/version@^0.1.10":
version "0.1.10"
resolved "https://registry.yarnpkg.com/@dxcli/version/-/version-0.1.10.tgz#1ccfc410777b4d5fce71c8f576c482a953785651"
dependencies:
"@dxcli/command" "^0.1.23"
"@dxcli/config" "^0.1.28"
Expand Down Expand Up @@ -1104,6 +1104,26 @@ cli-ux@^3.3.6:
strip-ansi "^4.0.0"
supports-color "^5.1.0"

cli-ux@^3.3.7:
version "3.3.7"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.3.7.tgz#523531287fce59726371724a00fd47e1cc6ef64c"
dependencies:
"@dxcli/screen" "^0.0.1"
"@heroku/linewrap" "^1.0.0"
ansi-styles "^3.2.0"
cardinal "^1.0.0"
chalk "^2.3.0"
clean-stack "^1.3.0"
extract-stack "^1.0.0"
fs-extra "^5.0.0"
indent-string "^3.2.0"
lodash "^4.17.4"
node-notifier "^5.2.1"
password-prompt "^1.0.4"
semver "^5.5.0"
strip-ansi "^4.0.0"
supports-color "^5.1.0"

cli-width@^2.0.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639"
Expand Down Expand Up @@ -1899,7 +1919,7 @@ extsprintf@^1.2.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"

fancy-test@^0.6.3:
fancy-test@^0.6.4:
version "0.6.4"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-0.6.4.tgz#3104b64348f93983827beec614cc89c084a8118c"
dependencies:
Expand Down

0 comments on commit f4f0f3f

Please sign in to comment.