From cf0d9a433d1067dcf4376bc72afb829f3ede53fe Mon Sep 17 00:00:00 2001 From: BDVGitHub <139714739+BDVGitHub@users.noreply.github.com> Date: Sat, 12 Apr 2025 18:51:04 +0200 Subject: [PATCH] :books: Chore: Update create-a-plugin.md Add Svelte and change version to the updated version of in the examples on https://github.com/penpot/plugin-examples --- docs/plugins/create-a-plugin.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/plugins/create-a-plugin.md b/docs/plugins/create-a-plugin.md index 029e9f991..970427d4c 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._