Skip to content

Commit

Permalink
fix: update oclif/core
Browse files Browse the repository at this point in the history
  • Loading branch information
amphro committed Feb 1, 2021
1 parent b5a4d64 commit 4e7ff89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"bugs": "https://github.com/salesforcecli/cli/issues",
"dependencies": {
"@oclif/core": "^0.2.0",
"@oclif/core": "^0.3.0",
"@oclif/plugin-help": "^3",
"tslib": "^1"
},
Expand Down Expand Up @@ -73,7 +73,7 @@
"format": "sf-format",
"lint": "sf-lint",
"postpack": "rm -f oclif.manifest.json",
"prepack": "yarn clean && yarn build && oclif-dev manifest && oclif-dev readme",
"prepack": "yarn build && oclif-dev manifest && oclif-dev readme",
"pretest": "sf-compile-test",
"test": "echo disable # sf-test",
"version": "oclif-dev readme && git add README.md"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -404,10 +404,10 @@
is-wsl "^2.1.1"
tslib "^2.0.0"

"@oclif/core@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-0.2.0.tgz#a20483d7a495ac5734a118cb6339201ec4b1b347"
integrity sha512-iGLWVfYhL5UqZ/mpwKIeoSPVFFf5uRYuI8w5HV3A7kXWmxTVWFgJ2AjEHDOQUvbFq0jXN63IYmzg5vfzkoVWdw==
"@oclif/core@^0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-0.3.0.tgz#ab5483afab79fa3207415ae8102ae0d814909c2b"
integrity sha512-9YF5j09lvSAaj8BnlvuX6dLo1uhq3UwsDDvSsqD87Rg4i6dkxaqyRmR60gJZFczz8qcMK+wZHg9JeRFB4jcU5A==
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^4.1.0"
Expand Down

0 comments on commit 4e7ff89

Please sign in to comment.