Skip to content

Commit

Permalink
fix: bump core
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale committed Mar 29, 2023
1 parent dc8649b commit 256ddc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"/messages"
],
"dependencies": {
"@oclif/core": "^2.8.1-beta.1",
"@oclif/core": "^2.8.1-beta.4",
"@salesforce/core": "^3.34.6",
"@salesforce/kit": "^1.9.2",
"@salesforce/ts-types": "^1.7.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -710,10 +710,10 @@
wordwrap "^1.0.0"
wrap-ansi "^7.0.0"

"@oclif/core@^2.8.1-beta.1":
version "2.8.1-beta.1"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.1-beta.1.tgz#fcb23978df884b568d9d00f0ea764d28303ef5d3"
integrity sha512-5FPjy27z0z75nIETTaezIGAcrDCJEn0Cjcu5Sg5jW4wtzM3buAuPpHjm+Yj6LSDtQVyw1If6aQx36Hh9MnnsBA==
"@oclif/core@^2.8.1-beta.4":
version "2.8.1-beta.4"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.1-beta.4.tgz#962a6c20b925b49f80c3478e1f34408b534eba17"
integrity sha512-aLNElsI+4MXijvcdFHbJYL01/RlWArA4/GkHDK2zfXKyd8xY+NyiJeP+VajFiIkDPxUoo6XHQ7fvE/fpDxa1eQ==
dependencies:
"@types/cli-progress" "^3.11.0"
ansi-escapes "^4.3.2"
Expand Down

0 comments on commit 256ddc9

Please sign in to comment.