Moved to zod

This commit is contained in:
2024-12-24 22:40:03 +01:00
parent 3797fa1c47
commit 5d81665cf8
6 changed files with 188 additions and 70 deletions

View File

@@ -52,7 +52,8 @@
"ioredis": "^5.4.1",
"ms": "^2.1.3",
"postgres": "^3.4.5",
"pretty-ms": "^9.2.0"
"pretty-ms": "^9.2.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
@@ -68,6 +69,7 @@
"eslint": "^9.16.0",
"eslint-plugin-drizzle": "^0.2.3",
"globals": "^15.13.0",
"nodemon": "^3.1.9",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
},