fumadocs-core 16.10.2 → 16.10.3
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 +7 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fumadocs-core",
|
|
3
|
-
"version": "16.10.
|
|
3
|
+
"version": "16.10.3",
|
|
4
4
|
"description": "The React.js library for building a documentation website",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Docs",
|
|
@@ -12,7 +12,10 @@
|
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"author": "Fuma Nama",
|
|
15
|
-
"repository":
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git",
|
|
17
|
+
"url": "github:fuma-nama/fumadocs"
|
|
18
|
+
},
|
|
16
19
|
"files": [
|
|
17
20
|
"dist"
|
|
18
21
|
],
|
|
@@ -99,7 +102,6 @@
|
|
|
99
102
|
"access": "public"
|
|
100
103
|
},
|
|
101
104
|
"dependencies": {
|
|
102
|
-
"@fuma-translate/react": "^1.0.2",
|
|
103
105
|
"@orama/orama": "^3.1.18",
|
|
104
106
|
"estree-util-value-to-estree": "^3.5.0",
|
|
105
107
|
"github-slugger": "^2.0.0",
|
|
@@ -131,10 +133,10 @@
|
|
|
131
133
|
"@types/js-yaml": "^4.0.9",
|
|
132
134
|
"@types/mdast": "^4.0.4",
|
|
133
135
|
"@types/negotiator": "^0.6.4",
|
|
134
|
-
"@types/node": "25.9.
|
|
136
|
+
"@types/node": "25.9.3",
|
|
135
137
|
"@types/react": "^19.2.17",
|
|
136
138
|
"@types/react-dom": "^19.2.3",
|
|
137
|
-
"algoliasearch": "5.
|
|
139
|
+
"algoliasearch": "5.54.0",
|
|
138
140
|
"flexsearch": "^0.8.212",
|
|
139
141
|
"image-size": "^2.0.2",
|
|
140
142
|
"lucide-react": "^1.17.0",
|