Browse Source
⬆️ Upgrade dependency @oclif/plugin-help to v3
pull/92/head
Renovate Bot
6 years ago
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with
19 additions and
4 deletions
-
package.json
-
yarn.lock
|
|
|
@ -11,7 +11,7 @@ |
|
|
|
"@oclif/command": "1.5.20", |
|
|
|
"@oclif/config": "1.15.1", |
|
|
|
"@oclif/errors": "1.2.2", |
|
|
|
"@oclif/plugin-help": "2.2.3", |
|
|
|
"@oclif/plugin-help": "3.0.0", |
|
|
|
"@oclif/plugin-not-found": "1.2.3", |
|
|
|
"@oclif/plugin-warn-if-update-available": "1.7.0", |
|
|
|
"axios": "0.19.2", |
|
|
|
|
|
|
|
@ -1216,7 +1216,7 @@ |
|
|
|
supports-color "^5.4.0" |
|
|
|
tslib "^1" |
|
|
|
|
|
|
|
"@oclif/command@1.5.20": |
|
|
|
"@oclif/command@1.5.20", "@oclif/command@^1.5.20": |
|
|
|
version "1.5.20" |
|
|
|
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.5.20.tgz#bb0693586d7d66a457c49b719e394c02ff0169a7" |
|
|
|
integrity sha512-lzst5RU/STfoutJJv4TLE/cm1WtW3xy6Aqvqy3r1lPsGdNifgbEq4dCOYyc/ZEuhV/IStQLDFTnAlqTdolkz1Q== |
|
|
|
@ -1240,7 +1240,7 @@ |
|
|
|
debug "^4.1.1" |
|
|
|
semver "^5.6.0" |
|
|
|
|
|
|
|
"@oclif/config@1.15.1": |
|
|
|
"@oclif/config@1.15.1", "@oclif/config@^1.15.1": |
|
|
|
version "1.15.1" |
|
|
|
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.15.1.tgz#39950c70811ab82d75bb3cdb33679ed0a4c21c57" |
|
|
|
integrity sha512-GdyHpEZuWlfU8GSaZoiywtfVBsPcfYn1KuSLT1JTfvZGpPG6vShcGr24YZ3HG2jXUFlIuAqDcYlTzOrqOdTPNQ== |
|
|
|
@ -1302,7 +1302,22 @@ |
|
|
|
chalk "^2.4.2" |
|
|
|
tslib "^1.9.3" |
|
|
|
|
|
|
|
"@oclif/plugin-help@2.2.3", "@oclif/plugin-help@^2", "@oclif/plugin-help@^2.1.6": |
|
|
|
"@oclif/plugin-help@3.0.0": |
|
|
|
version "3.0.0" |
|
|
|
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.0.0.tgz#7d6433d74b0473a43797c6e0468b503470f23b50" |
|
|
|
integrity sha512-mrV1O1VXy+ssW0kmIvFYkuEEPYZWKpyqydyHbKa316esAHatsZlrw6cRItf3TuKHTAqeGuXPctPV4mO2e21F9w== |
|
|
|
dependencies: |
|
|
|
"@oclif/command" "^1.5.20" |
|
|
|
"@oclif/config" "^1.15.1" |
|
|
|
chalk "^2.4.1" |
|
|
|
indent-string "^4.0.0" |
|
|
|
lodash.template "^4.4.0" |
|
|
|
string-width "^3.0.0" |
|
|
|
strip-ansi "^5.0.0" |
|
|
|
widest-line "^2.0.1" |
|
|
|
wrap-ansi "^4.0.0" |
|
|
|
|
|
|
|
"@oclif/plugin-help@^2", "@oclif/plugin-help@^2.1.6": |
|
|
|
version "2.2.3" |
|
|
|
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-2.2.3.tgz#b993041e92047f0e1762668aab04d6738ac06767" |
|
|
|
integrity sha512-bGHUdo5e7DjPJ0vTeRBMIrfqTRDBfyR5w0MP41u0n3r7YG5p14lvMmiCXxi6WDaP2Hw5nqx3PnkAIntCKZZN7g== |
|
|
|
|