Skip to content

Commit

Permalink
feat: support svelte 5 (#970)
Browse files Browse the repository at this point in the history
fixes #969
  • Loading branch information
domoritz authored Nov 7, 2024
1 parent 29a5d3d commit feb7b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte-vega/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"typescript": "^5.5.4"
},
"peerDependencies": {
"svelte": "^3.54.0 || ^4.0.0",
"svelte": "^3.54.0 || ^4.0.0 || ^5.0.0",
"vega": "*",
"vega-lite": "*",
"vega-embed": "*"
Expand Down

0 comments on commit feb7b0e

Please sign in to comment.