create-fumadocs-app 15.7.12 → 15.8.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.
|
@@ -59,7 +59,7 @@ async function tryGitInit(cwd2) {
|
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
// src/versions.js
|
|
62
|
-
var versions = { "fumadocs-core": "15.
|
|
62
|
+
var versions = { "fumadocs-core": "15.8.0", "fumadocs-ui": "15.8.0", "fumadocs-mdx": "12.0.1", "@fumadocs/mdx-remote": "1.4.0", "@fumadocs/content-collections": "1.2.2" };
|
|
63
63
|
|
|
64
64
|
// ../create-app-versions/package.json
|
|
65
65
|
var package_default = {
|
|
@@ -78,27 +78,27 @@ var package_default = {
|
|
|
78
78
|
"@react-router/serve": "^7.9.1",
|
|
79
79
|
"@tailwindcss/postcss": "^4.1.13",
|
|
80
80
|
"@tailwindcss/vite": "^4.1.13",
|
|
81
|
-
"@tanstack/react-router": "^1.
|
|
82
|
-
"@tanstack/react-start": "^1.
|
|
81
|
+
"@tanstack/react-router": "^1.132.2",
|
|
82
|
+
"@tanstack/react-start": "^1.132.2",
|
|
83
83
|
"@types/mdx": "^2.0.13",
|
|
84
|
-
"@types/node": "24.
|
|
84
|
+
"@types/node": "24.5.2",
|
|
85
85
|
"@types/react": "^19.1.13",
|
|
86
86
|
"@types/react-dom": "^19.1.9",
|
|
87
|
-
"@vitejs/plugin-react": "^5.0.
|
|
87
|
+
"@vitejs/plugin-react": "^5.0.3",
|
|
88
88
|
"gray-matter": "^4.0.3",
|
|
89
|
-
isbot: "^5.1.
|
|
90
|
-
next: "15.5.
|
|
89
|
+
isbot: "^5.1.31",
|
|
90
|
+
next: "15.5.4",
|
|
91
91
|
postcss: "^8.5.6",
|
|
92
92
|
react: "^19.1.1",
|
|
93
93
|
"react-dom": "^19.1.1",
|
|
94
94
|
"react-router": "^7.9.1",
|
|
95
95
|
"react-router-devtools": "^5.1.3",
|
|
96
|
-
shiki: "^3.
|
|
96
|
+
shiki: "^3.13.0",
|
|
97
97
|
tailwindcss: "^4.1.13",
|
|
98
98
|
tinyglobby: "^0.2.15",
|
|
99
99
|
typescript: "^5.9.2",
|
|
100
100
|
vinxi: "^0.5.8",
|
|
101
|
-
vite: "^7.1.
|
|
101
|
+
vite: "^7.1.7",
|
|
102
102
|
"vite-tsconfig-paths": "^5.1.4"
|
|
103
103
|
}
|
|
104
104
|
};
|
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.
|
|
3
|
+
"version": "15.8.0",
|
|
4
4
|
"description": "Create a new documentation site with Fumadocs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"NextJs",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/cross-spawn": "^6.0.6",
|
|
31
|
-
"@types/node": "24.
|
|
31
|
+
"@types/node": "24.5.2",
|
|
32
32
|
"tinyglobby": "^0.2.15",
|
|
33
33
|
"typescript": "^5.9.2",
|
|
34
34
|
"eslint-config-custom": "0.0.0",
|