Skip to content

Commit

Permalink
fix: bump oclif/core to v1 (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale committed Nov 8, 2021
1 parent 3a4a30e commit 4dbe2fc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 39 deletions.
4 changes: 2 additions & 2 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/core": "^0.5.39"
"@oclif/core": "^1.0.2"
},
"devDependencies": {
"@oclif/plugin-plugins": "^1.10.1",
Expand All @@ -17,7 +17,7 @@
"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.2.0",
"mocha": "^8.2.1",
"oclif": "^2.0.0-main.5",
"oclif": "^2.0.0-main.9",
"shx": "^0.3.3",
"ts-node": "^9.1.1",
"typescript": "^4.3.5"
Expand Down
48 changes: 11 additions & 37 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
supports-color "^5.4.0"
tslib "^1"

"@oclif/command@^1.5.10", "@oclif/command@^1.5.12", "@oclif/command@^1.5.20", "@oclif/command@^1.6", "@oclif/command@^1.6.0":
"@oclif/command@^1.5.10", "@oclif/command@^1.5.12", "@oclif/command@^1.5.20", "@oclif/command@^1.6.0":
version "1.8.0"
resolved "https://registry.npmjs.org/@oclif/command/-/command-1.8.0.tgz#c1a499b10d26e9d1a611190a81005589accbb339"
integrity sha512-5vwpq6kbvwkQwKqAoOU3L72GZ3Ta8RRrewKj9OJRolx28KLJJ8Dg9Rf7obRwt5jQA9bkYd8gqzMTrI7H3xLfaw==
Expand All @@ -116,7 +116,7 @@
debug "^4.1.1"
semver "^7.3.2"

"@oclif/config@^1.12.6", "@oclif/config@^1.12.8", "@oclif/config@^1.15.1":
"@oclif/config@^1.12.8", "@oclif/config@^1.15.1":
version "1.17.0"
resolved "https://registry.npmjs.org/@oclif/config/-/config-1.17.0.tgz#ba8639118633102a7e481760c50054623d09fcab"
integrity sha512-Lmfuf6ubjQ4ifC/9bz1fSCHc6F6E653oyaRXxg+lgT4+bYf9bk+nqrUpAbrXyABkCqgIBiFr3J4zR/kiFdE1PA==
Expand All @@ -128,33 +128,10 @@
is-wsl "^2.1.1"
tslib "^2.0.0"

"@oclif/core@^0.5.39":
version "0.5.39"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-0.5.39.tgz#d00705f31c5e6617145e84bb9dd50156cf3b01c5"
integrity sha512-4XusxLX8PnHDQxtRP25PImlkIj1Mlx6wt0NWb1FxQGvTJOAgXGJZl3YB02ZeXZLYbeKA2A3AqqxFTTKbADnZng==
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^4.1.0"
clean-stack "^3.0.0"
cli-ux "^5.1.0"
debug "^4.1.1"
fs-extra "^9.0.1"
get-package-type "^0.1.0"
globby "^11.0.1"
indent-string "^4.0.0"
is-wsl "^2.1.1"
lodash.template "^4.4.0"
semver "^7.3.2"
string-width "^4.2.0"
strip-ansi "^6.0.0"
tslib "^2.0.0"
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^0.5.34":
version "0.5.39"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-0.5.39.tgz#d00705f31c5e6617145e84bb9dd50156cf3b01c5"
integrity sha512-4XusxLX8PnHDQxtRP25PImlkIj1Mlx6wt0NWb1FxQGvTJOAgXGJZl3YB02ZeXZLYbeKA2A3AqqxFTTKbADnZng==
"@oclif/core@^1.0.0", "@oclif/core@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.0.2.tgz#f8f4eb12ff5adceb0a7ed262e9f5d46bbef1bf4f"
integrity sha512-5Qd4D+OkhCPLNML8S/LEu78CPbnd4hfsF+/7fzAnyUD4U3P+F+/Lnx/b/AnaXw6U8CPjSNO+sod0C+QpqTN13A==
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^4.1.0"
Expand Down Expand Up @@ -3541,15 +3518,12 @@ object.pick@^1.3.0:
dependencies:
isobject "^3.0.1"

oclif@^2.0.0-main.5:
version "2.0.0-main.5"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-2.0.0-main.5.tgz#077d587da46049da3812828247ec4321ffff8663"
integrity sha512-f6DnW2b70mop0fFf03K4OUcbCx+Ox8tGFWTuaypyguJoN2JPGkim1XvdW7HkhChJ8LTbgy55dFF8GuKBcBU6qQ==
oclif@^2.0.0-main.9:
version "2.0.0-main.9"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-2.0.0-main.9.tgz#6d44d2686f73334f3e25a5a88cae313b2948c35b"
integrity sha512-UUehcbCLhsvtlS+RA7GvzB1pBADbpHatRrapY7PPAih+T31QQxIGi7IyiNQXO1Yq7iAS03NQQdniBpmRGaALsw==
dependencies:
"@oclif/command" "^1.6"
"@oclif/config" "^1.12.6"
"@oclif/core" "^0.5.34"
"@oclif/errors" "^1.2.2"
"@oclif/core" "^1.0.0"
"@oclif/fixpack" "^2.3.0"
"@oclif/plugin-help" "^3"
"@oclif/plugin-not-found" "^1.2.2"
Expand Down

0 comments on commit 4dbe2fc

Please sign in to comment.