Skip to content

Commit 22a98d1

Browse files
Update package.json mysql>mysql2
1 parent 5871a7d commit 22a98d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

6-compose/backend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "radi",
2+
"name": "fav-backend",
33
"version": "1.0.0",
44
"description": "",
55
"main": "app.js",
@@ -11,11 +11,11 @@
1111
"author": "",
1212
"license": "ISC",
1313
"dependencies": {
14+
"axios": "^1.6.8",
1415
"body-parser": "^1.20.2",
16+
"cors": "^2.8.5",
1517
"express": "^4.19.2",
16-
"mysql": "^2.18.1",
17-
"axios": "^1.6.8",
18-
"cors": "^2.8.5"
18+
"mysql2": "^3.9.7"
1919
},
2020
"devDependencies": {
2121
"nodemon": "^3.1.0"

0 commit comments

Comments
 (0)