Skip to content

Commit

Permalink
fix: set peerDependencies based on chosen Svelte version (#12117)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Apr 22, 2024
1 parent c5d1e67 commit d444e70
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tall-goats-warn.md
@@ -0,0 +1,5 @@
---
"create-svelte": patch
---

fix: set peerDependencies based on chosen Svelte version
@@ -0,0 +1,8 @@
{
"peerDependencies": {
"svelte": "^5.0.0-next.1"
},
"devDependencies": {
"svelte": "^5.0.0-next.1"
}
}

0 comments on commit d444e70

Please sign in to comment.