From cff9f7b7cfb04c7c7adbdefd44cdfbe06e133910 Mon Sep 17 00:00:00 2001 From: Aidan Bleser Date: Tue, 12 Nov 2024 06:48:53 -0600 Subject: [PATCH] Update registry.ts --- sites/docs/scripts/registry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/docs/scripts/registry.ts b/sites/docs/scripts/registry.ts index 90207e54c..dd420e02f 100644 --- a/sites/docs/scripts/registry.ts +++ b/sites/docs/scripts/registry.ts @@ -14,7 +14,7 @@ const DEPENDENCIES = new Map([ ["embla-carousel-svelte", []], ["paneforge", []], ]); -const ICON_DEPENDENCIES = ["lucide-svelte", "svelte-radix"]; +const ICON_DEPENDENCIES = ["lucide-svelte", "svelte-radix@1.1.1"]; // these are required dependencies for particular components // where the dependencies are not specified in the import declarations of the component file const REQUIRED_COMPONENT_DEPS = new Map([