Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit 18af8a4

Browse files
committed
fix: recursive installation failure due to dep cycle
1 parent 938a11c commit 18af8a4

File tree

2 files changed

+19
-301
lines changed

2 files changed

+19
-301
lines changed

package.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@oclif/command",
33
"description": "oclif base command",
4-
"version": "1.8.12",
4+
"version": "1.8.13",
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/command/issues",
77
"dependencies": {
88
"@oclif/config": "^1.18.2",
99
"@oclif/errors": "^1.3.5",
1010
"@oclif/parser": "^3.8.6",
11-
"@oclif/plugin-help": "3.2.17",
11+
"@oclif/plugin-help": "3.2.14",
1212
"debug": "^4.1.1",
1313
"semver": "^7.3.2"
1414
},
@@ -64,5 +64,8 @@
6464
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
6565
"pretest": "yarn build --noEmit && tsc -p test --noEmit"
6666
},
67-
"types": "lib/index.d.ts"
67+
"types": "lib/index.d.ts",
68+
"resolutions": {
69+
"@oclif/plugin-help": "3.2.14"
70+
}
6871
}

0 commit comments

Comments
 (0)