Skip to content

Commit

Permalink
chore: support Svelte 5 peer dep (#173)
Browse files Browse the repository at this point in the history
Co-authored-by: Hunter Johnston <[email protected]>
  • Loading branch information
pheuter and huntabyte authored Jun 16, 2024
1 parent 63d8dad commit 0ccb394
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/small-zoos-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"formsnap": patch
---

chore: support Svelte 5 as a peer dependency
2 changes: 1 addition & 1 deletion packages/formsnap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"!dist/**/*.spec.*"
],
"peerDependencies": {
"svelte": "^4.0.0",
"svelte": "^4.0.0 || ^5.0.0-next.1",
"sveltekit-superforms": "^2.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit 0ccb394

Please sign in to comment.