patternfly / react-topology

MIT License
9 stars 18 forks source link

Remove lodash dependency #128

Closed nicolethoen closed 5 months ago

nicolethoen commented 6 months ago

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().

github-actions[bot] commented 5 months ago

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

The release is available on:

Your semantic-release bot :package::rocket: