Skip to content

Commit

Permalink
Merge pull request #60 from shyakadavis/fix/peer-dep
Browse files Browse the repository at this point in the history
fix: support Svelte 5 in peer dependencies
  • Loading branch information
indaco authored Jan 13, 2025
2 parents 521f4dd + 8675de6 commit 3b4e0c1
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 @@ -73,7 +73,7 @@
"vite": "^5.4.11"
},
"peerDependencies": {
"svelte": "^3.59.1 || ^4.0.0"
"svelte": "^3.59.1 || ^4.0.0 || ^5.0.0"
},
"packageManager": "pnpm@9.12.3"
}

0 comments on commit 3b4e0c1

Please sign in to comment.