Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/tall-goats-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-svelte": patch
---

fix: set peerDependencies based on chosen Svelte version
Comment thread
benmccann marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"peerDependencies": {
"svelte": "^5.0.0-next.1"
},
"devDependencies": {
"svelte": "^5.0.0-next.1"
}
}
Comment thread
benmccann marked this conversation as resolved.
Comment thread
benmccann marked this conversation as resolved.