vega / svelte-vega

Svelte component for Vega and Vega-Lite
BSD 3-Clause "New" or "Revised" License
72 stars 7 forks source link

Support Svelte 5 #969

Closed kevinji closed 2 weeks ago

kevinji commented 2 weeks ago

Svelte 5 has been released. It would be great to get support!

domoritz commented 2 weeks ago

Isn't it backwards compatible? So it should work already.

kevinji commented 2 weeks ago

Gotcha, I think the only change needed then is to add ^5.0.0 to the svelte in peerDependencies.