add smart random

This commit is contained in:
2023-07-14 14:54:47 +02:00
parent 68942e904f
commit b14fb39009
25 changed files with 509 additions and 104 deletions

View File

@@ -34,7 +34,7 @@
"@nestjs/platform-fastify": "^9.4.1",
"@nestjs/schedule": "^2.2.3",
"@nestjs/swagger": "^6.3.0",
"@prisma/client": "^4.15.0",
"@prisma/client": "^5.0.0",
"bcrypt": "^5.1.0",
"class-transformer": "0.3.1",
"class-validator": "^0.14.0",
@@ -66,7 +66,7 @@
"eslint-plugin-prettier": "^4.2.1",
"jest": "29.5.0",
"prettier": "^2.8.8",
"prisma": "^4.15.0",
"prisma": "^5.0.0",
"source-map-support": "^0.5.21",
"supertest": "^6.3.3",
"ts-jest": "29.1.0",