primocms / builder

MIT License
11 stars 31 forks source link

🤔 svelte-undo dependency vs static libraries #10

Closed SrGeneroso closed 7 months ago

SrGeneroso commented 1 year ago

I was doing some dependency upgrades and stomped on svelte-undo: The thing is, svelte-undo requires svelte ^3 as peer dependency so when upgrading to svelte 4 it throws me a warning, but then I went looking where this library was used and found that in fact it uses a physical copy of that enhanced with lodash. I think that dependency is an orphan. I'll check later if is still needed in the current version, I have to many upgrades installed and I don't want to mislead the results.