From ca7a80fb836f0111e7e331ef8cd90a5751cb0cdb Mon Sep 17 00:00:00 2001 From: BDVGitHub <139714739+BDVGitHub@users.noreply.github.com> Date: Thu, 8 May 2025 19:50:21 +0200 Subject: [PATCH] :books: Update framework version Fix Svelte version number --- docs/plugins/create-a-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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._