Skip to content

Commit 5bc09cf

Browse files
Copilothotlong
andcommitted
fix: Add lucide-react dependency to plugin-kanban
KanbanEnhanced component uses lucide-react icons (ChevronDown, ChevronRight, AlertTriangle) but the dependency was missing from package.json, causing build errors Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 89acc00 commit 5bc09cf

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

packages/plugin-kanban/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"@object-ui/core": "workspace:*",
3939
"@object-ui/react": "workspace:*",
4040
"@object-ui/types": "workspace:*",
41-
"@tanstack/react-virtual": "^3.10.8"
41+
"@tanstack/react-virtual": "^3.10.8",
42+
"lucide-react": "^0.563.0"
4243
},
4344
"peerDependencies": {
4445
"react": "^18.0.0 || ^19.0.0",

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)