From dd7da1372b8f3dad38ad059bcb8f47f740ac813e Mon Sep 17 00:00:00 2001 From: Sadegh Barati Date: Wed, 20 Dec 2023 22:32:03 +0330 Subject: [PATCH] chore: remove additional `radix-vue` dependency from components registry --- apps/www/src/lib/registry/registry.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/www/src/lib/registry/registry.ts b/apps/www/src/lib/registry/registry.ts index 8887e9c3..bfcb2fc5 100644 --- a/apps/www/src/lib/registry/registry.ts +++ b/apps/www/src/lib/registry/registry.ts @@ -5,7 +5,6 @@ import { compileScript, parse } from 'vue/compiler-sfc' import type { Registry } from '../../lib/registry' const DEPENDENCIES = new Map([ - ['radix-vue', []], ['@vueuse/core', []], ['v-calendar', []], ['@tanstack/vue-table', []],