Skip to content

Commit

Permalink
chore: bump svelte peer-dependency (#10225)
Browse files Browse the repository at this point in the history
for svelte-package
  • Loading branch information
hyunbinseo committed Jun 23, 2023
1 parent 59b1606 commit 61091fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/strange-cameras-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/package': minor
---

feat: support Svelte 4
2 changes: 1 addition & 1 deletion packages/package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"uvu": "^0.5.6"
},
"peerDependencies": {
"svelte": "^3.44.0"
"svelte": "^3.44.0 || ^4.0.0"
},
"bin": {
"svelte-package": "svelte-package.js"
Expand Down

0 comments on commit 61091fa

Please sign in to comment.