Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
fix: updated plugin-help
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Mar 24, 2018
1 parent a4da315 commit cb53bb3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"bin": "./bin/run",
"bugs": "https://github.com/oclif/oclif/issues",
"dependencies": {
"@oclif/command": "^1.4.4",
"@oclif/command": "^1.4.5",
"@oclif/config": "^1.3.60",
"@oclif/errors": "^1.0.2",
"@oclif/plugin-help": "^1.1.8",
"@oclif/plugin-help": "^1.2.0",
"@oclif/plugin-not-found": "^1.0.5",
"debug": "^3.1.0",
"fixpack": "^2.3.1",
Expand Down
15 changes: 12 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@
debug "^3.1.0"
semver "^5.5.0"

"@oclif/command@^1.4.5":
version "1.4.5"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.5.tgz#470df74446b9534e58bd513ef827419979e25b93"
dependencies:
"@oclif/errors" "^1.0.2"
"@oclif/parser" "^3.2.9"
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"
Expand Down Expand Up @@ -96,9 +105,9 @@
widest-line "^2.0.0"
wrap-ansi "^3.0.1"

"@oclif/plugin-help@^1.1.8":
version "1.1.8"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.1.8.tgz#56a14731102af40ab20589bc9cb13da13c64b2d9"
"@oclif/plugin-help@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.0.tgz#26163d6561783779ad4ac174e596b3e3e186155e"
dependencies:
"@oclif/command" "^1.4.4"
chalk "^2.3.2"
Expand Down

0 comments on commit cb53bb3

Please sign in to comment.