fix: error dep

This commit is contained in:
Methapon2001 2024-07-31 15:29:48 +07:00
parent 0e411ad5d0
commit 1b2d06e707
2 changed files with 844 additions and 1 deletions

View file

@ -33,15 +33,19 @@
"@elastic/elasticsearch": "^8.14.0",
"@prisma/client": "^5.16.1",
"@tsoa/runtime": "^6.3.0",
"@types/morgan": "^1.9.9",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"fast-jwt": "^4.0.1",
"kysely": "^0.27.3",
"minio": "^8.0.1",
"morgan": "^1.10.0",
"prisma-extension-kysely": "^2.1.0",
"promise.any": "^2.0.6",
"swagger-ui-express": "^5.0.1",
"tsoa": "^6.3.1"
"tsoa": "^6.3.1",
"winston": "^3.13.1",
"winston-elasticsearch": "^0.19.0"
}
}