package update

This commit is contained in:
2025-12-28 00:24:14 +01:00
parent 6eddc7dce1
commit de9d6d5ea7
2 changed files with 128 additions and 105 deletions

View File

@ -10,8 +10,8 @@
"format": "biome format --write"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.954.0",
"@aws-sdk/s3-request-presigner": "^3.954.0",
"@aws-sdk/client-s3": "^3.958.0",
"@aws-sdk/s3-request-presigner": "^3.958.0",
"@hookform/resolvers": "^5.2.2",
"@prisma/adapter-pg": "^7.2.0",
"@prisma/client": "^7.2.0",
@ -30,7 +30,7 @@
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"lucide-react": "^0.561.0",
"next": "16.0.10",
"next": "^16.1.1",
"next-themes": "^0.4.6",
"pg": "^8.16.3",
"react": "19.2.1",
@ -44,14 +44,14 @@
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^20.19.27",
"@types/pg": "^8.16.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"prisma": "^7.2.0",
"tailwindcss": "^4",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
"typescript": "^5.9.3"
}
}