From 257a4d5b86c42d3b8a76b13c5064226a988f78f3 Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Thu, 18 Dec 2025 09:47:42 -0600 Subject: [PATCH] bump bun version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 930ab9acc0..72e005e379 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "AI-powered development tool", "private": true, "type": "module", - "packageManager": "bun@1.3.4", + "packageManager": "bun@1.3.5", "scripts": { "dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts", "typecheck": "bun turbo typecheck",