Skip to content

chore: update dependencies and configure Vercel Bun install#236

Open
cuongwf1711 wants to merge 1 commit into
tscircuit:mainfrom
cuongwf1711:fix-79-update-deps-vercel-bun
Open

chore: update dependencies and configure Vercel Bun install#236
cuongwf1711 wants to merge 1 commit into
tscircuit:mainfrom
cuongwf1711:fix-79-update-deps-vercel-bun

Conversation

@cuongwf1711
Copy link
Copy Markdown

Summary

  • Update tscircuit/circuit-json related dependencies and add the direct @tscircuit/runframe dependency used by the app
  • Remove bun.lock while keeping lockfile writes disabled in bunfig.toml
  • Add vercel.json so Vercel installs/builds with Bun despite the intentionally absent lockfile

Verification

  • Docker: oven/bun:1-alpine
  • bun install --no-save
  • bun run build

Fixes #79

/claim #79

@vercel
Copy link
Copy Markdown

vercel Bot commented May 21, 2026

@cuongnguyens1 is attempting to deploy a commit to the tscircuit Team on Vercel.

A member of the Team first needs to authorize it.

@cuongwf1711
Copy link
Copy Markdown
Author

The Vercel check is currently blocked on team authorization for this fork PR, not on the build itself.

I verified the install/build path in Docker with Bun:

docker run --rm -v "$PWD":/repo -w /repo --network bridge oven/bun:1-alpine sh -lc "bun --version && bun install --no-save && bun run build"

Result: bun install --no-save completed and vite build passed.

@cuongwf1711 cuongwf1711 force-pushed the fix-79-update-deps-vercel-bun branch from b9c4a16 to f1846f4 Compare May 21, 2026 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update dependencies (runframe, circuit-json etc.) to latest version and confirm vercel deployment works

1 participant