Skip to content

Commit

Permalink
chore: update svelte peer dependency (#868)
Browse files Browse the repository at this point in the history
Co-authored-by: Hunter Johnston <[email protected]>
  • Loading branch information
dionysuzx and huntabyte authored Dec 18, 2024
1 parent f678d06 commit 4069e16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/real-houses-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"bits-ui": minor
---

Resolves peer dependency issues for Svelte 5 projects
2 changes: 1 addition & 1 deletion packages/bits-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"nanoid": "^5.0.5"
},
"peerDependencies": {
"svelte": "^4.0.0 || ^5.0.0-next.118"
"svelte": "^4.0.0 || ^5.0.0"
}
}

0 comments on commit 4069e16

Please sign in to comment.