Skip to content

Commit

Permalink
feat: allow svelte@5 as peer dep (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
matheustavarestrindade authored Oct 21, 2024
1 parent 780932a commit 79c5fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
]
},
"peerDependencies": {
"svelte": "^3 || ^4"
"svelte": "^3 || ^4 || ^5"
},
"devDependencies": {
"@kiwi/eslint-config": "^2.2.8",
Expand Down

0 comments on commit 79c5fbb

Please sign in to comment.