Skip to content

Commit

Permalink
fix: async
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 7, 2018
1 parent 0857afc commit 95e455e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 20 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"bugs": "https://github.com/anycli/plugin-help/issues",
"dependencies": {
"@anycli/command": "^1.2.17",
"@anycli/command": "^1.2.18",
"chalk": "^2.3.0",
"indent-string": "^3.2.0",
"lodash.template": "^4.4.0",
Expand All @@ -27,7 +27,7 @@
"wrap-ansi": "^3.0.1"
},
"devDependencies": {
"@anycli/config": "^1.3.40",
"@anycli/config": "^1.3.41",
"@anycli/dev-cli": "^0.3.8",
"@anycli/errors": "^0.2.1",
"@anycli/plugin-legacy": "^0.1.1",
Expand Down
30 changes: 12 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,15 @@
# yarn lockfile v1


"@anycli/command@^1.2.14":
version "1.2.14"
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-1.2.14.tgz#de8e1be33f64143c49242c0deb7bf9a06a826813"
"@anycli/command@^1.2.14", "@anycli/command@^1.2.16", "@anycli/command@^1.2.17", "@anycli/command@^1.2.18":
version "1.2.18"
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-1.2.18.tgz#c60daf9ca31763cfd53df4b79af304000424eb29"
dependencies:
"@anycli/parser" "^3.2.6"

"@anycli/command@^1.2.16", "@anycli/command@^1.2.17":
version "1.2.17"
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-1.2.17.tgz#557a37cd8669afc3d2314627b7dae81eb61d0c6d"
dependencies:
"@anycli/parser" "^3.2.6"

"@anycli/config@^1.3.40":
version "1.3.40"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-1.3.40.tgz#0c8c3c80571fc020ed13bdacba9744604fb77a13"
"@anycli/config@^1.3.40", "@anycli/config@^1.3.41":
version "1.3.41"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-1.3.41.tgz#8df83d09e5077a6feb7d8a0e8c76a9acaefad117"

"@anycli/dev-cli@^0.3.8":
version "0.3.8"
Expand Down Expand Up @@ -45,10 +39,10 @@
resolved "https://registry.yarnpkg.com/@anycli/parser/-/parser-3.2.6.tgz#bbd119a80709099179a9f11af0dc44b68c54575b"

"@anycli/plugin-help@^0.7.0":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@anycli/plugin-help/-/plugin-help-0.7.0.tgz#dda7324ab6f5d8bf16deb4f7017301196ea1b22e"
version "0.7.1"
resolved "https://registry.yarnpkg.com/@anycli/plugin-help/-/plugin-help-0.7.1.tgz#6493a9b580d3cba47583f51f31fe410f056a59f9"
dependencies:
"@anycli/command" "^1.2.14"
"@anycli/command" "^1.2.17"
chalk "^2.3.0"
indent-string "^3.2.0"
lodash.template "^4.4.0"
Expand All @@ -57,10 +51,10 @@
wrap-ansi "^3.0.1"

"@anycli/plugin-legacy@^0.1.1":
version "0.1.1"
resolved "https://registry.yarnpkg.com/@anycli/plugin-legacy/-/plugin-legacy-0.1.1.tgz#e1c2a71ccb2d7cc2aed4cd244e678b6674aca365"
version "0.1.2"
resolved "https://registry.yarnpkg.com/@anycli/plugin-legacy/-/plugin-legacy-0.1.2.tgz#e1a51a46dcece783007c83b8edb592f024479e96"
dependencies:
"@anycli/command" "^1.2.14"
"@anycli/command" "^1.2.17"
"@heroku-cli/color" "^1.1.3"
"@heroku-cli/command" "^8.0.0-anycli.1"
ansi-escapes "^3.0.0"
Expand Down

0 comments on commit 95e455e

Please sign in to comment.