Update packages json for the porter stuff

pull/19545/head
Ryan Vogel 2026-03-28 14:02:17 -04:00
parent d065d5a8ec
commit 56e0e5ce65
1 changed files with 8 additions and 8 deletions

View File

@ -11,16 +11,16 @@
}, },
"dependencies": { "dependencies": {
"@planetscale/database": "1.19.0", "@planetscale/database": "1.19.0",
"drizzle-orm": "catalog:", "drizzle-orm": "1.0.0-beta.19-d95b7a4",
"hono": "catalog:", "hono": "4.10.7",
"jose": "6.0.11", "jose": "6.0.11",
"zod": "catalog:" "zod": "4.1.8"
}, },
"devDependencies": { "devDependencies": {
"@tsconfig/bun": "catalog:", "@tsconfig/bun": "1.0.9",
"@types/bun": "catalog:", "@types/bun": "1.3.11",
"@typescript/native-preview": "catalog:", "@typescript/native-preview": "7.0.0-dev.20251207.1",
"drizzle-kit": "catalog:", "drizzle-kit": "1.0.0-beta.19-d95b7a4",
"typescript": "catalog:" "typescript": "5.8.2"
} }
} }