Change Dockerfile

This commit is contained in:
2026-01-03 16:17:54 +01:00
parent f7f4cc7d7d
commit eeb6eaf018
6 changed files with 92 additions and 29 deletions

View File

@ -10,8 +10,8 @@
"format": "biome format --write"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.958.0",
"@aws-sdk/s3-request-presigner": "^3.958.0",
"@aws-sdk/client-s3": "^3.962.0",
"@aws-sdk/s3-request-presigner": "^3.962.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@hookform/resolvers": "^5.2.2",
@ -40,7 +40,7 @@
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-table": "^8.21.3",
"archiver": "^7.0.1",
"better-auth": "^1.4.9",
"better-auth": "^1.4.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
@ -65,7 +65,7 @@
"tailwind-merge": "^3.4.0",
"tailwind-scrollbar-hide": "^4.0.0",
"uuid": "^13.0.0",
"zod": "^4.2.1"
"zod": "^4.3.4"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",