-
-
Notifications
You must be signed in to change notification settings - Fork 237
refactor: remove unused dependencies #1795
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
Conversation
|
@Shurtu-gal @AayushSaini101 feel free to review, let me know if autocomplete is being used somewhere I am not sure about this one. |
Autocomplete us being used. @AayushSaini101 added autocomplete feature recently. |
alright, will be adding it back. |
|
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.
LGTM
Is globby also not being used? It was used in auto update of studio right? Or are we using chai directly. |
Well, the tests are all running, so looks like it is not being used. We are using chai directly |
/rtm |
Co-authored-by: Souvikns <[email protected]>
Description
CLI has some unsed dependencies, this pr aims to clear those and have a lean package.json file, thus improving time it takes to install dependencies in development and ci/cd pipelines.
According to
depcheck
:Related issue(s)
Fixes #1707