Skip to content

Commit 5d40d76

Browse files
authored
Bump sveltekit templates (#987)
### Description <!-- ✍️ Write a short summary of your work. Screenshots and videos are welcome! --> This brings the SvelteKit templates up to date: - Svelte 5 - SvelteKit 2 - Latest version of the Vercel adapter ### Demo URL <!-- Provide a URL to a live deployment where we can test your PR. If a demo isn't possible feel free to omit this section. --> ### Type of Change - [ ] New Example - [x] Example updates (Bug fixes, new features, etc.) - [ ] Other (changes to the codebase, but not to examples) ### New Example Checklist - [ ] 🛫 `npm run new-example` was used to create the example - [ ] 📚 The template wasn't used but I carefuly read the [Adding a new example](https://github.com/vercel/examples#adding-a-new-example) steps and implemented them in the example - [ ] 📱 Is it responsive? Are mobile and tablets considered?
1 parent 01de9d2 commit 5d40d76

File tree

17 files changed

+6027
-4807
lines changed

17 files changed

+6027
-4807
lines changed

storage/blob-sveltekit/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch"
1414
},
1515
"devDependencies": {
16-
"@sveltejs/adapter-vercel": "^4.0.3",
17-
"@sveltejs/kit": "^2.0.6",
18-
"@sveltejs/vite-plugin-svelte": "^3.0.1",
16+
"@sveltejs/adapter-vercel": "^5.5.0",
17+
"@sveltejs/kit": "^2.5.27",
18+
"@sveltejs/vite-plugin-svelte": "^4.0.0",
1919
"autoprefixer": "^10.4.14",
2020
"postcss": "^8.4.23",
21-
"svelte": "^4.2.8",
22-
"svelte-check": "^3.6.2",
21+
"svelte": "^5.0.0",
22+
"svelte-check": "^4.0.0",
2323
"tailwindcss": "^3.3.2",
2424
"turbo": "^1.9.3",
25-
"typescript": "^5.0.4",
26-
"vite": "^5.0.10"
25+
"typescript": "^5.5.0",
26+
"vite": "^5.4.4"
2727
},
2828
"dependencies": {
2929
"@vercel/blob": "^0.16.1",

0 commit comments

Comments
 (0)