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

Commit

Permalink
Merge pull request #301 from oclif/phale/fix-heap-failure
Browse files Browse the repository at this point in the history
fix: recursive installation failure due to dep cycle
  • Loading branch information
mshanemc committed Dec 10, 2021
2 parents 938a11c + 18af8a4 commit 7da183f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 301 deletions.
9 changes: 6 additions & 3 deletions package.json
@@ -1,14 +1,14 @@
{
"name": "@oclif/command",
"description": "oclif base command",
"version": "1.8.12",
"version": "1.8.13",
"author": "Salesforce",
"bugs": "https://github.com/oclif/command/issues",
"dependencies": {
"@oclif/config": "^1.18.2",
"@oclif/errors": "^1.3.5",
"@oclif/parser": "^3.8.6",
"@oclif/plugin-help": "3.2.17",
"@oclif/plugin-help": "3.2.14",
"debug": "^4.1.1",
"semver": "^7.3.2"
},
Expand Down Expand Up @@ -64,5 +64,8 @@
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"pretest": "yarn build --noEmit && tsc -p test --noEmit"
},
"types": "lib/index.d.ts"
"types": "lib/index.d.ts",
"resolutions": {
"@oclif/plugin-help": "3.2.14"
}
}

0 comments on commit 7da183f

Please sign in to comment.