create-fumadocs-app 16.0.4 → 16.0.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.
- package/README.md +1 -1
- package/dist/bin.js +2 -2
- package/dist/{chunk-UXPTMGXV.js → chunk-F7NHHEKG.js} +1 -1
- package/dist/{chunk-ZWEHS3HT.js → chunk-XPRRZX4H.js} +8 -40
- package/dist/index.js +2 -2
- package/dist/plugins/biome.js +1 -1
- package/dist/plugins/eslint.js +4 -4
- package/dist/plugins/orama-cloud.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
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-F7NHHEKG.js";
|
|
7
7
|
import {
|
|
8
8
|
isCI,
|
|
9
9
|
templates
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-XPRRZX4H.js";
|
|
11
11
|
|
|
12
12
|
// src/bin.ts
|
|
13
13
|
import fs from "fs/promises";
|
|
@@ -91,49 +91,20 @@ function pick(obj, keys) {
|
|
|
91
91
|
// src/constants.ts
|
|
92
92
|
import { fileURLToPath } from "url";
|
|
93
93
|
|
|
94
|
-
// src/versions.js
|
|
95
|
-
var versions = { "fumadocs-core": "16.0.3", "fumadocs-ui": "16.0.3", "fumadocs-mdx": "13.0.1", "@fumadocs/mdx-remote": "1.4.3", "@fumadocs/content-collections": "1.2.4" };
|
|
96
|
-
|
|
97
94
|
// ../create-app-versions/package.json
|
|
98
95
|
var package_default = {
|
|
99
|
-
name: "
|
|
100
|
-
version: "
|
|
96
|
+
name: "create-fumadocs-versions",
|
|
97
|
+
version: "16.0.5",
|
|
101
98
|
private: true,
|
|
102
99
|
description: "Used to track dependency versions in create-fumadocs-app",
|
|
103
100
|
dependencies: {
|
|
101
|
+
eslint: "^9.38.0",
|
|
104
102
|
"@biomejs/biome": "^2.2.6",
|
|
105
|
-
"@
|
|
106
|
-
"@content-collections/mdx": "^0.2.2",
|
|
107
|
-
"@content-collections/next": "^0.2.8",
|
|
103
|
+
"@eslint/eslintrc": "^3.3.1",
|
|
108
104
|
"@orama/core": "^1.2.13",
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"@tailwindcss/postcss": "^4.1.15",
|
|
113
|
-
"@tailwindcss/vite": "^4.1.15",
|
|
114
|
-
"@tanstack/react-router": "^1.133.21",
|
|
115
|
-
"@tanstack/react-start": "^1.133.21",
|
|
116
|
-
"@types/mdx": "^2.0.13",
|
|
117
|
-
"@types/node": "24.9.1",
|
|
118
|
-
"@types/react": "^19.2.2",
|
|
119
|
-
"@types/react-dom": "^19.2.2",
|
|
120
|
-
"@vitejs/plugin-react": "^5.0.4",
|
|
121
|
-
"gray-matter": "^4.0.3",
|
|
122
|
-
isbot: "^5.1.31",
|
|
123
|
-
"lucide-react": "^0.546.0",
|
|
124
|
-
next: "16.0.0",
|
|
125
|
-
postcss: "^8.5.6",
|
|
126
|
-
react: "^19.2.0",
|
|
127
|
-
"react-dom": "^19.2.0",
|
|
128
|
-
"react-router": "^7.9.4",
|
|
129
|
-
"react-router-devtools": "^5.1.3",
|
|
130
|
-
shiki: "^3.13.0",
|
|
131
|
-
tailwindcss: "^4.1.15",
|
|
132
|
-
tinyglobby: "^0.2.15",
|
|
133
|
-
typescript: "^5.9.3",
|
|
134
|
-
vinxi: "^0.5.8",
|
|
135
|
-
vite: "^7.1.11",
|
|
136
|
-
"vite-tsconfig-paths": "^5.1.4"
|
|
105
|
+
"fumadocs-core": "workspace:*",
|
|
106
|
+
"fumadocs-mdx": "workspace:*",
|
|
107
|
+
"fumadocs-ui": "workspace:*"
|
|
137
108
|
}
|
|
138
109
|
};
|
|
139
110
|
|
|
@@ -174,10 +145,7 @@ var templates = [
|
|
|
174
145
|
rootProviderPath: "routes/__root.tsx"
|
|
175
146
|
}
|
|
176
147
|
];
|
|
177
|
-
var depVersions =
|
|
178
|
-
...versions,
|
|
179
|
-
...package_default.dependencies
|
|
180
|
-
};
|
|
148
|
+
var depVersions = package_default.dependencies;
|
|
181
149
|
|
|
182
150
|
export {
|
|
183
151
|
writeFile,
|
package/dist/index.js
CHANGED
package/dist/plugins/biome.js
CHANGED
package/dist/plugins/eslint.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
depVersions,
|
|
3
|
+
pick,
|
|
3
4
|
writeFile
|
|
4
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-XPRRZX4H.js";
|
|
5
6
|
|
|
6
7
|
// src/plugins/eslint.ts
|
|
7
8
|
import path from "path";
|
|
@@ -43,9 +44,8 @@ function eslint() {
|
|
|
43
44
|
},
|
|
44
45
|
devDependencies: {
|
|
45
46
|
...packageJson.devDependencies,
|
|
46
|
-
eslint:
|
|
47
|
-
"eslint
|
|
48
|
-
"@eslint/eslintrc": "^3"
|
|
47
|
+
"eslint-config-next": packageJson.dependencies.next,
|
|
48
|
+
...pick(depVersions, ["eslint", "@eslint/eslintrc"])
|
|
49
49
|
}
|
|
50
50
|
};
|
|
51
51
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-fumadocs-app",
|
|
3
|
-
"version": "16.0.
|
|
3
|
+
"version": "16.0.5",
|
|
4
4
|
"description": "Create a new documentation site with Fumadocs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"access": "public"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
|
-
"build": "tsup",
|
|
55
|
+
"build": "pnpm run sync && tsup",
|
|
56
56
|
"clean": "rimraf dist",
|
|
57
57
|
"dev": "tsup --watch",
|
|
58
58
|
"lint": "eslint .",
|