Skip to content

Commit

Permalink
Merge pull request #1172 from RobBrazier/fix/svelte-5-support
Browse files Browse the repository at this point in the history
fix: update peerDependencies so that it can be installed on svelte 5
  • Loading branch information
RobBrazier committed Sep 9, 2024
2 parents 2695931 + c52849d commit f0148d2
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 @@ -52,7 +52,7 @@
"typescript": "^5.5.0"
},
"peerDependencies": {
"svelte": "^3.43.1 || ^4.0.0"
"svelte": ">= 3.43.1 < 6"
},
"exports": {
"./package.json": "./package.json",
Expand Down

0 comments on commit f0148d2

Please sign in to comment.