Skip to content

Commit c055215

Browse files
committed
Patch: removed unused dependencies
1 parent 22f22f2 commit c055215

File tree

6 files changed

+0
-66
lines changed

6 files changed

+0
-66
lines changed

bun.lockb

-1.52 KB
Binary file not shown.

esbuild.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,8 @@ build({
5050
outfile: "./dist/index.slim.js",
5151
external: [
5252
...options.external,
53-
"@radix-ui/react-checkbox",
5453
"@radix-ui/react-label",
5554
"@radix-ui/react-popover",
56-
"@radix-ui/react-radio-group",
5755
"@radix-ui/react-select",
5856
"@radix-ui/react-tooltip",
5957
"class-variance-authority",

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,8 @@
6363
"@interactjs/auto-start": "1.10.26",
6464
"@interactjs/interact": "1.10.26",
6565
"@mezh-hq/react-gridlines": "1.0.1",
66-
"@radix-ui/react-checkbox": "1.0.4",
6766
"@radix-ui/react-label": "2.0.2",
6867
"@radix-ui/react-popover": "1.0.7",
69-
"@radix-ui/react-radio-group": "1.1.3",
7068
"@radix-ui/react-select": "2.0.0",
7169
"@radix-ui/react-switch": "1.1.0",
7270
"@radix-ui/react-tooltip": "1.0.6",

src/components/core/checkbox.tsx

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/components/core/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
export * from "./checkbox";
21
export * from "./input";
32
export * from "./label";
43
export * from "./popover";
5-
export * from "./radio-group";
64
export * from "./select";
75
export * from "./switch";
86
export * from "./typography";

src/components/core/radio-group.tsx

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)