Compare commits

...

3 Commits

Author SHA1 Message Date
9c3a54804b chore(deps): update dependency tailwindcss to v4
Some checks failed
Check / Lint and Check (push) Failing after 38s
Check / Lint and Check (pull_request) Failing after 37s
2025-05-09 10:00:14 +00:00
7b3c5dba23 fix(deps): update dependency @hookform/resolvers to v5
Some checks failed
Check / Lint and Check (push) Has been cancelled
2025-05-09 11:56:03 +02:00
ce373d7ffc fix(deps): update dependency tailwind-merge to v3 2025-05-09 11:55:32 +02:00
2 changed files with 72 additions and 824 deletions

890
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@
"check": "next lint && npx tsc --noEmit"
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
"@hookform/resolvers": "^5.0.0",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-select": "^2.1.6",
@ -28,7 +28,7 @@
"react-day-picker": "^9.5.1",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"tailwind-merge": "^2.5.2",
"tailwind-merge": "^3.0.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2"
},
@ -40,7 +40,7 @@
"eslint-config-next": "15.3.2",
"eslint-config-prettier": "^10.0.2",
"postcss": "8.5.3",
"tailwindcss": "3.4.13",
"tailwindcss": "4.1.5",
"turbo": "2.5.3",
"typescript": "5.8.3"
},