Financial-Times / manage-github-apps

A CLI for managing the repositories of GitHub App installations
MIT License
1 stars 0 forks source link

Update to npm 7 and fix peer dependency conflicts #91

Closed ivomurrell closed 3 years ago

ivomurrell commented 3 years ago

We are moving to npm 7 so we are ready to migrate away from bower.

From my notes:

@octokit/rest had some clashes in its octokit dependencies. Updating to the latest major version fixed the problem and none of the removed deprecated methods were used in the code.