Skip to content

Commit

Permalink
Merge pull request #233 from gyurielf/231-fix-svelte-peer
Browse files Browse the repository at this point in the history
fix: svelte v5 peer dependency
  • Loading branch information
gyurielf authored Oct 30, 2024
2 parents f4076d1 + 83040bc commit 06df2fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lovely-pants-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'svelte-tel-input': patch
---

fix: support svelte v5 as peer dependency
2 changes: 1 addition & 1 deletion packages/svelte-tel-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"ts": "tsc --noEmit"
},
"peerDependencies": {
"svelte": "^3.58.0 || ^4.0.0"
"svelte": "^3.58.0 || ^4.0.0 || ^5.0.0"
},
"dependencies": {
"libphonenumber-js": "1.10.43"
Expand Down

0 comments on commit 06df2fb

Please sign in to comment.