sequelize v7 will release someday... and i will move to TS and ES6.... someday...

This commit is contained in:
2025-01-08 16:12:32 -07:00
parent 0685669c1a
commit 317c03b1a2
3 changed files with 67 additions and 22 deletions

View File

@@ -36,11 +36,14 @@
"winston": "^3.17.0"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.8",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^22.10.2",
"@types/express-session": "^1.18.1",
"@types/node": "^22.10.5",
"cross-env": "^7.0.3",
"nodemon": "^3.1.9",
"sequelize-cli": "^6.6.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}