moved to zod, packages messed up still

This commit is contained in:
Bojan Kucera 2025-06-07 14:24:28 -04:00
parent 15dd03c0ec
commit a8ee4022bf
35 changed files with 3245 additions and 691 deletions

View file

@ -39,17 +39,18 @@
"apps/*"
],
"devDependencies": {
"@types/node": "^20.12.12",
"turbo": "^2.5.4",
"typescript": "^5.4.5",
"bun-types": "^1.2.15",
"@testcontainers/postgresql": "^10.7.2",
"@testcontainers/mongodb": "^10.7.2",
"@testcontainers/postgresql": "^10.7.2",
"@types/bun": "latest",
"@types/node": "^20.12.12",
"@types/supertest": "^6.0.2",
"bun-types": "^1.2.15",
"mongodb-memory-server": "^9.1.6",
"pg-mem": "^2.8.1",
"supertest": "^6.3.4",
"@types/supertest": "^6.0.2",
"@types/bun": "latest"
"turbo": "^2.5.4",
"typescript": "^5.4.5",
"zod": "^3.25.56"
},
"packageManager": "bun@1.1.12",
"engines": {
@ -57,8 +58,8 @@
"bun": ">=1.1.0"
},
"dependencies": {
"envalid": "^8.0.0",
"valibot": "^1.1.0"
},
"trustedDependencies": [
]
"trustedDependencies": []
}