Skip to content

Commit

Permalink
Add Svelte 5 to the allowed peer dependency range (#5131)
Browse files Browse the repository at this point in the history
* Bump svelte version to include svelte 5

* Update .changeset/long-ravens-yell.md

---------

Co-authored-by: Mateusz Burzyński <[email protected]>
  • Loading branch information
lendle and Andarist authored Dec 19, 2024
1 parent 88d7fca commit 55ffd69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/long-ravens-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@xstate/svelte': patch
---

Add Svelte 5 to the allowed peer dependency range
2 changes: 1 addition & 1 deletion packages/xstate-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"url": "https://github.com/statelyai/xstate/issues"
},
"peerDependencies": {
"svelte": "^3.24.1 || ^4",
"svelte": "^3.24.1 || ^4 || ^5",
"xstate": "workspace:^"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 55ffd69

Please sign in to comment.