Skip to content

Commit

Permalink
Allow Svelte 4 in the specified peer dependency range (#4128)
Browse files Browse the repository at this point in the history
* Update package.json

closes: #4105, make xstate-svelte compatible with svelte 4.

* Update packages/xstate-svelte/package.json

* Create forty-knives-remain.md

---------

Co-authored-by: Mateusz Burzyński <[email protected]>
  • Loading branch information
jer-0 and Andarist authored Jul 10, 2023
1 parent a24b60b commit bdcc3b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/forty-knives-remain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@xstate/svelte": minor
---

Allow Svelte 4 in the specified 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 @@ -46,7 +46,7 @@
},
"peerDependencies": {
"@xstate/fsm": "^2.1.0",
"svelte": "^3.24.1",
"svelte": "^3.24.1 || ^4",
"xstate": "^4.38.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit bdcc3b0

Please sign in to comment.