Skip to content

Commit

Permalink
chore: update svelte peer dependency (#869)
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 6971d3b commit 4aea10f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/early-trainers-swim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"bits-ui": patch
---

Update Svelte `peerDependency` from `^5.0.0-next.1` to `^5.0.0`
2 changes: 1 addition & 1 deletion packages/bits-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"svelte-toolbelt": "^0.4.4"
},
"peerDependencies": {
"svelte": "^5.0.0-next.1"
"svelte": "^5.0.0"
},
"engines": {
"pnpm": ">=8.7.0",
Expand Down

0 comments on commit 4aea10f

Please sign in to comment.