create-fumadocs-app 16.0.26 → 16.0.28
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-RHM7226M.js → chunk-CJRF2ORV.js} +1 -1
- package/dist/{chunk-J7G2B5Y5.js → chunk-ZU7534WP.js} +4 -4
- 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 +1 -1
- package/template/+next+fuma-docs-mdx/package.json +5 -5
- package/template/react-router/package.json +4 -4
- package/template/react-router-spa/package.json +4 -4
- package/template/tanstack-start/package.json +5 -5
- package/template/tanstack-start-spa/package.json +5 -5
- package/template/waku/package.json +6 -6
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-CJRF2ORV.js";
|
|
7
7
|
import {
|
|
8
8
|
isCI,
|
|
9
9
|
templates
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-ZU7534WP.js";
|
|
11
11
|
|
|
12
12
|
// src/bin.ts
|
|
13
13
|
import fs from "fs/promises";
|
|
@@ -94,11 +94,11 @@ 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.28",
|
|
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.10",
|
|
102
102
|
"@orama/core": "^1.2.14",
|
|
103
103
|
eslint: "^9.39.2",
|
|
104
104
|
"fumadocs-core": "workspace:*",
|
|
@@ -108,10 +108,10 @@ var package_default = {
|
|
|
108
108
|
};
|
|
109
109
|
|
|
110
110
|
// ../core/package.json
|
|
111
|
-
var version = "16.
|
|
111
|
+
var version = "16.3.1";
|
|
112
112
|
|
|
113
113
|
// ../ui/package.json
|
|
114
|
-
var version2 = "16.
|
|
114
|
+
var version2 = "16.3.1";
|
|
115
115
|
|
|
116
116
|
// ../mdx/package.json
|
|
117
117
|
var version3 = "14.1.1";
|
package/dist/index.js
CHANGED
package/dist/plugins/biome.js
CHANGED
package/dist/plugins/eslint.js
CHANGED
package/package.json
CHANGED
|
@@ -12,19 +12,19 @@
|
|
|
12
12
|
"fumadocs-core": "workspace:*",
|
|
13
13
|
"fumadocs-mdx": "workspace:*",
|
|
14
14
|
"fumadocs-ui": "workspace:*",
|
|
15
|
-
"lucide-react": "^0.
|
|
15
|
+
"lucide-react": "^0.561.0",
|
|
16
16
|
"next": "16.0.10",
|
|
17
|
-
"react": "^19.2.
|
|
18
|
-
"react-dom": "^19.2.
|
|
17
|
+
"react": "^19.2.3",
|
|
18
|
+
"react-dom": "^19.2.3"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@tailwindcss/postcss": "^4.1.
|
|
21
|
+
"@tailwindcss/postcss": "^4.1.18",
|
|
22
22
|
"@types/mdx": "^2.0.13",
|
|
23
23
|
"@types/node": "^24.10.2",
|
|
24
24
|
"@types/react": "^19.2.7",
|
|
25
25
|
"@types/react-dom": "^19.2.3",
|
|
26
26
|
"postcss": "^8.5.6",
|
|
27
|
-
"tailwindcss": "^4.1.
|
|
27
|
+
"tailwindcss": "^4.1.18",
|
|
28
28
|
"typescript": "^5.9.3"
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -15,19 +15,19 @@
|
|
|
15
15
|
"fumadocs-mdx": "workspace:*",
|
|
16
16
|
"fumadocs-ui": "workspace:*",
|
|
17
17
|
"isbot": "^5.1.32",
|
|
18
|
-
"react": "^19.2.
|
|
19
|
-
"react-dom": "^19.2.
|
|
18
|
+
"react": "^19.2.3",
|
|
19
|
+
"react-dom": "^19.2.3",
|
|
20
20
|
"react-router": "^7.10.1"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@react-router/dev": "^7.10.1",
|
|
24
|
-
"@tailwindcss/vite": "^4.1.
|
|
24
|
+
"@tailwindcss/vite": "^4.1.18",
|
|
25
25
|
"@types/mdx": "^2.0.13",
|
|
26
26
|
"@types/node": "^24.10.2",
|
|
27
27
|
"@types/react": "^19.2.7",
|
|
28
28
|
"@types/react-dom": "^19.2.3",
|
|
29
29
|
"react-router-devtools": "^6.0.0",
|
|
30
|
-
"tailwindcss": "^4.1.
|
|
30
|
+
"tailwindcss": "^4.1.18",
|
|
31
31
|
"typescript": "^5.9.3",
|
|
32
32
|
"vite": "^7.2.7",
|
|
33
33
|
"vite-tsconfig-paths": "^6.0.0"
|
|
@@ -15,20 +15,20 @@
|
|
|
15
15
|
"fumadocs-mdx": "workspace:*",
|
|
16
16
|
"fumadocs-ui": "workspace:*",
|
|
17
17
|
"isbot": "^5.1.32",
|
|
18
|
-
"react": "^19.2.
|
|
19
|
-
"react-dom": "^19.2.
|
|
18
|
+
"react": "^19.2.3",
|
|
19
|
+
"react-dom": "^19.2.3",
|
|
20
20
|
"react-router": "^7.10.1"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@react-router/dev": "^7.10.1",
|
|
24
|
-
"@tailwindcss/vite": "^4.1.
|
|
24
|
+
"@tailwindcss/vite": "^4.1.18",
|
|
25
25
|
"@types/mdx": "^2.0.13",
|
|
26
26
|
"@types/node": "^24.10.2",
|
|
27
27
|
"@types/react": "^19.2.7",
|
|
28
28
|
"@types/react-dom": "^19.2.3",
|
|
29
29
|
"react-router-devtools": "^6.0.0",
|
|
30
30
|
"serve": "^14.2.5",
|
|
31
|
-
"tailwindcss": "^4.1.
|
|
31
|
+
"tailwindcss": "^4.1.18",
|
|
32
32
|
"typescript": "^5.9.3",
|
|
33
33
|
"vite": "^7.2.7",
|
|
34
34
|
"vite-tsconfig-paths": "^6.0.0"
|
|
@@ -16,21 +16,21 @@
|
|
|
16
16
|
"fumadocs-core": "workspace:*",
|
|
17
17
|
"fumadocs-mdx": "workspace:*",
|
|
18
18
|
"fumadocs-ui": "workspace:*",
|
|
19
|
-
"lucide-react": "^0.
|
|
20
|
-
"react": "^19.2.
|
|
21
|
-
"react-dom": "^19.2.
|
|
19
|
+
"lucide-react": "^0.561.0",
|
|
20
|
+
"react": "^19.2.3",
|
|
21
|
+
"react-dom": "^19.2.3",
|
|
22
22
|
"tailwind-merge": "^3.4.0",
|
|
23
23
|
"vite": "^7.2.7"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@tailwindcss/vite": "^4.1.
|
|
26
|
+
"@tailwindcss/vite": "^4.1.18",
|
|
27
27
|
"@types/mdx": "^2.0.13",
|
|
28
28
|
"@types/node": "^24.10.2",
|
|
29
29
|
"@types/react": "^19.2.7",
|
|
30
30
|
"@types/react-dom": "^19.2.3",
|
|
31
31
|
"@vitejs/plugin-react": "^5.1.2",
|
|
32
32
|
"nitro": "3.0.1-alpha.1",
|
|
33
|
-
"tailwindcss": "^4.1.
|
|
33
|
+
"tailwindcss": "^4.1.18",
|
|
34
34
|
"typescript": "^5.9.3",
|
|
35
35
|
"vite-tsconfig-paths": "^6.0.0"
|
|
36
36
|
}
|
|
@@ -18,21 +18,21 @@
|
|
|
18
18
|
"fumadocs-core": "workspace:*",
|
|
19
19
|
"fumadocs-mdx": "workspace:*",
|
|
20
20
|
"fumadocs-ui": "workspace:*",
|
|
21
|
-
"lucide-static": "^0.
|
|
22
|
-
"react": "^19.2.
|
|
23
|
-
"react-dom": "^19.2.
|
|
21
|
+
"lucide-static": "^0.561.0",
|
|
22
|
+
"react": "^19.2.3",
|
|
23
|
+
"react-dom": "^19.2.3",
|
|
24
24
|
"tailwind-merge": "^3.4.0",
|
|
25
25
|
"vite": "^7.2.7"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@tailwindcss/vite": "^4.1.
|
|
28
|
+
"@tailwindcss/vite": "^4.1.18",
|
|
29
29
|
"@types/mdx": "^2.0.13",
|
|
30
30
|
"@types/node": "^24.10.2",
|
|
31
31
|
"@types/react": "^19.2.7",
|
|
32
32
|
"@types/react-dom": "^19.2.3",
|
|
33
33
|
"@vitejs/plugin-react": "^5.1.2",
|
|
34
34
|
"serve": "^14.2.5",
|
|
35
|
-
"tailwindcss": "^4.1.
|
|
35
|
+
"tailwindcss": "^4.1.18",
|
|
36
36
|
"typescript": "^5.9.3",
|
|
37
37
|
"vite-tsconfig-paths": "^6.0.0"
|
|
38
38
|
}
|
|
@@ -13,18 +13,18 @@
|
|
|
13
13
|
"fumadocs-core": "workspace:*",
|
|
14
14
|
"fumadocs-mdx": "workspace:*",
|
|
15
15
|
"fumadocs-ui": "workspace:*",
|
|
16
|
-
"react": "^19.2.
|
|
17
|
-
"react-dom": "^19.2.
|
|
18
|
-
"react-server-dom-webpack": "^19.2.
|
|
19
|
-
"waku": "^0.27.
|
|
16
|
+
"react": "^19.2.3",
|
|
17
|
+
"react-dom": "^19.2.3",
|
|
18
|
+
"react-server-dom-webpack": "^19.2.3",
|
|
19
|
+
"waku": "^0.27.4"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@tailwindcss/vite": "^4.1.
|
|
22
|
+
"@tailwindcss/vite": "^4.1.18",
|
|
23
23
|
"@types/mdx": "^2.0.13",
|
|
24
24
|
"@types/node": "^24.10.2",
|
|
25
25
|
"@types/react": "^19.2.7",
|
|
26
26
|
"@types/react-dom": "^19.2.3",
|
|
27
|
-
"tailwindcss": "^4.1.
|
|
27
|
+
"tailwindcss": "^4.1.18",
|
|
28
28
|
"typescript": "^5.9.3",
|
|
29
29
|
"vite": "^7.2.7",
|
|
30
30
|
"vite-tsconfig-paths": "^6.0.0"
|