Skip to content

Commit

Permalink
fix: Pin svelte-radix version for Svelte 4 support (#1478)
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan authored Nov 12, 2024
1 parent c159f89 commit fa6e876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/docs/scripts/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const DEPENDENCIES = new Map<string, string[]>([
["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<string, string[]>([
Expand Down

0 comments on commit fa6e876

Please sign in to comment.