Skip to content

Commit afbafab

Browse files
authored
docs: svelte-kit v2 adapter dependencies (#11411)
1 parent 6e5f400 commit afbafab

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

documentation/docs/60-appendix/30-migrating-to-sveltekit-2.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,13 @@ SvelteKit 2 requires Node `18.13` or higher, and the following minimum dependenc
150150
- `svelte@4`
151151
- `vite@5`
152152
- `typescript@5`
153-
- `@sveltejs/adapter-static@3` (if you're using it)
154153
- `@sveltejs/vite-plugin-svelte@3` (this is now required as a `peerDependency` of SvelteKit — previously it was directly depended upon)
154+
- `@sveltejs/adapter-cloudflare@3` (if you're using these adapters)
155+
- `@sveltejs/adapter-cloudflare-workers@2`
156+
- `@sveltejs/adapter-netlify@3`
157+
- `@sveltejs/adapter-node@2`
158+
- `@sveltejs/adapter-static@3`
159+
- `@sveltejs/adapter-vercel@4`
155160

156161
`svelte-migrate` will update your `package.json` for you.
157162

0 commit comments

Comments
 (0)