-
Notifications
You must be signed in to change notification settings - Fork 88
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
Update peerDependencies to prevent npm install
conflicts
#551
Comments
Hi @yairkukielka , thanks for sharing this. Is this issue related to R2 or R3? |
R3 |
Actually, we should probably just do
Since this package doesn't seem to work with Svelte 5 yet |
So far I'm only aware of one issue with Svelte 5. I don't know if it's a bug, but when passing data through I have a small fix for it, but it needs further investigation. EDIT, this issue affects Routify itself and not just Routify projects as Routify uses slot properties internally. |
Hi, I added a separate issue for Svelte 5 support: #554 |
Hello @jakobrosenberg |
@kefahi sorry about the slow reply. The only blocker now is SSR/SSG. If you don't need server rendering, I'm not aware of any bugs. |
Helllo! Would it be possible to update peerDependencies so we don't have to use the npm
overrides
field?Using svelte 4 and vite 5 I'm getting these warnings when I run
npm install
:I needed to add this section to my package.json to make npm happy:
Also, in package.json I use
"@sveltejs/vite-plugin-svelte": "^3.1.0",
because it's imported by vite 5.How to fix
I think if we add this to the "peerDepenencies" field in routify package.json it would get resolved:
The text was updated successfully, but these errors were encountered: