-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed unused dependencies #295
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check the backend for unused dependencies as well. If there are no unused dependencies in the backend, just reply to this comment saying that.
Ok, I checked the backend for unused dependencies as well. I found some and removed some in my latest commit. Results of the backend packages: Successfully removed:
Unsuccessfully removed:
|
Jest is used as a development dependency for our test scripts ran by I would keep those two packages the way they were. I'm not too educated on the front-end packages, so I'll save my judgement there. Thank you for your help. |
This reverts commit 9ce9398.
Ok, I reverted my previous commit and kept things the way they were, except I removed ts-node. |
lgtm |
Removed the following:
Unused dependencies
Unused devDependencies
Fixes Unused dependencies clogging up our ecosystem #246