create-fumadocs-app 8.2.0 → 9.0.0
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: "
|
|
8
|
+
version: "9.0.0",
|
|
9
9
|
description: "The library for building a documentation website in Next.js",
|
|
10
10
|
keywords: [
|
|
11
11
|
"NextJs",
|
|
@@ -128,8 +128,8 @@ var package_default = {
|
|
|
128
128
|
},
|
|
129
129
|
dependencies: {
|
|
130
130
|
"@formatjs/intl-localematcher": "^0.5.0",
|
|
131
|
-
"@shikijs/rehype": "
|
|
132
|
-
"@shikijs/transformers": "
|
|
131
|
+
"@shikijs/rehype": "1.1.5",
|
|
132
|
+
"@shikijs/transformers": "1.1.5",
|
|
133
133
|
flexsearch: "0.7.21",
|
|
134
134
|
"github-slugger": "^2.0.0",
|
|
135
135
|
"hast-util-to-estree": "^3.1.0",
|
|
@@ -139,7 +139,7 @@ var package_default = {
|
|
|
139
139
|
"remark-gfm": "^4.0.0",
|
|
140
140
|
"remark-mdx": "^3.0.0",
|
|
141
141
|
"scroll-into-view-if-needed": "^3.1.0",
|
|
142
|
-
shiki: "
|
|
142
|
+
shiki: "1.1.5",
|
|
143
143
|
swr: "^2.2.2",
|
|
144
144
|
"unist-util-visit": "^5.0.0"
|
|
145
145
|
},
|
|
@@ -172,7 +172,7 @@ var package_default = {
|
|
|
172
172
|
// ../ui/package.json
|
|
173
173
|
var package_default2 = {
|
|
174
174
|
name: "fumadocs-ui",
|
|
175
|
-
version: "
|
|
175
|
+
version: "9.0.0",
|
|
176
176
|
description: "The framework for building a documentation website in Next.js",
|
|
177
177
|
keywords: [
|
|
178
178
|
"NextJs",
|
|
@@ -308,7 +308,7 @@ var package_default2 = {
|
|
|
308
308
|
// ../mdx/package.json
|
|
309
309
|
var package_default3 = {
|
|
310
310
|
name: "fumadocs-mdx",
|
|
311
|
-
version: "8.0.
|
|
311
|
+
version: "8.0.5",
|
|
312
312
|
description: "The built-in source for Fumadocs",
|
|
313
313
|
keywords: [
|
|
314
314
|
"NextJs",
|
|
@@ -382,7 +382,7 @@ var package_default3 = {
|
|
|
382
382
|
// ../contentlayer/package.json
|
|
383
383
|
var package_default4 = {
|
|
384
384
|
name: "fumadocs-contentlayer",
|
|
385
|
-
version: "1.0.
|
|
385
|
+
version: "1.0.6",
|
|
386
386
|
description: "The Contentlayer adapter for Fumadocs",
|
|
387
387
|
keywords: [
|
|
388
388
|
"NextJs",
|
|
@@ -550,7 +550,7 @@ function createPackageJson(projectName, { template, tailwindcss }) {
|
|
|
550
550
|
};
|
|
551
551
|
if (template === "contentlayer") {
|
|
552
552
|
Object.assign(packageJson.dependencies, {
|
|
553
|
-
"
|
|
553
|
+
"fumadocs-contentlayer": package_default4.version,
|
|
554
554
|
contentlayer: "0.3.4",
|
|
555
555
|
"next-contentlayer": "0.3.4"
|
|
556
556
|
});
|
package/dist/create-app.js
CHANGED
package/dist/index.js
CHANGED