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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Create Fumadocs App
2
2
 
3
- A CLI tool to create new Next.js documentation sites with Fumadocs.
3
+ A CLI tool to create new documentation sites with Fumadocs.
4
4
 
5
5
  ```bash
6
6
  npx create-fumadocs-app
package/dist/bin.js CHANGED
@@ -3,11 +3,11 @@ import {
3
3
  create,
4
4
  getPackageManager,
5
5
  managers
6
- } from "./chunk-UXPTMGXV.js";
6
+ } from "./chunk-F7NHHEKG.js";
7
7
  import {
8
8
  isCI,
9
9
  templates
10
- } from "./chunk-ZWEHS3HT.js";
10
+ } from "./chunk-XPRRZX4H.js";
11
11
 
12
12
  // src/bin.ts
13
13
  import fs from "fs/promises";
@@ -4,7 +4,7 @@ import {
4
4
  sourceDir,
5
5
  templates,
6
6
  tryGitInit
7
- } from "./chunk-ZWEHS3HT.js";
7
+ } from "./chunk-XPRRZX4H.js";
8
8
 
9
9
  // src/index.ts
10
10
  import path from "path";
@@ -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: "example-versions",
100
- version: "0.0.0",
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
- "@content-collections/core": "^0.11.1",
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
- "@react-router/dev": "^7.9.4",
110
- "@react-router/node": "^7.9.4",
111
- "@react-router/serve": "^7.9.4",
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
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  create
3
- } from "./chunk-UXPTMGXV.js";
4
- import "./chunk-ZWEHS3HT.js";
3
+ } from "./chunk-F7NHHEKG.js";
4
+ import "./chunk-XPRRZX4H.js";
5
5
  export {
6
6
  create
7
7
  };
@@ -8,7 +8,7 @@ import {
8
8
  depVersions,
9
9
  pick,
10
10
  writeFile
11
- } from "../chunk-ZWEHS3HT.js";
11
+ } from "../chunk-XPRRZX4H.js";
12
12
 
13
13
  // src/plugins/biome.ts
14
14
  import path from "path";
@@ -1,7 +1,8 @@
1
1
  import {
2
2
  depVersions,
3
+ pick,
3
4
  writeFile
4
- } from "../chunk-ZWEHS3HT.js";
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: "^9",
47
- "eslint-config-next": depVersions.next,
48
- "@eslint/eslintrc": "^3"
47
+ "eslint-config-next": packageJson.dependencies.next,
48
+ ...pick(depVersions, ["eslint", "@eslint/eslintrc"])
49
49
  }
50
50
  };
51
51
  },
@@ -4,7 +4,7 @@ import {
4
4
  pick,
5
5
  sourceDir,
6
6
  writeFile
7
- } from "../chunk-ZWEHS3HT.js";
7
+ } from "../chunk-XPRRZX4H.js";
8
8
 
9
9
  // src/plugins/orama-cloud.ts
10
10
  import path2 from "path";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-fumadocs-app",
3
- "version": "16.0.4",
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 .",