Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: support Svelte 4 #6

Closed
hyunbinseo opened this issue May 31, 2023 · 2 comments
Closed

chore: support Svelte 4 #6

hyunbinseo opened this issue May 31, 2023 · 2 comments
Assignees

Comments

@hyunbinseo
Copy link
Owner

Most libraries that are compatible with Svelte 3 should be compatible with Svelte 4. In this case, library authors will need to add || ^4.0.0 if svelte is specified in the peerDependencies to avoid warnings when the final version is released.

https://github.com/sveltejs/svelte/releases/tag/svelte%404.0.0-next.0

@hyunbinseo
Copy link
Owner Author

Blocked by sveltejs/kit#10225

@hyunbinseo hyunbinseo self-assigned this Jun 28, 2023
@hyunbinseo
Copy link
Owner Author

hyunbinseo commented Jun 28, 2023

Supported in e3c1462

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant