Skip to content

Commit 930d802

Browse files
Copilothotlong
andcommitted
fix: add lucide-react dependency to plugin-charts package.json
The ObjectChart error state UI uses AlertCircle from lucide-react, but the package was not listed as a dependency. This caused the Vercel build to fail with: "Rolldown failed to resolve import lucide-react". Agent-Logs-Url: https://github.com/objectstack-ai/objectui/sessions/049d7802-348f-46aa-8587-3d6e7f67f8ae Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 2ae211a commit 930d802

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/plugin-charts/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"@object-ui/core": "workspace:*",
3636
"@object-ui/react": "workspace:*",
3737
"@object-ui/types": "workspace:*",
38+
"lucide-react": "^0.577.0",
3839
"recharts": "^3.8.1"
3940
},
4041
"peerDependencies": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)