-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update dependencies to not use deprecated packages #76
Comments
Yes, this package could overall be split into smaller chunks and made dependency free, especially that we now built in support for |
I am not sure that I understand what all this package does to try and go about refactoring it. That said, I just spent (probably way too long) going through the package-lock.json and it looks like a lot of these outdated dependencies are due to Vue and webpack so at least the core package isn't the one with all of the bad dependencies ;) I never realized that an "npm install" would also install dev dependencies. That seems like a waste of space and data transfer. |
If you're looking to install non-dev dependencies, |
@Worie, I am seeing what you mean by updates to BTT making a lot of the functionality in this package obsolete... I would argue though that it only really makes the frontend portion of this obsolete as no real backend SDK has been published. How would you feel about removing the front end portion of the codebase? |
I just did an npm install on this and there are a lot of high vulnerabilities and deprecated packages that this relies on...
The text was updated successfully, but these errors were encountered: