replace mysql with mysql2
Showing
+2 -17
... | ... | @@ -28,7 +28,7 @@ |
"express": "^4.17.1", | ||
"helmet": "^4.6.0", | ||
"morgan": "^1.10.0", | ||
"mysql": "^2.18.1", | ||
"mysql2": "^2.2.5", | ||
"pug": "^3.0.2" | ||
}, | ||
"engines": { | ||
... | ... | @@ -44,7 +44,6 @@ |
"@types/express-flash": "^0.0.2", | ||
"@types/express-session": "^1.17.3", | ||
"@types/morgan": "^1.9.2", | ||
"@types/mysql": "^2.15.18", | ||
"@types/passport": "^1.0.6", | ||
"nodemon": "^2.0.9", | ||
"ts-node": "^10.0.0", | ||
... | ... |
Please register or sign in to comment