Skip to content

Commit

Permalink
Patch: cleaned dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Mar 12, 2024
1 parent 4f5a6b4 commit f92cc4a
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 594 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,11 @@
},
"dependencies": {
"@mezh-hq/react-gridlines": "1.0.0",
"@radix-ui/react-accordion": "1.1.2",
"@radix-ui/react-checkbox": "1.0.4",
"@radix-ui/react-context-menu": "2.1.5",
"@radix-ui/react-dialog": "1.0.5",
"@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-toast": "1.1.4",
"@radix-ui/react-tooltip": "1.0.6",
"@reduxjs/toolkit": "2.1.0",
"class-variance-authority": "0.7.0",
Expand Down
50 changes: 0 additions & 50 deletions src/components/core/accordion.tsx

This file was deleted.

179 changes: 0 additions & 179 deletions src/components/core/context-menu.tsx

This file was deleted.

4 changes: 0 additions & 4 deletions src/components/core/index.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
export * from "./accordion";
export * from "./checkbox";
export * from "./context-menu";
export * from "./input";
export * from "./label";
export * from "./popover";
export * from "./radio-group";
export * from "./select";
export * from "./sheet";
export * from "./switch";
export * from "./typography";
export * from "./toast";
export * from "./tooltip";

export { default as AnimatedSwitcher } from "./animated-switcher";
Expand Down
2 changes: 0 additions & 2 deletions src/components/core/label.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
"use client";

import * as React from "react";
import * as LabelPrimitive from "@radix-ui/react-label";
import { type VariantProps, cva } from "class-variance-authority";
Expand Down
2 changes: 0 additions & 2 deletions src/components/core/radio-group.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
"use client";

import * as React from "react";
import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
import { Check } from "lucide-react";
Expand Down
106 changes: 0 additions & 106 deletions src/components/core/sheet.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions src/components/core/toast/index.ts

This file was deleted.

Loading

0 comments on commit f92cc4a

Please sign in to comment.