bump-sh / github-action

GitHub action to deploy your API documentation on Bump
https://bump.sh
MIT License
42 stars 9 forks source link

deps: remove useless explicit dependency #455

Closed paulRbr closed 1 year ago

paulRbr commented 1 year ago

Tiny follow-up to #454, where the package-lock file was not updated with the minimal version of the bump-cli package to use.

This PR also removes an unecessary explicit dependency on @oclif/core (which is not used by the github-action code itself).