create-fumadocs-app 15.8.3 → 15.8.5

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.8.3", "fumadocs-ui": "15.8.3", "fumadocs-mdx": "12.0.2", "@fumadocs/mdx-remote": "1.4.1", "@fumadocs/content-collections": "1.2.3" };
62
+ var versions = { "fumadocs-core": "15.8.5", "fumadocs-ui": "15.8.5", "fumadocs-mdx": "12.0.3", "@fumadocs/mdx-remote": "1.4.2", "@fumadocs/content-collections": "1.2.3" };
63
63
 
64
64
  // ../create-app-versions/package.json
65
65
  var package_default = {
@@ -77,8 +77,8 @@ var package_default = {
77
77
  "@react-router/serve": "^7.9.3",
78
78
  "@tailwindcss/postcss": "^4.1.14",
79
79
  "@tailwindcss/vite": "^4.1.14",
80
- "@tanstack/react-router": "^1.132.31",
81
- "@tanstack/react-start": "^1.132.31",
80
+ "@tanstack/react-router": "^1.132.33",
81
+ "@tanstack/react-start": "^1.132.36",
82
82
  "@types/mdx": "^2.0.13",
83
83
  "@types/node": "24.6.2",
84
84
  "@types/react": "^19.2.0",
@@ -98,7 +98,7 @@ var package_default = {
98
98
  tinyglobby: "^0.2.15",
99
99
  typescript: "^5.9.3",
100
100
  vinxi: "^0.5.8",
101
- vite: "^7.1.8",
101
+ vite: "^7.1.9",
102
102
  "vite-tsconfig-paths": "^5.1.4"
103
103
  }
104
104
  };
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  create,
3
3
  templates
4
- } from "./chunk-MKHTME3X.js";
4
+ } from "./chunk-QGIQF45K.js";
5
5
  export {
6
6
  create,
7
7
  templates
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  getPackageManager,
6
6
  managers,
7
7
  templates
8
- } from "./chunk-MKHTME3X.js";
8
+ } from "./chunk-QGIQF45K.js";
9
9
 
10
10
  // src/index.ts
11
11
  import fs from "fs/promises";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-fumadocs-app",
3
- "version": "15.8.3",
3
+ "version": "15.8.5",
4
4
  "description": "Create a new documentation site with Fumadocs",
5
5
  "keywords": [
6
6
  "NextJs",
@@ -9,27 +9,27 @@
9
9
  "typecheck": "react-router typegen && tsc"
10
10
  },
11
11
  "dependencies": {
12
- "@react-router/node": "^7.8.2",
13
- "@react-router/serve": "^7.8.2",
12
+ "@react-router/node": "^7.9.3",
13
+ "@react-router/serve": "^7.9.3",
14
14
  "fumadocs-core": "workspace:*",
15
15
  "fumadocs-mdx": "workspace:*",
16
16
  "fumadocs-ui": "workspace:*",
17
- "isbot": "^5.1.30",
18
- "react": "^19.1.1",
19
- "react-dom": "^19.1.1",
20
- "react-router": "^7.8.2"
17
+ "isbot": "^5.1.31",
18
+ "react": "^19.2.0",
19
+ "react-dom": "^19.2.0",
20
+ "react-router": "^7.9.3"
21
21
  },
22
22
  "devDependencies": {
23
- "@react-router/dev": "^7.8.2",
24
- "@tailwindcss/vite": "^4.1.12",
23
+ "@react-router/dev": "^7.9.3",
24
+ "@tailwindcss/vite": "^4.1.14",
25
25
  "@types/mdx": "^2.0.13",
26
- "@types/node": "^24.3.0",
27
- "@types/react": "^19.1.12",
28
- "@types/react-dom": "^19.1.9",
26
+ "@types/node": "^24.6.2",
27
+ "@types/react": "^19.2.0",
28
+ "@types/react-dom": "^19.2.0",
29
29
  "react-router-devtools": "^5.1.3",
30
- "tailwindcss": "^4.1.12",
31
- "typescript": "^5.9.2",
32
- "vite": "^7.1.3",
30
+ "tailwindcss": "^4.1.14",
31
+ "typescript": "^5.9.3",
32
+ "vite": "^7.1.9",
33
33
  "vite-tsconfig-paths": "^5.1.4"
34
34
  }
