From 3ae060b1bb703d045762984698610d247fc20d07 Mon Sep 17 00:00:00 2001 From: zernonia Date: Wed, 23 Aug 2023 21:25:52 +0800 Subject: [PATCH] fix: radix-vue link path --- apps/www/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/package.json b/apps/www/package.json index c5ed71d3..cf37fbbf 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -26,7 +26,7 @@ "class-variance-authority": "^0.6.1", "clsx": "^2.0.0", "lucide-vue-next": "^0.268.0", - "radix-vue": "file:../../../radix-vue/packages/radix-vue", + "radix-vue": "latest", "tailwindcss-animate": "^1.0.6", "vue": "^3.3.4" },