From 5f6d59b68c2b97ec65d0015f6436a91c9327a85d Mon Sep 17 00:00:00 2001 From: Chris Parsons Date: Mon, 13 Oct 2025 11:04:40 -0700 Subject: [PATCH] chore: move drizzle-kit from devDependencies to dependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f82b5de..122bf86 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "compression": "^1.8.0", + "drizzle-kit": "~0.28.1", "drizzle-orm": "~0.36.3", "express": "^5.1.0", "isbot": "^5.1.27", @@ -51,7 +52,6 @@ "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "dotenv-cli": "^8.0.0", - "drizzle-kit": "~0.28.1", "tailwindcss": "^4.1.4", "tsx": "^4.19.2", "tw-animate-css": "^1.4.0",