From f144a0384d67251a928bad517f026acc277af632 Mon Sep 17 00:00:00 2001 From: Frank Date: Sat, 11 Oct 2025 14:41:52 -0400 Subject: [PATCH] ci: fix --- bun.lock | 3 +++ packages/console/app/package.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/bun.lock b/bun.lock index 5ef5825d..8549285a 100644 --- a/bun.lock +++ b/bun.lock @@ -26,6 +26,9 @@ "vinxi": "^0.5.7", "zod": "catalog:", }, + "devDependencies": { + "typescript": "catalog:", + }, }, "packages/console/core": { "name": "@opencode-ai/console-core", diff --git a/packages/console/app/package.json b/packages/console/app/package.json index 5c8fc301..914eb9f1 100644 --- a/packages/console/app/package.json +++ b/packages/console/app/package.json @@ -22,6 +22,9 @@ "vinxi": "^0.5.7", "zod": "catalog:" }, + "devDependencies": { + "typescript": "catalog:" + }, "engines": { "node": ">=22" }