chore: simplify drizzle and effect import

This commit is contained in:
Syahdan 2026-04-29 18:49:52 +07:00
parent afd60706c3
commit 41fff32f60
4 changed files with 10 additions and 6 deletions

View file

@ -100,8 +100,8 @@
"@trpc/client": "catalog:", "@trpc/client": "catalog:",
"@trpc/server": "catalog:", "@trpc/server": "catalog:",
"dotenv": "catalog:", "dotenv": "catalog:",
"drizzle-orm": "^0.45.1", "drizzle-orm": "catalog:",
"effect": "^3.18.4", "effect": "catalog:",
"zod": "catalog:", "zod": "catalog:",
}, },
"devDependencies": { "devDependencies": {
@ -134,7 +134,7 @@
"@minmon/env": "workspace:*", "@minmon/env": "workspace:*",
"better-auth": "catalog:", "better-auth": "catalog:",
"dotenv": "catalog:", "dotenv": "catalog:",
"drizzle-orm": "^0.45.1", "drizzle-orm": "catalog:",
"pg": "^8.17.1", "pg": "^8.17.1",
"zod": "catalog:", "zod": "catalog:",
}, },
@ -191,6 +191,8 @@
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"better-auth": "1.5.5", "better-auth": "1.5.5",
"dotenv": "^17.2.2", "dotenv": "^17.2.2",
"drizzle-orm": "^0.45.1",
"effect": "^3.18.4",
"elysia": "^1.4.28", "elysia": "^1.4.28",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"typescript": "^6", "typescript": "^6",

View file

@ -14,6 +14,8 @@
"elysia": "^1.4.28", "elysia": "^1.4.28",
"@trpc/server": "^11.16.0", "@trpc/server": "^11.16.0",
"better-auth": "1.5.5", "better-auth": "1.5.5",
"drizzle-orm": "^0.45.1",
"effect": "^3.18.4",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"@trpc/client": "^11.16.0", "@trpc/client": "^11.16.0",
"@types/react-dom": "^19.2.3" "@types/react-dom": "^19.2.3"

View file

@ -17,8 +17,8 @@
"@trpc/client": "catalog:", "@trpc/client": "catalog:",
"@trpc/server": "catalog:", "@trpc/server": "catalog:",
"dotenv": "catalog:", "dotenv": "catalog:",
"drizzle-orm": "^0.45.1", "drizzle-orm": "catalog:",
"effect": "^3.18.4", "effect": "catalog:",
"zod": "catalog:" "zod": "catalog:"
}, },
"devDependencies": { "devDependencies": {

View file

@ -24,7 +24,7 @@
"better-auth": "catalog:", "better-auth": "catalog:",
"@minmon/env": "workspace:*", "@minmon/env": "workspace:*",
"dotenv": "catalog:", "dotenv": "catalog:",
"drizzle-orm": "^0.45.1", "drizzle-orm": "catalog:",
"pg": "^8.17.1", "pg": "^8.17.1",
"zod": "catalog:" "zod": "catalog:"
}, },