From bd453187e8ddd8ad7de02d0670eb9d11a298f6ae Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Wed, 21 Feb 2024 10:00:22 -0700 Subject: [PATCH] chore: use dev tag for oclif/core --- package.json | 2 +- yarn.lock | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 032337eb..8782ea5b 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": "^3.18.2", + "@oclif/core": "dev", "@types/lodash.difference": "^4.5.9", "chalk": "^5.3.0", "globby": "^14.0.1", diff --git a/yarn.lock b/yarn.lock index 27d18f72..496f6e15 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1376,6 +1376,39 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" +"@oclif/core@dev": + version "3.19.5-dev.0" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.5-dev.0.tgz#7596c74de1c3669b9b815a4a42be0164bc3a9af1" + integrity sha512-To26g9cRY57O21neV3mMofD8mrd3QG2RMwhOTKbuuOcql9qeoAPP8q0unto4+ETeGuRRHPVDG+gTIZoDV2/b1A== + dependencies: + "@types/cli-progress" "^3.11.5" + 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.12.0" + color "^4.2.3" + debug "^4.3.4" + ejs "^3.1.9" + 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.3" + slice-ansi "^4.0.0" + string-width "^4.2.3" + strip-ansi "^6.0.1" + supports-color "^8.1.1" + supports-hyperlinks "^2.2.0" + widest-line "^3.1.0" + wordwrap "^1.0.0" + wrap-ansi "^7.0.0" + "@oclif/plugin-help@^5.2.20": version "5.2.20" resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.20.tgz#4035a0ac231f95fb8e334da342175e3ca00f6abc"