Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 27, 2018
1 parent bacffaa commit 7d6f276
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"bin": "bin/run",
"bugs": "https://github.com/dxcli/create-dxcli/issues",
"dependencies": {
"@dxcli/command": "^0.1.18",
"@dxcli/engine": "^0.1.11",
"@dxcli/command": "^0.1.19",
"@dxcli/engine": "^0.1.12",
"@dxcli/version": "^0.1.5",
"cli-ux": "^3.2.1",
"debug": "^3.1.0",
Expand Down
30 changes: 20 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
dependencies:
find-up "^2.1.0"

"@dxcli/command@^0.1.13", "@dxcli/command@^0.1.17", "@dxcli/command@^0.1.18":
"@dxcli/command@^0.1.13", "@dxcli/command@^0.1.18":
version "0.1.18"
resolved "https://registry.yarnpkg.com/@dxcli/command/-/command-0.1.18.tgz#922115807bd6c954577d1f8119e1f89c9428089d"
dependencies:
Expand All @@ -112,6 +112,16 @@
debug "^3.1.0"
tslib "^1.9.0"

"@dxcli/command@^0.1.19":
version "0.1.19"
resolved "https://registry.yarnpkg.com/@dxcli/command/-/command-0.1.19.tgz#2d48316590add9ad83ea67730b1c1e88d0b1203a"
dependencies:
"@dxcli/config" "^0.1.26"
"@dxcli/parser" "^0.0.5"
cli-ux "^3.2.1"
debug "^3.1.0"
tslib "^1.9.0"

"@dxcli/config@^0.1.22", "@dxcli/config@^0.1.26":
version "0.1.26"
resolved "https://registry.yarnpkg.com/@dxcli/config/-/config-0.1.26.tgz#36458424cb8cc9c1499659bbff3676fa7b0292da"
Expand Down Expand Up @@ -191,17 +201,17 @@
ts-node "^4.1.0"
typescript "^2.6.2"

"@dxcli/engine@^0.1.11":
version "0.1.11"
resolved "https://registry.yarnpkg.com/@dxcli/engine/-/engine-0.1.11.tgz#64374249e165198688b7c086d504113683ec9e60"
"@dxcli/engine@^0.1.11", "@dxcli/engine@^0.1.12":
version "0.1.12"
resolved "https://registry.yarnpkg.com/@dxcli/engine/-/engine-0.1.12.tgz#a2572ce83d0ff10e47cc545d3b2ad77eef7132fa"
dependencies:
"@dxcli/command" "^0.1.17"
"@dxcli/command" "^0.1.18"
"@dxcli/config" "^0.1.26"
"@dxcli/loader" "^0.2.4"
cli-ux "^3.1.6"
"@dxcli/loader" "^0.2.5"
cli-ux "^3.2.1"
debug "^3.1.0"

"@dxcli/loader@^0.2.4":
"@dxcli/loader@^0.2.5":
version "0.2.5"
resolved "https://registry.yarnpkg.com/@dxcli/loader/-/loader-0.2.5.tgz#a7180fe54c3796f4c03758871bb896e77a2a0945"
dependencies:
Expand Down Expand Up @@ -2002,8 +2012,8 @@ extsprintf@^1.2.0:
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"

fancy-test@^0.5.1:
version "0.5.3"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-0.5.3.tgz#6eba3706a8821e545a3eb4c64171154a411adbba"
version "0.5.4"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-0.5.4.tgz#1c12e5b6c0f2bf94bc1c041dfabea0f39dc4577d"
dependencies:
lodash "^4.17.4"
stdout-stderr "^0.1.4"
Expand Down

0 comments on commit 7d6f276

Please sign in to comment.