fumadocs-core 15.6.8 → 15.6.9
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 +5 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fumadocs-core",
|
|
3
|
-
"version": "15.6.
|
|
3
|
+
"version": "15.6.9",
|
|
4
4
|
"description": "The library for building a documentation website in Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"NextJs",
|
|
@@ -87,8 +87,8 @@
|
|
|
87
87
|
"dependencies": {
|
|
88
88
|
"@formatjs/intl-localematcher": "^0.6.1",
|
|
89
89
|
"@orama/orama": "^3.1.11",
|
|
90
|
-
"@shikijs/rehype": "^3.9.
|
|
91
|
-
"@shikijs/transformers": "^3.9.
|
|
90
|
+
"@shikijs/rehype": "^3.9.2",
|
|
91
|
+
"@shikijs/transformers": "^3.9.2",
|
|
92
92
|
"github-slugger": "^2.0.0",
|
|
93
93
|
"hast-util-to-estree": "^3.1.3",
|
|
94
94
|
"hast-util-to-jsx-runtime": "^2.3.6",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"remark-gfm": "^4.0.1",
|
|
101
101
|
"remark-rehype": "^11.1.2",
|
|
102
102
|
"scroll-into-view-if-needed": "^3.1.0",
|
|
103
|
-
"shiki": "^3.9.
|
|
103
|
+
"shiki": "^3.9.2",
|
|
104
104
|
"unist-util-visit": "^5.0.0"
|
|
105
105
|
},
|
|
106
106
|
"devDependencies": {
|
|
@@ -132,14 +132,12 @@
|
|
|
132
132
|
"peerDependencies": {
|
|
133
133
|
"@mixedbread/sdk": "^0.19.0",
|
|
134
134
|
"@oramacloud/client": "1.x.x || 2.x.x",
|
|
135
|
-
"@tanstack/react-router": "1.x.x",
|
|
136
135
|
"@types/react": "*",
|
|
137
136
|
"algoliasearch": "5.x.x",
|
|
138
137
|
"next": "14.x.x || 15.x.x",
|
|
139
138
|
"react": "18.x.x || 19.x.x",
|
|
140
139
|
"react-dom": "18.x.x || 19.x.x",
|
|
141
|
-
"react-router": "7.x.x"
|
|
142
|
-
"waku": "^0.23.0"
|
|
140
|
+
"react-router": "7.x.x"
|
|
143
141
|
},
|
|
144
142
|
"peerDependenciesMeta": {
|
|
145
143
|
"@mixedbread/sdk": {
|
|
@@ -163,12 +161,6 @@
|
|
|
163
161
|
"react-dom": {
|
|
164
162
|
"optional": true
|
|
165
163
|
},
|
|
166
|
-
"waku": {
|
|
167
|
-
"optional": true
|
|
168
|
-
},
|
|
169
|
-
"@tanstack/react-router": {
|
|
170
|
-
"optional": true
|
|
171
|
-
},
|
|
172
164
|
"react-router": {
|
|
173
165
|
"optional": true
|
|
174
166
|
}
|