mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
upgrade to latest bun
This commit is contained in:
parent
bb3f02b8bb
commit
a6265ea3d2
11 changed files with 40 additions and 19 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"name": "opencode",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"packageManager": "bun@1.2.19",
|
||||
"packageManager": "bun@1.2.21",
|
||||
"scripts": {
|
||||
"dev": "bun run --conditions=development packages/opencode/src/index.ts",
|
||||
"typecheck": "bun run --filter='*' typecheck",
|
||||
|
|
@ -17,6 +17,7 @@
|
|||
"packages/sdk/js"
|
||||
],
|
||||
"catalog": {
|
||||
"@types/bun": "1.2.21",
|
||||
"@hono/zod-validator": "0.4.2",
|
||||
"@types/node": "22.13.9",
|
||||
"@tsconfig/node22": "22.0.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue