Change animal index page

This commit is contained in:
2026-01-28 13:37:18 +01:00
parent 36a16bf87b
commit 220fd39f1b
5 changed files with 187 additions and 170 deletions

View File

@ -10,11 +10,11 @@
"format": "biome format --write"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.962.0",
"@aws-sdk/s3-request-presigner": "^3.962.0",
"@aws-sdk/client-s3": "^3.974.0",
"@aws-sdk/s3-request-presigner": "^3.974.0",
"@hookform/resolvers": "^5.2.2",
"@prisma/adapter-pg": "^7.2.0",
"@prisma/client": "^7.2.0",
"@prisma/adapter-pg": "^7.3.0",
"@prisma/client": "^7.3.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
@ -30,26 +30,26 @@
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"lucide-react": "^0.561.0",
"next": "^16.1.1",
"next": "^16.1.4",
"next-themes": "^0.4.6",
"pg": "^8.16.3",
"pg": "^8.17.2",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-hook-form": "^7.69.0",
"react-hook-form": "^7.71.1",
"react-markdown": "^10.1.0",
"simple-icons": "^16.3.0",
"simple-icons": "^16.6.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"zod": "^4.3.4"
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^20.19.27",
"@types/node": "^20.19.30",
"@types/pg": "^8.16.0",
"@types/react": "^19.2.7",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"prisma": "^7.2.0",
"prisma": "^7.3.0",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"