Skip to content

Commit

Permalink
fix: no icon cloud dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dillionverma committed Jan 4, 2025
1 parent b8569f4 commit 04a64c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 28 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"react-day-picker": "^8.9.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.50.1",
"react-icon-cloud": "^4.1.6",
"react-tweet": "^3.2.1",
"schema-dts": "^1.1.2",
"sonner": "^1.5.0",
Expand Down
32 changes: 6 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion registry/registry-ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ export const ui: Registry = [
{
name: "icon-cloud",
type: "registry:ui",
dependencies: ["next-themes", "react-icon-cloud"],
dependencies: [],
files: ["magicui/icon-cloud.tsx"],
},
{
Expand Down

0 comments on commit 04a64c5

Please sign in to comment.