create-fumadocs-app 15.5.2 → 15.5.4
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.
|
@@ -60,7 +60,7 @@ function tryGitInit(root) {
|
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
// src/versions.js
|
|
63
|
-
var versions = { "fumadocs-core": "15.5.
|
|
63
|
+
var versions = { "fumadocs-core": "15.5.4", "fumadocs-ui": "15.5.4", "fumadocs-mdx": "11.6.9", "@fumadocs/mdx-remote": "1.3.3", "@fumadocs/content-collections": "1.2.1" };
|
|
64
64
|
|
|
65
65
|
// ../create-app-versions/package.json
|
|
66
66
|
var package_default = {
|
|
@@ -70,7 +70,7 @@ var package_default = {
|
|
|
70
70
|
description: "Used to track dependency versions in create-fumadocs-app",
|
|
71
71
|
license: "MIT",
|
|
72
72
|
dependencies: {
|
|
73
|
-
"@content-collections/core": "^0.9.
|
|
73
|
+
"@content-collections/core": "^0.9.1",
|
|
74
74
|
"@content-collections/mdx": "^0.2.2",
|
|
75
75
|
"@content-collections/next": "^0.2.6",
|
|
76
76
|
"@react-router/dev": "^7.6.2",
|
|
@@ -78,22 +78,22 @@ var package_default = {
|
|
|
78
78
|
"@react-router/serve": "^7.6.2",
|
|
79
79
|
"@tailwindcss/postcss": "^4.1.10",
|
|
80
80
|
"@tailwindcss/vite": "^4.1.10",
|
|
81
|
-
"@tanstack/react-router": "^1.121.
|
|
82
|
-
"@tanstack/react-start": "^1.121.
|
|
81
|
+
"@tanstack/react-router": "^1.121.27",
|
|
82
|
+
"@tanstack/react-start": "^1.121.32",
|
|
83
83
|
"@types/mdx": "^2.0.13",
|
|
84
|
-
"@types/node": "24.0.
|
|
84
|
+
"@types/node": "24.0.3",
|
|
85
85
|
"@types/react": "^19.1.8",
|
|
86
86
|
"@types/react-dom": "^19.1.6",
|
|
87
87
|
"@vitejs/plugin-react": "^4.5.2",
|
|
88
88
|
"gray-matter": "^4.0.3",
|
|
89
89
|
isbot: "^5.1.28",
|
|
90
|
-
next: "15.3.
|
|
91
|
-
postcss: "^8.5.
|
|
90
|
+
next: "15.3.4",
|
|
91
|
+
postcss: "^8.5.6",
|
|
92
92
|
react: "^19.1.0",
|
|
93
93
|
"react-dom": "^19.1.0",
|
|
94
94
|
"react-router": "^7.6.2",
|
|
95
95
|
"react-router-devtools": "^5.0.6",
|
|
96
|
-
shiki: "^3.
|
|
96
|
+
shiki: "^3.7.0",
|
|
97
97
|
tailwindcss: "^4.1.10",
|
|
98
98
|
tinyglobby: "^0.2.14",
|
|
99
99
|
typescript: "^5.8.3",
|
package/dist/create-app.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-fumadocs-app",
|
|
3
|
-
"version": "15.5.
|
|
3
|
+
"version": "15.5.4",
|
|
4
4
|
"description": "Create a new documentation site with Fumadocs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"NextJs",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/cross-spawn": "^6.0.6",
|
|
30
|
-
"@types/node": "24.0.
|
|
30
|
+
"@types/node": "24.0.3",
|
|
31
31
|
"tinyglobby": "^0.2.14",
|
|
32
32
|
"eslint-config-custom": "0.0.0",
|
|
33
33
|
"tsconfig": "0.0.0"
|