Skip to content

chore: use caret (^) range for lodash dependency #415

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

scinos
Copy link

@scinos scinos commented Dec 14, 2022

This PR changes dependency lodash: 4.17.21 with lodash: ^4.17.21 in all package.json.

Using a range will allow consumers of these libraries to deduplicate lodash. For example, if my project happens to have [email protected] already, I can use that version to satisfy the dependency requirements of @xml-tools/* packages. This is specially important if I'm generating a bundle for a web app, as users won't have to download two copies of lodash.

@scinos
Copy link
Author

scinos commented Dec 14, 2022

I'm don't think the CI errors are related to my change. cc @bd82

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.

1 participant