Skip to content

Commit

Permalink
add ^5.0.0 to peer deps
Browse files Browse the repository at this point in the history
fix #58
  • Loading branch information
ValentinH committed Oct 25, 2024
1 parent 905664d commit d2405ad
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 @@ -57,7 +57,7 @@
"vitest": "^1.0.0"
},
"peerDependencies": {
"svelte": "^4.0.0"
"svelte": "^4.0.0 || ^5.0.0"
},
"type": "module",
"svelte": "./dist/index.js",
Expand Down

0 comments on commit d2405ad

Please sign in to comment.