fix(deps): move drizzle-kit to dependencies for production migrations
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 1m18s
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 1m18s
This commit is contained in:
parent
a60851ac07
commit
2b5073db0e
1 changed files with 1 additions and 1 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bcryptjs": "^3.0.3",
|
"bcryptjs": "^3.0.3",
|
||||||
|
"drizzle-kit": "^0.31.10",
|
||||||
"drizzle-orm": "^0.45.2",
|
"drizzle-orm": "^0.45.2",
|
||||||
"lucide-react": "^1.28.0",
|
"lucide-react": "^1.28.0",
|
||||||
"next": "16.2.12",
|
"next": "16.2.12",
|
||||||
|
|
@ -25,7 +26,6 @@
|
||||||
"@types/node": "^20",
|
"@types/node": "^20",
|
||||||
"@types/react": "^19",
|
"@types/react": "^19",
|
||||||
"@types/react-dom": "^19",
|
"@types/react-dom": "^19",
|
||||||
"drizzle-kit": "^0.31.10",
|
|
||||||
"eslint": "^9",
|
"eslint": "^9",
|
||||||
"eslint-config-next": "16.2.12",
|
"eslint-config-next": "16.2.12",
|
||||||
"tailwindcss": "^4",
|
"tailwindcss": "^4",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue