From fb5b85b187c04c500787b1a7a04fde83e4b06245 Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Mon, 23 Jan 2023 10:51:11 -0700 Subject: [PATCH] fix: bump core --- package.json | 4 ++-- yarn.lock | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e7025103..51bd1df7 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-command-snapshot/issues", "dependencies": { - "@oclif/core": "^2.0.2-beta.6", + "@oclif/core": "^2.0.3", "chalk": "^4.1.2", "just-diff": "^5.2.0", "lodash": "^4.17.21", @@ -74,4 +74,4 @@ "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\" --timeout 20000", "version": "oclif readme && git add README.md" } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index a2ae1490..e56c9f96 100644 --- a/yarn.lock +++ b/yarn.lock @@ -689,6 +689,40 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" +"@oclif/core@^2.0.3": + version "2.0.3" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.0.3.tgz#ce71efbfc6e4c2655579ce81adce6471be2bc799" + integrity sha512-Dr6tghg32KKEivcWYqrx9bgC8FDE4i47FLR1wjnLg3jNJWf+blTYorj6aHize2WF0wiwkvB28Cr5TUNBooB4AQ== + dependencies: + "@types/cli-progress" "^3.11.0" + ansi-escapes "^4.3.2" + ansi-styles "^4.3.0" + cardinal "^2.1.1" + chalk "^4.1.2" + clean-stack "^3.0.1" + cli-progress "^3.10.0" + debug "^4.3.4" + ejs "^3.1.6" + fs-extra "^9.1.0" + get-package-type "^0.1.0" + globby "^11.1.0" + hyperlinker "^1.0.0" + indent-string "^4.0.0" + is-wsl "^2.2.0" + js-yaml "^3.14.1" + natural-orderby "^2.0.3" + object-treeify "^1.1.33" + password-prompt "^1.1.2" + semver "^7.3.7" + string-width "^4.2.3" + strip-ansi "^6.0.1" + supports-color "^8.1.1" + supports-hyperlinks "^2.2.0" + tslib "^2.4.1" + widest-line "^3.1.0" + wordwrap "^1.0.0" + wrap-ansi "^7.0.0" + "@oclif/linewrap@^1.0.0": version "1.0.0" resolved "https://registry.npmjs.org/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"