diff --git a/docs/plugins/create-a-plugin.md b/docs/plugins/create-a-plugin.md index 970427d4c..39736e239 100644 --- a/docs/plugins/create-a-plugin.md +++ b/docs/plugins/create-a-plugin.md @@ -37,7 +37,7 @@ Create your own app with the framework of your choice. See examples for each fra | Angular | ng new plugin-name | 19.2.2 | | React | npm create vite@latest plugin-name -- --template react-ts | 19.0.0 | | Vue | npm create vue@latest | 3.5.13 | -| Svelte | npm create svelte@latest | 3.5.13 | +| Svelte | npm create svelte@latest | 5.23.0 | _\*: version we used in the examples._