diff options
| author | Dax Raad <[email protected]> | 2025-10-10 18:11:19 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-10-10 18:11:19 -0400 |
| commit | f053862018aab62a02ae994dca6bb9b8aabc3298 (patch) | |
| tree | 8e10ce882e7db70228d223404cce31acd8bdf1a2 /packages/console/core/package.json | |
| parent | 69127aeaa0452d69540a480b055fcc878d852c95 (diff) | |
| download | opencode-f053862018aab62a02ae994dca6bb9b8aabc3298.tar.gz opencode-f053862018aab62a02ae994dca6bb9b8aabc3298.zip | |
ci: fix
Diffstat (limited to 'packages/console/core/package.json')
| -rw-r--r-- | packages/console/core/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/console/core/package.json b/packages/console/core/package.json index a81823720..be6723a86 100644 --- a/packages/console/core/package.json +++ b/packages/console/core/package.json @@ -14,7 +14,8 @@ "drizzle-orm": "0.41.0", "postgres": "3.4.7", "stripe": "18.0.0", - "ulid": "3.0.0" + "ulid": "3.0.0", + "zod": "catalog:" }, "exports": { "./*": "./src/*" @@ -29,6 +30,7 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { + "@tsconfig/node22": "22.0.2", "drizzle-kit": "0.30.5", "mysql2": "3.14.4" } |
