create-fumadocs-app 10.0.2 → 10.0.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.
|
@@ -5,7 +5,7 @@ import fs from "node:fs/promises";
|
|
|
5
5
|
// ../core/package.json
|
|
6
6
|
var package_default = {
|
|
7
7
|
name: "fumadocs-core",
|
|
8
|
-
version: "10.0.
|
|
8
|
+
version: "10.0.3",
|
|
9
9
|
description: "The library for building a documentation website in Next.js",
|
|
10
10
|
keywords: [
|
|
11
11
|
"NextJs",
|
|
@@ -123,7 +123,7 @@ var package_default = {
|
|
|
123
123
|
"@formatjs/intl-localematcher": "^0.5.4",
|
|
124
124
|
"@shikijs/rehype": "^1.1.7",
|
|
125
125
|
"@shikijs/transformers": "^1.1.7",
|
|
126
|
-
flexsearch: "
|
|
126
|
+
flexsearch: "0.7.21",
|
|
127
127
|
"github-slugger": "^2.0.0",
|
|
128
128
|
"hast-util-to-estree": "^3.1.0",
|
|
129
129
|
negotiator: "^0.6.3",
|
|
@@ -164,7 +164,7 @@ var package_default = {
|
|
|
164
164
|
// ../ui/package.json
|
|
165
165
|
var package_default2 = {
|
|
166
166
|
name: "fumadocs-ui",
|
|
167
|
-
version: "10.0.
|
|
167
|
+
version: "10.0.3",
|
|
168
168
|
description: "The framework for building a documentation website in Next.js",
|
|
169
169
|
keywords: [
|
|
170
170
|
"NextJs",
|
|
@@ -266,7 +266,7 @@ var package_default2 = {
|
|
|
266
266
|
"@tailwindcss/typography": "^0.5.10",
|
|
267
267
|
"class-variance-authority": "^0.7.0",
|
|
268
268
|
clsx: "^2.1.0",
|
|
269
|
-
cmdk: "^0.
|
|
269
|
+
cmdk: "^1.0.0",
|
|
270
270
|
"fumadocs-core": "workspace:*",
|
|
271
271
|
"lucide-react": "^0.298.0",
|
|
272
272
|
"next-themes": "^0.2.1",
|
|
@@ -300,7 +300,7 @@ var package_default2 = {
|
|
|
300
300
|
// ../mdx/package.json
|
|
301
301
|
var package_default3 = {
|
|
302
302
|
name: "fumadocs-mdx",
|
|
303
|
-
version: "8.2.
|
|
303
|
+
version: "8.2.2",
|
|
304
304
|
description: "The built-in source for Fumadocs",
|
|
305
305
|
keywords: [
|
|
306
306
|
"NextJs",
|
|
@@ -374,7 +374,7 @@ var package_default3 = {
|
|
|
374
374
|
// ../contentlayer/package.json
|
|
375
375
|
var package_default4 = {
|
|
376
376
|
name: "fumadocs-contentlayer",
|
|
377
|
-
version: "1.1.
|
|
377
|
+
version: "1.1.4",
|
|
378
378
|
description: "The Contentlayer adapter for Fumadocs",
|
|
379
379
|
keywords: [
|
|
380
380
|
"NextJs",
|
package/dist/create-app.js
CHANGED
package/dist/index.js
CHANGED