Skip to content

Commit

Permalink
chore(deps): extend peer range of vite-plugin-svelte to include 4.0.0…
Browse files Browse the repository at this point in the history
…-next for svelte5 (#12593)
  • Loading branch information
dominikg authored Aug 19, 2024
1 parent a7dc8b5 commit 935cb34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/five-mangos-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

extend peer dependency range for @sveltejs/vite-plugin-svelte to include 4.0.0-next for improved svelte5 support
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"vitest": "^2.0.1"
},
"peerDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0 || ^4.0.0-next.1",
"svelte": "^4.0.0 || ^5.0.0-next.0",
"vite": "^5.0.3"
},
Expand Down

0 comments on commit 935cb34

Please sign in to comment.