Skip to content

Commit 46e5b11

Browse files
ArthurDEV44claude
andcommitted
fix(web): add @base-ui/react dependency
UI components require @base-ui/react which was missing from dependencies, causing build failures on Vercel. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8da4fc7 commit 46e5b11

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

apps/web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"check-types": "tsc --noEmit"
1212
},
1313
"dependencies": {
14+
"@base-ui/react": "^1.0.0",
1415
"@distill/shared": "workspace:*",
1516
"@react-three/drei": "^10.7.7",
1617
"@react-three/fiber": "^9.4.2",

bun.lock

Lines changed: 11 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)