35
35
  }
@@ -9,27 +9,27 @@
9
9
  "start": "node .output/server/index.mjs"
10
10
  },
11
11
  "dependencies": {
12
- "@tanstack/react-router": "^1.132.7",
13
- "@tanstack/react-router-devtools": "^1.132.11",
14
- "@tanstack/react-start": "^1.132.13",
12
+ "@tanstack/react-router": "^1.132.33",
13
+ "@tanstack/react-router-devtools": "^1.132.33",
14
+ "@tanstack/react-start": "^1.132.36",
15
15
  "fumadocs-core": "workspace:*",
16
16
  "fumadocs-mdx": "workspace:*",
17
17
  "fumadocs-ui": "workspace:*",
18
18
  "lucide-static": "^0.544.0",
19
- "react": "^19.1.1",
20
- "react-dom": "^19.1.1",
19
+ "react": "^19.2.0",
20
+ "react-dom": "^19.2.0",
21
21
  "tailwind-merge": "^3.3.1",
22
- "vite": "^7.1.7"
22
+ "vite": "^7.1.9"
23
23
  },
24
24
  "devDependencies": {
25
- "@tailwindcss/vite": "^4.1.13",
25
+ "@tailwindcss/vite": "^4.1.14",
26
26
  "@types/mdx": "^2.0.13",
27
- "@types/node": "^24.5.2",
28
- "@types/react": "^19.1.14",
29
- "@types/react-dom": "^19.1.9",
30
- "@vitejs/plugin-react": "^5.0.3",
31
- "tailwindcss": "^4.1.13",
32
- "typescript": "^5.9.2",
27
+ "@types/node": "^24.6.2",
28
+ "@types/react": "^19.2.0",
29
+ "@types/react-dom": "^19.2.0",
30
+ "@vitejs/plugin-react": "^5.0.4",
31
+ "tailwindcss": "^4.1.14",
32
+ "typescript": "^5.9.3",
33
33
  "vite-tsconfig-paths": "^5.1.4"
34
34
  }
35
35
  }
@@ -12,20 +12,20 @@
12
12
  "fumadocs-core": "workspace:*",
13
13
  "fumadocs-mdx": "workspace:*",
14
14
  "fumadocs-ui": "workspace:*",
15
- "react": "^19.1.1",
16
- "react-dom": "^19.1.1",
17
- "react-server-dom-webpack": "^19.1.1",
18
- "waku": "^0.26.0"
15
+ "react": "^19.2.0",
16
+ "react-dom": "^19.2.0",
17
+ "react-server-dom-webpack": "^19.2.0",
18
+ "waku": "^0.26.1"
19
19
  },
20
20
  "devDependencies": {
21
- "@tailwindcss/vite": "^4.1.12",
21
+ "@tailwindcss/vite": "^4.1.14",
22
22
  "@types/mdx": "^2.0.13",
23
- "@types/node": "^24.3.0",
24
- "@types/react": "^19.1.12",
25
- "@types/react-dom": "^19.1.9",
26
- "tailwindcss": "^4.1.12",
27
- "typescript": "^5.9.2",
28
- "vite": "^7.1.3",
23
+ "@types/node": "^24.6.2",
24
+ "@types/react": "^19.2.0",
25
+ "@types/react-dom": "^19.2.0",
26
+ "tailwindcss": "^4.1.14",
27
+ "typescript": "^5.9.3",
28
+ "vite": "^7.1.9",
29
29
  "vite-tsconfig-paths": "^5.1.4"
30
30
  }
31
31
  }