배치관리 중간커밋

This commit is contained in:
2025-09-24 10:46:55 +09:00
parent d9270e6307
commit 4abf5b31c0
12 changed files with 2857 additions and 41 deletions

View File

@@ -27,7 +27,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.7.1",
"@prisma/client": "^6.16.2",
"axios": "^1.11.0",
"bcryptjs": "^2.4.3",
"compression": "^1.7.4",
@@ -42,7 +42,6 @@
"mysql2": "^3.15.0",
"nodemailer": "^6.9.7",
"pg": "^8.16.3",
"prisma": "^5.7.1",
"redis": "^4.6.10",
"winston": "^3.11.0"
},
@@ -68,6 +67,7 @@
"jest": "^29.7.0",
"nodemon": "^3.1.10",
"prettier": "^3.1.0",
"prisma": "^6.16.2",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",