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

remove lodash dependencies #913

Merged
merged 1 commit into from
Mar 27, 2024
Merged

remove lodash dependencies #913

merged 1 commit into from
Mar 27, 2024

Conversation

jansselt
Copy link

This resolves #912

@ddecrulle
Copy link
Contributor

Thanks a lot for this !

version "4.3.0"
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
integrity sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==

lodash.debounce@^4.0.8:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even if lodash.debounce has been remove from package.json, it's a dependencies of @babel/helper-define-polyfill-provider which cames with @babel/preset-env

@ddecrulle ddecrulle merged commit d933044 into InseeFr:2.7 Mar 27, 2024
9 of 10 checks passed
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.

Remove useless deps from package.json
3 participants