Update dependencies in package.json and bun.lock for UI components

This commit is contained in:
Yoga Pangestu 2026-07-14 09:08:55 +07:00
parent 51aacf70ed
commit 3915c69484
2 changed files with 620 additions and 6 deletions

616
bun.lock

File diff suppressed because it is too large Load Diff

View File

@ -9,9 +9,17 @@
"lint": "eslint" "lint": "eslint"
}, },
"dependencies": { "dependencies": {
"@base-ui/react": "^1.6.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.24.0",
"next": "16.2.10", "next": "16.2.10",
"radix-ui": "^1.6.2",
"react": "19.2.4", "react": "19.2.4",
"react-dom": "19.2.4" "react-dom": "19.2.4",
"shadcn": "^4.13.0",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/postcss": "^4", "@tailwindcss/postcss": "^4",