bump bun to 1.3.3

This commit is contained in:
Aiden Cline
2025-11-21 13:56:46 -06:00
parent f0de3764c0
commit 363a324ee0
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "AI-powered development tool",
"private": true,
"type": "module",
"packageManager": "bun@1.3.2",
"packageManager": "bun@1.3.3",
"scripts": {
"dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts",
"typecheck": "bun turbo typecheck",