diff --git a/community/approved-plugins.json b/community/approved-plugins.json index ba1b3f066d..beddc9dc9b 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -64,10 +64,15 @@ "description": "Nx Plugin to integrate the generation of documentation with Compodoc in the Nx workflow", "url": "https://github.com/twittwer/nx-tools/tree/master/libs/compodoc#readme" }, + { + "name": "@nxext/svelte", + "description": "Nx plugin to use Svelte within nx workspaces", + "url": "https://github.com/nxext/nx-extensions/tree/master/packages/svelte" + }, { "name": "@nxext/stencil", "description": "Nx plugin to use StencilJs within nx workspaces", - "url": "https://github.com/DominikPieper/nx-extensions" + "url": "https://github.com/nxext/nx-extensions/tree/master/packages/stencil" }, { "name": "@joelcode/gcp-function",