Skip to content

Commit

Permalink
Patch: removed unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Aug 27, 2024
1 parent 22f22f2 commit c055215
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 66 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 0 additions & 2 deletions esbuild.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ build({
outfile: "./dist/index.slim.js",
external: [
...options.external,
"@radix-ui/react-checkbox",
"@radix-ui/react-label",
"@radix-ui/react-popover",
"@radix-ui/react-radio-group",
"@radix-ui/react-select",
"@radix-ui/react-tooltip",
"class-variance-authority",
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,8 @@
"@interactjs/auto-start": "1.10.26",
"@interactjs/interact": "1.10.26",
"@mezh-hq/react-gridlines": "1.0.1",
"@radix-ui/react-checkbox": "1.0.4",
"@radix-ui/react-label": "2.0.2",
"@radix-ui/react-popover": "1.0.7",
"@radix-ui/react-radio-group": "1.1.3",
"@radix-ui/react-select": "2.0.0",
"@radix-ui/react-switch": "1.1.0",
"@radix-ui/react-tooltip": "1.0.6",
Expand Down
25 changes: 0 additions & 25 deletions src/components/core/checkbox.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions src/components/core/index.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
export * from "./checkbox";
export * from "./input";
export * from "./label";
export * from "./popover";
export * from "./radio-group";
export * from "./select";
export * from "./switch";
export * from "./typography";
Expand Down
35 changes: 0 additions & 35 deletions src/components/core/radio-group.tsx

This file was deleted.

0 comments on commit c055215

Please sign in to comment.