Skip to content

Commit

Permalink
fix: bump oclif/core to .59
Browse files Browse the repository at this point in the history
@W-9740945@
  • Loading branch information
peternhale committed Aug 12, 2021
1 parent f32f7b9 commit 873a83a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 26 deletions.
9 changes: 7 additions & 2 deletions command-snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{
"command": "env:list",
"plugin": "@salesforce/plugin-env",
"flags": ["columns", "csv", "extended", "filter", "json", "no-header", "no-truncate", "output", "sort"]
"flags": ["all", "columns", "csv", "extended", "filter", "json", "no-header", "no-truncate", "output", "sort"]
},
{
"command": "env:open",
Expand Down Expand Up @@ -76,7 +76,12 @@
{
"command": "logout",
"plugin": "@salesforce/plugin-login",
"flags": ["json", "noprompt"]
"flags": ["json", "no-prompt"]
},
{
"command": "logout:org",
"plugin": "@salesforce/plugin-login",
"flags": ["json", "no-prompt", "target-org"]
},
{
"command": "plugins",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
]
},
"dependencies": {
"@oclif/core": "^0.5.28",
"@oclif/core": "^0.5.29",
"@oclif/plugin-help": "^3.2.2",
"@oclif/plugin-not-found": "^2.1.1",
"@oclif/plugin-plugins": "^1.10.1",
Expand Down
23 changes: 0 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -519,29 +519,6 @@
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^0.5.28":
version "0.5.28"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-0.5.28.tgz#bb4c32f8f7cb0661db0aa8960c68e0f6d9c60e6a"
integrity sha512-t9jaGLRP5yJKwiMIzKmzYyP1eRxltWAY02lduUDp3d6cE+Dt2pcIGd7KtsOImKUWv+ClLI7O/CVHnMkOfNJvYA==
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.29":
version "0.5.29"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-0.5.29.tgz#97d02f6f06d94f457d494d6cb526d6bbcb37f7ec"
Expand Down

0 comments on commit 873a83a

Please sign in to comment.