Skip to content

Commit

Permalink
chore: add svelte 5 to peer deps (#29)
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 17, 2024
1 parent 84cf474 commit 455760d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/smooth-planes-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"paneforge": patch
---

chore: add svelte 5 to peer deps
2 changes: 1 addition & 1 deletion packages/paneforge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"!dist/**/*.spec.*"
],
"peerDependencies": {
"svelte": "^4.0.0"
"svelte": "^4.0.0 || ^5.0.0-next.1"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
Expand Down

0 comments on commit 455760d

Please sign in to comment.