create-fumadocs-app 16.0.10 → 16.0.11
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.
- package/dist/bin.js +2 -2
- package/dist/{chunk-2NB6VBLS.js → chunk-55S5DAJQ.js} +5 -5
- package/dist/{chunk-WVGVTLMI.js → chunk-EDYCQYK4.js} +1 -1
- package/dist/index.js +2 -2
- package/dist/plugins/biome.js +1 -1
- package/dist/plugins/eslint.js +1 -1
- package/dist/plugins/orama-cloud.js +1 -1
- package/package.json +3 -3
- package/template/+next+fuma-docs-mdx/package.json +2 -2
- package/template/react-router/package.json +6 -6
- package/template/react-router-spa/package.json +5 -5
- package/template/tanstack-start/package.json +5 -5
- package/template/tanstack-start-spa/package.json +6 -6
- package/template/waku/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -3,11 +3,11 @@ import {
|
|
|
3
3
|
create,
|
|
4
4
|
getPackageManager,
|
|
5
5
|
managers
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-EDYCQYK4.js";
|
|
7
7
|
import {
|
|
8
8
|
isCI,
|
|
9
9
|
templates
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-55S5DAJQ.js";
|
|
11
11
|
|
|
12
12
|
// src/bin.ts
|
|
13
13
|
import fs from "fs/promises";
|
|
@@ -94,14 +94,14 @@ import { fileURLToPath } from "url";
|
|
|
94
94
|
// ../create-app-versions/package.json
|
|
95
95
|
var package_default = {
|
|
96
96
|
name: "create-fumadocs-versions",
|
|
97
|
-
version: "16.0.
|
|
97
|
+
version: "16.0.11",
|
|
98
98
|
private: true,
|
|
99
99
|
description: "Used to track dependency versions in create-fumadocs-app",
|
|
100
100
|
dependencies: {
|
|
101
|
-
"@biomejs/biome": "^2.3.
|
|
101
|
+
"@biomejs/biome": "^2.3.3",
|
|
102
102
|
"@eslint/eslintrc": "^3.3.1",
|
|
103
103
|
"@orama/core": "^1.2.13",
|
|
104
|
-
eslint: "^9.
|
|
104
|
+
eslint: "^9.39.1",
|
|
105
105
|
"fumadocs-core": "workspace:*",
|
|
106
106
|
"fumadocs-mdx": "workspace:*",
|
|
107
107
|
"fumadocs-ui": "workspace:*"
|
|
@@ -109,10 +109,10 @@ var package_default = {
|
|
|
109
109
|
};
|
|
110
110
|
|
|
111
111
|
// ../core/package.json
|
|
112
|
-
var version = "16.0.
|
|
112
|
+
var version = "16.0.8";
|
|
113
113
|
|
|
114
114
|
// ../ui/package.json
|
|
115
|
-
var version2 = "16.0.
|
|
115
|
+
var version2 = "16.0.8";
|
|
116
116
|
|
|
117
117
|
// ../mdx/package.json
|
|
118
118
|
var version3 = "13.0.5";
|
package/dist/index.js
CHANGED
package/dist/plugins/biome.js
CHANGED
package/dist/plugins/eslint.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-fumadocs-app",
|
|
3
|
-
"version": "16.0.
|
|
3
|
+
"version": "16.0.11",
|
|
4
4
|
"description": "Create a new documentation site with Fumadocs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"@commander-js/extra-typings": "^14.0.0",
|
|
35
35
|
"commander": "^14.0.2",
|
|
36
36
|
"picocolors": "^1.1.1",
|
|
37
|
-
"tinyexec": "^1.0.
|
|
37
|
+
"tinyexec": "^1.0.2",
|
|
38
38
|
"ts-morph": "^27.0.2"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/cross-spawn": "^6.0.6",
|
|
42
|
-
"@types/node": "24.
|
|
42
|
+
"@types/node": "24.10.0",
|
|
43
43
|
"tinyglobby": "^0.2.15",
|
|
44
44
|
"typescript": "^5.9.3",
|
|
45
45
|
"eslint-config-custom": "0.0.0",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"fumadocs-core": "workspace:*",
|
|
12
12
|
"fumadocs-mdx": "workspace:*",
|
|
13
13
|
"fumadocs-ui": "workspace:*",
|
|
14
|
-
"lucide-react": "^0.
|
|
14
|
+
"lucide-react": "^0.552.0",
|
|
15
15
|
"next": "16.0.1",
|
|
16
16
|
"react": "^19.2.0",
|
|
17
17
|
"react-dom": "^19.2.0"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@tailwindcss/postcss": "^4.1.16",
|
|
21
21
|
"@types/mdx": "^2.0.13",
|
|
22
|
-
"@types/node": "^24.
|
|
22
|
+
"@types/node": "^24.10.0",
|
|
23
23
|
"@types/react": "^19.2.2",
|
|
24
24
|
"@types/react-dom": "^19.2.2",
|
|
25
25
|
"postcss": "^8.5.6",
|
|
@@ -9,21 +9,21 @@
|
|
|
9
9
|
"typecheck": "react-router typegen && tsc"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@react-router/node": "^7.9.
|
|
13
|
-
"@react-router/serve": "^7.9.
|
|
12
|
+
"@react-router/node": "^7.9.5",
|
|
13
|
+
"@react-router/serve": "^7.9.5",
|
|
14
14
|
"fumadocs-core": "workspace:*",
|
|
15
15
|
"fumadocs-mdx": "workspace:*",
|
|
16
16
|
"fumadocs-ui": "workspace:*",
|
|
17
|
-
"isbot": "^5.1.
|
|
17
|
+
"isbot": "^5.1.32",
|
|
18
18
|
"react": "^19.2.0",
|
|
19
19
|
"react-dom": "^19.2.0",
|
|
20
|
-
"react-router": "^7.9.
|
|
20
|
+
"react-router": "^7.9.5"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@react-router/dev": "^7.9.
|
|
23
|
+
"@react-router/dev": "^7.9.5",
|
|
24
24
|
"@tailwindcss/vite": "^4.1.16",
|
|
25
25
|
"@types/mdx": "^2.0.13",
|
|
26
|
-
"@types/node": "^24.
|
|
26
|
+
"@types/node": "^24.10.0",
|
|
27
27
|
"@types/react": "^19.2.2",
|
|
28
28
|
"@types/react-dom": "^19.2.2",
|
|
29
29
|
"react-router-devtools": "^5.1.3",
|
|
@@ -10,20 +10,20 @@
|
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@orama/orama": "^3.1.16",
|
|
13
|
-
"@react-router/node": "^7.9.
|
|
13
|
+
"@react-router/node": "^7.9.5",
|
|
14
14
|
"fumadocs-core": "workspace:*",
|
|
15
15
|
"fumadocs-mdx": "workspace:*",
|
|
16
16
|
"fumadocs-ui": "workspace:*",
|
|
17
|
-
"isbot": "^5.1.
|
|
17
|
+
"isbot": "^5.1.32",
|
|
18
18
|
"react": "^19.2.0",
|
|
19
19
|
"react-dom": "^19.2.0",
|
|
20
|
-
"react-router": "^7.9.
|
|
20
|
+
"react-router": "^7.9.5"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@react-router/dev": "^7.9.
|
|
23
|
+
"@react-router/dev": "^7.9.5",
|
|
24
24
|
"@tailwindcss/vite": "^4.1.16",
|
|
25
25
|
"@types/mdx": "^2.0.13",
|
|
26
|
-
"@types/node": "^24.
|
|
26
|
+
"@types/node": "^24.10.0",
|
|
27
27
|
"@types/react": "^19.2.2",
|
|
28
28
|
"@types/react-dom": "^19.2.2",
|
|
29
29
|
"react-router-devtools": "^5.1.3",
|
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
"start": "node .output/server/index.mjs"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@tanstack/react-router": "^1.
|
|
13
|
-
"@tanstack/react-router-devtools": "^1.
|
|
14
|
-
"@tanstack/react-start": "^1.
|
|
12
|
+
"@tanstack/react-router": "^1.134.12",
|
|
13
|
+
"@tanstack/react-router-devtools": "^1.134.12",
|
|
14
|
+
"@tanstack/react-start": "^1.134.12",
|
|
15
15
|
"fumadocs-core": "workspace:*",
|
|
16
16
|
"fumadocs-mdx": "workspace:*",
|
|
17
17
|
"fumadocs-ui": "workspace:*",
|
|
18
|
-
"lucide-static": "^0.
|
|
18
|
+
"lucide-static": "^0.552.0",
|
|
19
19
|
"react": "^19.2.0",
|
|
20
20
|
"react-dom": "^19.2.0",
|
|
21
21
|
"tailwind-merge": "^3.3.1",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@tailwindcss/vite": "^4.1.16",
|
|
26
26
|
"@types/mdx": "^2.0.13",
|
|
27
|
-
"@types/node": "^24.
|
|
27
|
+
"@types/node": "^24.10.0",
|
|
28
28
|
"@types/react": "^19.2.2",
|
|
29
29
|
"@types/react-dom": "^19.2.2",
|
|
30
30
|
"@vitejs/plugin-react": "^5.1.0",
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@orama/orama": "^3.1.16",
|
|
13
|
-
"@tanstack/react-router": "^1.
|
|
14
|
-
"@tanstack/react-router-devtools": "^1.
|
|
15
|
-
"@tanstack/react-start": "^1.
|
|
16
|
-
"@tanstack/start-static-server-functions": "^1.
|
|
13
|
+
"@tanstack/react-router": "^1.134.12",
|
|
14
|
+
"@tanstack/react-router-devtools": "^1.134.12",
|
|
15
|
+
"@tanstack/react-start": "^1.134.12",
|
|
16
|
+
"@tanstack/start-static-server-functions": "^1.134.12",
|
|
17
17
|
"fumadocs-core": "workspace:*",
|
|
18
18
|
"fumadocs-mdx": "workspace:*",
|
|
19
19
|
"fumadocs-ui": "workspace:*",
|
|
20
|
-
"lucide-static": "^0.
|
|
20
|
+
"lucide-static": "^0.552.0",
|
|
21
21
|
"react": "^19.2.0",
|
|
22
22
|
"react-dom": "^19.2.0",
|
|
23
23
|
"tailwind-merge": "^3.3.1",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@tailwindcss/vite": "^4.1.16",
|
|
28
28
|
"@types/mdx": "^2.0.13",
|
|
29
|
-
"@types/node": "^24.
|
|
29
|
+
"@types/node": "^24.10.0",
|
|
30
30
|
"@types/react": "^19.2.2",
|
|
31
31
|
"@types/react-dom": "^19.2.2",
|
|
32
32
|
"@vitejs/plugin-react": "^5.1.0",
|