Commit ef9e99a
committed
fix: Add missing Radix UI dependencies for Label and Switch
Adds `@radix-ui/react-label` and `@radix-ui/react-switch` to
the `dependencies` in `frontend/package.json`.
These packages are required by the `label.tsx` and `switch.tsx`
ShadCN UI components but were not previously listed as dependencies,
leading to TypeScript errors (TS2307: Cannot find module) during
the frontend build process within Docker.
This change ensures that these dependencies are installed,
allowing the project to build successfully.1 parent ce8b009 commit ef9e99a
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
0 commit comments