Skip to content

Commit

Permalink
fix: updated @oclif/command
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Mar 28, 2018
1 parent 3c97997 commit 01e4d9b
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 46 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-help/issues",
"dependencies": {
"@oclif/command": "^1.4.4",
"@oclif/command": "^1.4.6",
"chalk": "^2.3.2",
"indent-string": "^3.2.0",
"lodash.template": "^4.4.0",
Expand All @@ -14,11 +14,11 @@
"wrap-ansi": "^3.0.1"
},
"devDependencies": {
"@oclif/config": "^1.3.60",
"@oclif/dev-cli": "^1.4.2",
"@oclif/errors": "^1.0.2",
"@oclif/config": "^1.3.62",
"@oclif/dev-cli": "^1.4.3",
"@oclif/errors": "^1.0.3",
"@oclif/plugin-legacy": "^1.0.6",
"@oclif/plugin-plugins": "^1.0.7",
"@oclif/plugin-plugins": "^1.0.8",
"@oclif/test": "^1.0.1",
"@oclif/tslint": "^1.0.2",
"@types/chai": "^4.1.2",
Expand All @@ -35,7 +35,7 @@
"strip-ansi": "^4.0.0",
"ts-node": "^5.0.1",
"tslint": "^5.9.1",
"typescript": "^2.7.2"
"typescript": "^2.8.1"
},
"engines": {
"node": ">=8.0.0"
Expand Down
88 changes: 48 additions & 40 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@
call-me-maybe "^1.0.1"
glob-to-regexp "^0.3.0"

"@oclif/command@^1.4.1":
version "1.4.1"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.1.tgz#76748f74b16025d7d1bbc4bcfc7cba40072014f1"
dependencies:
"@oclif/parser" "^3.2.9"
semver "^5.5.0"

"@oclif/command@^1.4.2":
version "1.4.2"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.2.tgz#f20ead470e87f629812ce21ddd72042c88517a5d"
Expand All @@ -55,24 +48,29 @@
debug "^3.1.0"
semver "^5.5.0"

"@oclif/config@^1.3.59":
version "1.3.59"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.3.59.tgz#10cc39757654850458b2d3f899155af2e069deb5"
"@oclif/command@^1.4.6":
version "1.4.6"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.6.tgz#6de7789cfc6ae6cdf177566fbfbb742d5cb8f320"
dependencies:
"@oclif/errors" "^1.0.3"
"@oclif/parser" "^3.2.9"
debug "^3.1.0"
semver "^5.5.0"

"@oclif/config@^1.3.60":
version "1.3.60"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.3.60.tgz#e5e1b1cf14d68dd55c489bc5f76594073dec0568"
"@oclif/config@^1.3.62":
version "1.3.62"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.3.62.tgz#b703d97588a78141222dedb53ccb15277dfe9e45"
dependencies:
debug "^3.1.0"

"@oclif/dev-cli@^1.4.2":
version "1.4.2"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.4.2.tgz#cd849b2f634606c9dda71caf6d32e5bf31611c6a"
"@oclif/dev-cli@^1.4.3":
version "1.4.3"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.4.3.tgz#5139e4d2ef8439542270c06484d1099163608210"
dependencies:
"@oclif/command" "^1.4.2"
"@oclif/config" "^1.3.59"
"@oclif/errors" "^1.0.2"
"@oclif/plugin-help" "^1.1.6"
"@oclif/command" "^1.4.6"
"@oclif/config" "^1.3.62"
"@oclif/errors" "^1.0.3"
"@oclif/plugin-help" "^1.2.1"
lodash "^4.17.5"
lodash.template "^4.4.0"
normalize-package-data "^2.4.0"
Expand All @@ -88,18 +86,28 @@
strip-ansi "^4.0.0"
wrap-ansi "^3.0.1"

"@oclif/errors@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.3.tgz#f23c024075855c7d116d041ee158f99bd51175af"
dependencies:
clean-stack "^1.3.0"
fs-extra "^5.0.0"
indent-string "^3.2.0"
strip-ansi "^4.0.0"
wrap-ansi "^3.0.1"

"@oclif/parser@^3.2.9":
version "3.2.9"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.2.9.tgz#76d01106971e20dfcfec5be276c4e6e9edfee9ec"
dependencies:
"@heroku/linewrap" "^1.0.0"

"@oclif/plugin-help@^1.1.6":
version "1.1.6"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.1.6.tgz#2f92e5705ce656e26e75867af74bda3cc4bdfd07"
"@oclif/plugin-help@^1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.1.tgz#5537779e5a1cfb812d54333111c861d06771c18f"
dependencies:
"@oclif/command" "^1.4.1"
chalk "^2.3.1"
"@oclif/command" "^1.4.4"
chalk "^2.3.2"
indent-string "^3.2.0"
lodash.template "^4.4.0"
string-width "^2.1.1"
Expand All @@ -117,14 +125,14 @@
debug "^3.1.0"
semver "^5.5.0"

"@oclif/plugin-plugins@^1.0.7":
version "1.0.7"
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-1.0.7.tgz#1d80a1b49a45ff4502ee221f770f56857e3e692e"
"@oclif/plugin-plugins@^1.0.8":
version "1.0.8"
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-1.0.8.tgz#540ff79abe21bcbcdf998d7c81d2be62793bae98"
dependencies:
"@heroku-cli/color" "^1.1.3"
"@oclif/command" "^1.4.2"
"@oclif/command" "^1.4.4"
chalk "^2.3.2"
cli-ux "^3.3.25"
cli-ux "^3.3.26"
debug "^3.1.0"
fs-extra "^5.0.0"
http-call "^5.0.2"
Expand Down Expand Up @@ -383,7 +391,7 @@ chalk@^1.1.3:
strip-ansi "^3.0.0"
supports-color "^2.0.0"

chalk@^2.3.0, chalk@^2.3.1:
chalk@^2.3.0:
version "2.3.1"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.1.tgz#523fe2678aec7b04e8041909292fe8b17059b796"
dependencies:
Expand Down Expand Up @@ -435,15 +443,15 @@ cli-ux@^3.3.18:
strip-ansi "^4.0.0"
supports-color "^5.1.0"

cli-ux@^3.3.25:
version "3.3.25"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.3.25.tgz#2bc2a114149afb3b61c614bd47d204877eff90d2"
cli-ux@^3.3.26:
version "3.3.26"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.3.26.tgz#998be26eb4bcd2a29a740a9bea2a497071461a7a"
dependencies:
"@heroku/linewrap" "^1.0.0"
"@oclif/screen" "^1.0.2"
ansi-styles "^3.2.0"
ansi-styles "^3.2.1"
cardinal "^1.0.0"
chalk "^2.3.0"
chalk "^2.3.2"
clean-stack "^1.3.0"
extract-stack "^1.0.0"
fs-extra "^5.0.0"
Expand All @@ -452,7 +460,7 @@ cli-ux@^3.3.25:
password-prompt "^1.0.4"
semver "^5.5.0"
strip-ansi "^4.0.0"
supports-color "^5.1.0"
supports-color "^5.3.0"

collection-visit@^1.0.0:
version "1.0.0"
Expand Down Expand Up @@ -1640,9 +1648,9 @@ type-detect@^4.0.0:
version "4.0.8"
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"

typescript@^2.7.2:
version "2.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.2.tgz#2d615a1ef4aee4f574425cdff7026edf81919836"
typescript@^2.8.1:
version "2.8.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.1.tgz#6160e4f8f195d5ba81d4876f9c0cc1fbc0820624"

union-value@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit 01e4d9b

Please sign in to comment.