-
-
Notifications
You must be signed in to change notification settings - Fork 190
announcement blog posts #497
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
“devDependencies”: { | ||
--- “svelte”: “^4”,--- | ||
+++ “svelte”: “^5”,+++ | ||
// … | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe add vps too, while vps3 does support svelte5 from early alphas, vps4 is the better choice.
“devDependencies”: { | |
--- “svelte”: “^4”,--- | |
+++ “svelte”: “^5”,+++ | |
// … | |
} | |
} | |
“devDependencies”: { | |
--- “@sveltejs/vite-plugin-svelte”: “^3.0.0”,--- | |
+++ “@sveltejs/vite-plugin-svelte”: “^4.0.0”,+++ | |
--- “svelte”: “^4”,--- | |
+++ “svelte”: “^5”,+++ | |
// … | |
} | |
} |
Do you want to add the sv post as well or do them on separate days? |
I think we should wait until tomorrow for the |
(that said it would be nice to pin the svelte 5 launch blog post, we'll need to add a mechanism for that otherwise reverse chrono will replace it) |
No description provided.