feat: ui dependencies update

This commit is contained in:
allanice001
2025-09-23 05:35:11 +01:00
parent 4ee03d5409
commit 8226894320
2 changed files with 383 additions and 260 deletions

View File

@@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@hookform/resolvers": "^5.2.1",
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
@@ -21,39 +21,39 @@
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/vite": "^4.1.12",
"@tailwindcss/vite": "^4.1.13",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.542.0",
"lucide-react": "^0.544.0",
"next-themes": "^0.4.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hook-form": "^7.62.0",
"react-hook-form": "^7.63.0",
"react-icons": "^5.5.0",
"react-router-dom": "^7.8.2",
"react-router-dom": "^7.9.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.12",
"zod": "^4.1.5"
"tailwindcss": "^4.1.13",
"zod": "^4.1.11"
},
"devDependencies": {
"@eslint/js": "^9.34.0",
"@eslint/js": "^9.36.0",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@types/node": "^24.3.0",
"@types/react": "^19.1.12",
"@types/node": "^24.5.2",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.2",
"eslint": "^9.34.0",
"@vitejs/plugin-react": "^5.0.3",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"eslint-plugin-react-refresh": "^0.4.21",
"globals": "^16.4.0",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"rollup-plugin-visualizer": "^6.0.3",
"shadcn": "^3.1.0",
"shadcn": "^3.3.1",
"tw-animate-css": "^1.3.8",
"typescript": "~5.9.2",
"typescript-eslint": "^8.42.0",
"vite": "^7.1.4"
"typescript-eslint": "^8.44.1",
"vite": "^7.1.7"
}
}