fumadocs-ui 16.7.9 → 16.7.11
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.
- package/package.json +8 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fumadocs-ui",
|
|
3
|
-
"version": "16.7.
|
|
3
|
+
"version": "16.7.11",
|
|
4
4
|
"description": "The Radix UI version of Fumadocs UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Docs",
|
|
@@ -135,10 +135,11 @@
|
|
|
135
135
|
"@radix-ui/react-slot": "^1.2.4",
|
|
136
136
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
137
137
|
"class-variance-authority": "^0.7.1",
|
|
138
|
+
"fuma-cli": "^0.0.3",
|
|
138
139
|
"lucide-react": "^1.7.0",
|
|
139
140
|
"motion": "^12.38.0",
|
|
140
141
|
"next-themes": "^0.4.6",
|
|
141
|
-
"react-medium-image-zoom": "^5.4.
|
|
142
|
+
"react-medium-image-zoom": "^5.4.3",
|
|
142
143
|
"react-remove-scroll": "^2.7.2",
|
|
143
144
|
"rehype-raw": "^7.0.0",
|
|
144
145
|
"scroll-into-view-if-needed": "^3.1.0",
|
|
@@ -151,15 +152,15 @@
|
|
|
151
152
|
"@tsdown/css": "^0.21.6",
|
|
152
153
|
"@types/hast": "^3.0.4",
|
|
153
154
|
"@types/mdx": "^2.0.13",
|
|
154
|
-
"@types/node": "^25.5.
|
|
155
|
+
"@types/node": "^25.5.2",
|
|
155
156
|
"@types/react": "^19.2.14",
|
|
156
157
|
"@types/react-dom": "^19.2.3",
|
|
157
158
|
"shiki": "^4.0.2",
|
|
158
159
|
"tailwindcss": "^4.2.2",
|
|
159
|
-
"tsdown": "0.21.
|
|
160
|
+
"tsdown": "0.21.7",
|
|
160
161
|
"unified": "^11.0.5",
|
|
161
|
-
"@fumadocs/cli": "1.3.
|
|
162
|
-
"fumadocs-core": "16.7.
|
|
162
|
+
"@fumadocs/cli": "1.3.5",
|
|
163
|
+
"fumadocs-core": "16.7.11",
|
|
163
164
|
"tsconfig": "0.0.0"
|
|
164
165
|
},
|
|
165
166
|
"peerDependencies": {
|
|
@@ -170,7 +171,7 @@
|
|
|
170
171
|
"react": "^19.2.0",
|
|
171
172
|
"react-dom": "^19.2.0",
|
|
172
173
|
"shiki": "*",
|
|
173
|
-
"fumadocs-core": "16.7.
|
|
174
|
+
"fumadocs-core": "16.7.11"
|
|
174
175
|
},
|
|
175
176
|
"peerDependenciesMeta": {
|
|
176
177
|
"next": {
|