Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryQW committed Feb 11, 2025
1 parent 74dbef1 commit fe762e4
Show file tree
Hide file tree
Showing 3 changed files with 390 additions and 362 deletions.
2 changes: 1 addition & 1 deletion components/ui/icon/container.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { IconRss3 } from "@rss3/web3-icons-react";
import type { IconRss3 } from "@webisopen/icons-react";
import type { LucideIcon } from "lucide-react";
import { TerminalIcon } from "lucide-react";
import type { HTMLAttributes } from "react";
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"generate:openapi": "node scripts/generate-openapi.mjs"
},
"dependencies": {
"@rss3/web3-icons-react": "^0.0.16",
"@webisopen/icons-react": "0.0.22",
"fumadocs-core": "14.2.1",
"fumadocs-mdx": "11.1.1",
"fumadocs-openapi": "^5.11.8",
"fumadocs-openapi": "5.11.8",
"fumadocs-ui": "14.2.1",
"lucide-react": "^0.454.0",
"next": "^15.1.6",
"next": "^15.1.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"shiki": "^1.29.1",
"shiki": "^1.29.2",
"zod": "^3.24.1"
},
"devDependencies": {
Expand All @@ -33,9 +33,8 @@
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"postcss": "^8.5.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]"
}
}
Loading

0 comments on commit fe762e4

Please sign in to comment.