Skip to content

Commit

Permalink
feat: allow svelte@5 as peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Oct 18, 2024
1 parent 6a9db92 commit 773fb55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"vanilla-picker": "^2.12.3"
},
"peerDependencies": {
"svelte": "^4.0.0"
"svelte": "^4.0.0 || ^5.0.0-next || ^5.0.0"
},
"devDependencies": {
"@babel/core": "7.25.8",
Expand Down

0 comments on commit 773fb55

Please sign in to comment.