CATcher-org / CATcher

CATcher is a software application used for peer-testing of software projects.
https://catcher-org.github.io/CATcher/
MIT License
71 stars 66 forks source link

Remove `node-fetch` as direct dependency #1253

Closed cheehongw closed 2 months ago

cheehongw commented 4 months ago

It appears that node-fetch was first installed in this repo to provide support for electron. https://github.com/CATcher-org/CATcher/commit/3b292f5d6832fede6c96ffa0f526078a9bfc2c37

With the removal of electron, it doesn't seem to be needed anywhere else as a direct dependency or a peer-dependency image

As such, we should remove node-fetch from package.json