From b430190f1861802f1a94efe49848abb53a12c539 Mon Sep 17 00:00:00 2001 From: Sarwagya Date: Sat, 26 Oct 2024 00:36:30 +0200 Subject: [PATCH] Chore: Remove Unused Dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c8173c5..ad63904 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "react-resizable-panels": "^2.1.4", "react-syntax-highlighter": "^15.6.1", "recharts": "^2.13.0", - "shadcn-ui": "^0.9.2", + "shadcn-ui": "^0.2.3", "sonner": "^1.5.0", "tailwind-merge": "^2.5.4", "tailwindcss-animate": "^1.0.7", @@ -96,7 +96,7 @@ "cspell": "^8.15.4", "onnxruntime-node": "^1.19.2", "postcss": "^8", - "tailwindcss": "^3.4.1", + "tailwindcss": "^3.4.14", "typescript": "^5" } }