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 dependency #128

Closed
nicolethoen opened this issue Jan 8, 2024 · 1 comment · Fixed by #144
Closed

Remove lodash dependency #128

nicolethoen opened this issue Jan 8, 2024 · 1 comment · Fixed by #144

Comments

@nicolethoen
Copy link
Contributor

Lodash is no longer a supported library. (no new releases since 2016)

Some of these might be replaceable with built-in APIs depending on the browser support target. For example lodash/cloneDeep could be replaced with structuredClone().

Copy link

🎉 This issue has been resolved in version 5.3.0-prerelease.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants