Skip to content
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

Separate dependencies and devDependencies #13

Merged

Conversation

kristerkari
Copy link
Contributor

Currently npm dependencies and devDependencies are both listed under dependencies.

This causes npm audit to report vulnerabilities for packages that are only used for development.

This PR moves the dev packages to devDependencies.

ping @matheusccastroo @renanccastro @filipenevola

@filipenevola
Copy link
Contributor

Makes sense.

I'll test and release a new version soon.

@kristerkari
Copy link
Contributor Author

Thanks! Let me know if you need anything from me 👍

@renanccastro renanccastro merged commit 8f29641 into quavedev:main Oct 15, 2024
1 check passed
@renanccastro
Copy link
Contributor

Thanks for this @kristerkari !

@renanccastro
Copy link
Contributor

@quave/eslint-plugin-meteor-quave@1.5.2 released!

@kristerkari kristerkari deleted the feature/separate-deps-and-dev-deps branch October 15, 2024 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants