Skip to content

Commit

Permalink
Merge pull request #44 from oekazuma/svelte-4
Browse files Browse the repository at this point in the history
feat: Support Svelte v4
  • Loading branch information
maciekgrzybek committed Jul 6, 2023
2 parents 0cea4e0 + 794bb1e commit f041769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@
}
},
"peerDependencies": {
"svelte": "^3.0.0"
"svelte": "^3.0.0 || ^4.0.0"
}
}

0 comments on commit f041769

Please sign in to comment.