fix(deps): move drizzle-kit to dependencies for production migrations
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 1m18s

This commit is contained in:
Chneemann 2026-08-23 16:58:42 +02:00
parent a60851ac07
commit 2b5073db0e
No known key found for this signature in database

View file

@ -10,6 +10,7 @@
},
"dependencies": {
"bcryptjs": "^3.0.3",
"drizzle-kit": "^0.31.10",
"drizzle-orm": "^0.45.2",
"lucide-react": "^1.28.0",
"next": "16.2.12",
@ -25,7 +26,6 @@
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"drizzle-kit": "^0.31.10",
"eslint": "^9",
"eslint-config-next": "16.2.12",
"tailwindcss": "^4",