Skip to content

Commit 4b869cd

Browse files
committed
feat: use latest oclif/core
1 parent 7e3aded commit 4b869cd

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"main": "lib/index.js",
88
"dependencies": {
9-
"@oclif/core": "^1.25.0",
9+
"@oclif/core": "^2.0.7",
1010
"@salesforce/apex-node": "1.6.0",
1111
"@salesforce/command": "^5.1.0",
1212
"@salesforce/core": "^3.32.13",
@@ -41,7 +41,7 @@
4141
"husky": "^7.0.4",
4242
"mocha": "^9.1.3",
4343
"nyc": "^15.1.0",
44-
"oclif": "^3.2.28",
44+
"oclif": "^3.6.1",
4545
"prettier": "^2.7.1",
4646
"pretty-quick": "^3.1.0",
4747
"shx": "^0.3.4",
@@ -129,4 +129,4 @@
129129
"eslint -c .eslintrc.json --fix"
130130
]
131131
}
132-
}
132+
}

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6628,12 +6628,12 @@ object.values@^1.1.5, object.values@^1.1.6:
66286628
define-properties "^1.1.4"
66296629
es-abstract "^1.20.4"
66306630

6631-
oclif@^3.2.28:
6632-
version "3.4.2"
6633-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.4.2.tgz#718d6a52107bdab0ca861cd63acdf73eb049a2bc"
6634-
integrity sha512-YF7zqHCEWiRvfuXkqyPuQsC4PiEJuXLQWIMXOtdJgOnIKqBh9Sp3e4xFsSal9QheVsCwO5kM3Nhe+G430hk/mA==
6631+
oclif@^3.6.1:
6632+
version "3.6.1"
6633+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.6.1.tgz#157ac35f1e634af745879a55c3fa39bf724a5e69"
6634+
integrity sha512-zedbQqxAzC8WlH/T2D/CbGCTWIXHMV7wGs2av+M3KPG4SfB9/lwn1zXGjft/3NNy3X6KCEoGCYWqYYMZOf2Fgg==
66356635
dependencies:
6636-
"@oclif/core" "^1.20.4"
6636+
"@oclif/core" "^2.0.3"
66376637
"@oclif/plugin-help" "^5.1.19"
66386638
"@oclif/plugin-not-found" "^2.3.7"
66396639
"@oclif/plugin-warn-if-update-available" "^2.0.14"
@@ -6647,6 +6647,7 @@ oclif@^3.2.28:
66476647
lodash "^4.17.21"
66486648
normalize-package-data "^3.0.3"
66496649
semver "^7.3.8"
6650+
shelljs "^0.8.5"
66506651
tslib "^2.3.1"
66516652
yeoman-environment "^3.11.1"
66526653
yeoman-generator "^5.6.1"

0 commit comments

Comments
 (0)