chore: update dep

This commit update include prisma 6.0 which comes with permformance
improvements and optimization.
This commit is contained in:
Methapon2001 2024-12-16 09:17:17 +07:00
parent 178a4d005b
commit ccde80764a
2 changed files with 991 additions and 755 deletions

View file

@ -21,34 +21,34 @@
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.17.6",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
"prisma": "^5.22.0",
"@types/node": "^20.17.10",
"nodemon": "^3.1.9",
"prettier": "^3.4.2",
"prisma": "^6.0.1",
"prisma-kysely": "^1.8.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"dependencies": {
"@elastic/elasticsearch": "^8.15.2",
"@elastic/elasticsearch": "^8.17.0",
"@fast-csv/parse": "^5.0.2",
"@prisma/client": "^5.22.0",
"@scalar/express-api-reference": "^0.4.167",
"@tsoa/runtime": "^6.5.1",
"@prisma/client": "^6.0.1",
"@scalar/express-api-reference": "^0.4.172",
"@tsoa/runtime": "^6.6.0",
"@types/morgan": "^1.9.9",
"cors": "^2.8.5",
"cron": "^3.2.1",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"fast-jwt": "^4.0.5",
"kysely": "^0.27.4",
"cron": "^3.3.1",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"fast-jwt": "^4.0.6",
"kysely": "^0.27.5",
"minio": "^8.0.2",
"morgan": "^1.10.0",
"prisma-extension-kysely": "^2.1.0",
"prisma-extension-kysely": "^3.0.0",
"promise.any": "^2.0.6",
"tsoa": "^6.5.1",
"tsoa": "^6.6.0",
"winston": "^3.17.0",
"winston-elasticsearch": "^0.19.0"
},
"packageManager": "pnpm@9.13.2"
"packageManager": "pnpm@9.15.0"
}