Skip to content

Commit

Permalink
allow svelte 5 in peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonstitt authored and pngwn committed Jun 4, 2024
1 parent 9627598 commit d7b3164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdsvex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"vfile": "^4.2.0"
},
"peerDependencies": {
"svelte": ">=3 <5"
"svelte": ">=3 <6"
},
"dependencies": {
"@types/unist": "^2.0.3",
Expand Down

0 comments on commit d7b3164

Please sign in to comment.