trying to fix build

This commit is contained in:
Bojan Kucera 2025-06-09 20:00:08 -04:00
parent cc19f88ad2
commit 47109baff7
41 changed files with 315 additions and 415 deletions

View file

@ -52,13 +52,14 @@
"@types/bun": "latest",
"@types/node": "^20.12.12",
"@types/supertest": "^6.0.2",
"@types/yup": "^0.32.0",
"bun-types": "^1.2.15",
"mongodb-memory-server": "^9.1.6",
"pg-mem": "^2.8.1",
"supertest": "^6.3.4",
"turbo": "^2.5.4",
"typescript": "^5.4.5",
"zod": "^3.25.56"
"typescript": "^5.8.3",
"yup": "^1.6.1"
},
"packageManager": "bun@1.1.12",
"engines": {
@ -66,9 +67,7 @@
"bun": ">=1.1.0"
},
"dependencies": {
"bullmq": "^5.53.2",
"envalid": "^8.0.0",
"valibot": "^1.1.0"
"bullmq": "^5.53.2"
},
"trustedDependencies": []
}