diff --git a/docs/plugins/create-a-plugin.md b/docs/plugins/create-a-plugin.md index 029e9f9916..970427d4ca 100644 --- a/docs/plugins/create-a-plugin.md +++ b/docs/plugins/create-a-plugin.md @@ -34,9 +34,11 @@ Create your own app with the framework of your choice. See examples for each fra | Framework | Command | Version\* | | --------- | ----------------------------------------------------------- | --------- | -| Angular | ng new plugin-name | 18.0.0 | -| React | npm create vite@latest plugin-name -- --template react-ts | 18.2.0 | -| Vue | npm create vue@latest | 3.4.21 | +| 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 | + _\*: version we used in the examples._