Skip to content

Commit 25b28fe

Browse files
committed
deps: explicit the @oclif/core dependency used in main.js
This commit explicits the dependency on @oclif/core (we use the Config type from that lib in the main.js file) instead on relying on implicit dependency (from the bump-cli package).
1 parent cbe5e79 commit 25b28fe

2 files changed

Lines changed: 76 additions & 69 deletions

File tree

package-lock.json

Lines changed: 74 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
"@actions/github": "^5.1.1",
4545
"@actions/io": "^1.1.3",
4646
"@octokit/types": "^14.1.0",
47-
"bump-cli": "^2.10.0"
47+
"bump-cli": "^2.10.0",
48+
"@oclif/core": "^4.8.1"
4849
},
4950
"devDependencies": {
5051
"@github/local-action": "^5.1.0",

0 commit comments

Comments
 (0)