Skip to content

Commit

Permalink
svelte: Allow Svelte 5
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed Dec 15, 2024
1 parent 20ee8e2 commit 6192f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion svelte/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"giscus": "^1.5.0"
},
"peerDependencies": {
"svelte": "^3 || ^4"
"svelte": "^3 || ^4 || ^5"
},
"exports": {
".": {
Expand Down

0 comments on commit 6192f9c

Please sign in to comment.