Skip to content

Commit

Permalink
add svelte 5.x as peer dependency (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
werner-drklein authored Jan 2, 2025
1 parent 6b3e929 commit 0ebe8a6
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 @@ -58,7 +58,7 @@
"@vue/compiler-sfc": "3.x",
"prettier": "2.x - 3.x",
"prettier-plugin-svelte": "3.x",
"svelte": "4.x"
"svelte": "4.x || 5.x"
},
"engines": {
"node": ">18.12"
Expand Down

0 comments on commit 0ebe8a6

Please sign in to comment.