Skip to content

Commit 6999af4

Browse files
fix: add lucide-react as explicit desktop dependency
Was used but never declared — worked locally via hoisting but broke CI where workspace deps aren't hoisted the same way. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3414420 commit 6999af4

2 files changed

Lines changed: 6898 additions & 785 deletions

File tree

apps/desktop/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,16 @@
2727
"@radix-ui/react-tooltip": "^1.2.8",
2828
"@tailwindcss/typography": "^0.5.19",
2929
"@tauri-apps/api": "^2.2.0",
30-
"@tauri-apps/plugin-process": "^2.0.0",
31-
"@tauri-apps/plugin-updater": "^2.0.0",
3230
"@tauri-apps/plugin-dialog": "^2.6.0",
31+
"@tauri-apps/plugin-process": "^2.0.0",
3332
"@tauri-apps/plugin-sql": "^2.2.0",
33+
"@tauri-apps/plugin-updater": "^2.0.0",
3434
"@xterm/addon-fit": "^0.10.0",
3535
"@xterm/addon-web-links": "^0.11.0",
3636
"@xterm/xterm": "^5.5.0",
3737
"class-variance-authority": "^0.7.1",
3838
"clsx": "^2.1.1",
39+
"lucide-react": "^1.7.0",
3940
"react": "^19.1.0",
4041
"react-dom": "^19.1.0",
4142
"react-markdown": "^10.1.0",

0 commit comments

Comments
 (0)