fumadocs-ui 16.11.3 → 16.11.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-ui",
3
- "version": "16.11.3",
3
+ "version": "16.11.4",
4
4
  "description": "The Radix UI version of Fumadocs UI",
5
5
  "keywords": [
6
6
  "Docs",
@@ -140,7 +140,7 @@
140
140
  "@radix-ui/react-tabs": "^1.1.17",
141
141
  "class-variance-authority": "^0.7.1",
142
142
  "cnfast": "^0.0.8",
143
- "lucide-react": "^1.23.0",
143
+ "lucide-react": "^1.24.0",
144
144
  "motion": "^12.42.2",
145
145
  "next-themes": "^0.4.6",
146
146
  "react-remove-scroll": "^2.7.2",
@@ -153,8 +153,8 @@
153
153
  "devDependencies": {
154
154
  "@tailwindcss/cli": "^4.3.2",
155
155
  "@tailwindcss/oxide": "^4.3.2",
156
- "@tsdown/css": "^0.22.4",
157
- "@types/hast": "^3.0.4",
156
+ "@tsdown/css": "^0.22.5",
157
+ "@types/hast": "^3.0.5",
158
158
  "@types/mdx": "^2.0.14",
159
159
  "@types/node": "^26.1.1",
160
160
  "@types/react": "^19.2.17",
@@ -162,11 +162,11 @@
162
162
  "fuma-cli": "^0.1.1",
163
163
  "react-medium-image-zoom": "^5.4.8",
164
164
  "tailwindcss": "^4.3.2",
165
- "tsdown": "0.22.4",
165
+ "tsdown": "0.22.5",
166
166
  "unified": "^11.0.5",
167
167
  "@fumadocs/cli": "1.4.1",
168
- "tsconfig": "0.0.0",
169
- "fumadocs-core": "16.11.3"
168
+ "fumadocs-core": "16.11.4",
169
+ "tsconfig": "0.0.0"
170
170
  },
171
171
  "peerDependencies": {
172
172
  "@types/mdx": "*",
@@ -175,7 +175,7 @@
175
175
  "react": "^19.2.0",
176
176
  "react-dom": "^19.2.0",
177
177
  "takumi-js": "*",
178
- "fumadocs-core": "16.11.3"
178
+ "fumadocs-core": "16.11.4"
179
179
  },
180
180
  "peerDependenciesMeta": {
181
181
  "next": {