update shadcn components, calendar

This commit is contained in:
2025-03-04 20:27:55 +01:00
parent eeedfd8daa
commit 70f56ab338
4 changed files with 231 additions and 382 deletions

View File

@ -9,10 +9,10 @@
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-label": "^2.1.0",
"@hookform/resolvers": "^3.10.0",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-slot": "^1.1.2",
"autoprefixer": "^10.4.19",
"class-variance-authority": "^0.7.0",
@ -25,13 +25,13 @@
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^10.0.0",
"react": "19.0.0",
"react-day-picker": "^8.10.1",
"react-day-picker": "^9.5.1",
"react-dom": "19.0.0",
"react-hook-form": "^7.53.0",
"react-hook-form": "^7.54.2",
"sharp": "^0.33.4",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "20.16.11",