Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@types/react-dom": "^19.2.0",
"@types/three": "^0.183.0",
"@vercel/node": "^5.6.3",
"@vitejs/plugin-react": "^4.5.2",
"@vitejs/plugin-react": "^5.1.4",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Regenerate bun.lock after bumping @vitejs/plugin-react

This dependency bump changes apps/web/package.json to @vitejs/plugin-react@^5.1.4, but bun.lock still pins the workspace to @vitejs/plugin-react: "^4.5.2" and resolves 4.7.0 (bun.lock:64, bun.lock:1036), so the lockfile is out of sync. In this repo, CI installs with bun install --frozen-lockfile (.github/workflows/ci.yml:24 and repeated in other jobs), and Bun documents --frozen-lockfile as “Disallow changes to lockfile”, so this commit will cause install/CI failures until the lockfile update is committed alongside the package.json change.

Useful? React with 👍 / 👎.

"tailwindcss": "^4.1.0",
"typescript": "^5.8.0",
"vite": "^6.3.0"
Expand Down
Loading