Skip to content

chore: update deps and remove bun lockfile#104

Open
gavin-openops wants to merge 1 commit intotscircuit:mainfrom
gavin-openops:bounty-79-deps-lockfile
Open

chore: update deps and remove bun lockfile#104
gavin-openops wants to merge 1 commit intotscircuit:mainfrom
gavin-openops:bounty-79-deps-lockfile

Conversation

@gavin-openops
Copy link

/claim #79

Updates made:

  • bumped dependencies to latest available versions in package.json (including circuit-json/tscircuit ecosystem packages)
  • removed committed bun.lock
  • ensured bunfig.toml has lockfile saving disabled ([install.lockfile] save = false)
  • ignored bun.lock in .gitignore
  • added missing @react-hook/resize-observer dependency required after upgrades

Verification:

  • npm install --no-package-lock --legacy-peer-deps
  • npm run build (failed initially: missing @react-hook/resize-observer)
  • npm install --no-package-lock --legacy-peer-deps @react-hook/resize-observer@latest
  • NODE_OPTIONS=--max-old-space-size=8192 npm run build (passes)
  • npx vercel build --yes (blocked: invalid Vercel token in this environment)

Notes:

  • Vercel CLI could not be fully verified here due to auth (The specified token is not valid). Local production build is passing.

@vercel
Copy link

vercel bot commented Mar 1, 2026

@gavin-openops is attempting to deploy a commit to the tscircuit Team on Vercel.

A member of the Team first needs to authorize it.

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.

1 participant