fix: revert mysql2 to version 3.9.2 as with 3.9.3 nextjs build fails

This commit is contained in:
Meier Lukas
2024-04-04 21:59:23 +02:00
parent 1936596c04
commit 1fc2df19ec
2 changed files with 9 additions and 9 deletions

View File

@@ -28,7 +28,7 @@
"@paralleldrive/cuid2": "^2.2.2",
"better-sqlite3": "^9.4.3",
"drizzle-orm": "^0.30.6",
"mysql2": "^3.9.3",
"mysql2": "3.9.2",
"drizzle-kit": "^0.20.14"
},
"devDependencies": {
@@ -48,4 +48,4 @@
]
},
"prettier": "@homarr/prettier-config"
}
}