create-fumadocs-app 16.0.12 → 16.0.14

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 CHANGED
@@ -3,11 +3,11 @@ import {
3
3
  create,
4
4
  getPackageManager,
5
5
  managers
6
- } from "./chunk-E5VD7WV2.js";
6
+ } from "./chunk-KWHTQK4F.js";
7
7
  import {
8
8
  isCI,
9
9
  templates
10
- } from "./chunk-DXQBG2IG.js";
10
+ } from "./chunk-Q3YZFITQ.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-DXQBG2IG.js";
7
+ } from "./chunk-Q3YZFITQ.js";
8
8
 
9
9
  // src/index.ts
10
10
  import path from "path";
@@ -94,7 +94,7 @@ 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.12",
97
+ version: "16.0.14",
98
98
  private: true,
99
99
  description: "Used to track dependency versions in create-fumadocs-app",
100
100
  dependencies: {
@@ -109,13 +109,13 @@ var package_default = {
109
109
  };
110
110
 
111
111
  // ../core/package.json
112
- var version = "16.0.9";
112
+ var version = "16.0.11";
113
113
 
114
114
  // ../ui/package.json
115
- var version2 = "16.0.9";
115
+ var version2 = "16.0.11";
116
116
 
117
117
  // ../mdx/package.json
118
- var version3 = "13.0.6";
118
+ var version3 = "13.0.8";
119
119
 
120
120
  // src/constants.ts
121
121
  var sourceDir = fileURLToPath(new URL(`../`, import.meta.url).href);
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  create
3
- } from "./chunk-E5VD7WV2.js";
4
- import "./chunk-DXQBG2IG.js";
3
+ } from "./chunk-KWHTQK4F.js";
4
+ import "./chunk-Q3YZFITQ.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-DXQBG2IG.js";
11
+ } from "../chunk-Q3YZFITQ.js";
12
12
 
13
13
  // src/plugins/biome.ts
14
14
  import path from "path";
@@ -2,7 +2,7 @@ import {
2
2
  depVersions,
3
3
  pick,
4
4
  writeFile
5
- } from "../chunk-DXQBG2IG.js";
5
+ } from "../chunk-Q3YZFITQ.js";
6
6
 
7
7
  // src/plugins/eslint.ts
8
8
  import path from "path";
@@ -4,7 +4,7 @@ import {
4
4
  pick,
5
5
  sourceDir,
6
6
  writeFile
7
- } from "../chunk-DXQBG2IG.js";
7
+ } from "../chunk-Q3YZFITQ.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.12",
3
+ "version": "16.0.14",
4
4
  "description": "Create a new documentation site with Fumadocs",
5
5
  "keywords": [
6
6
  "react",
@@ -26,7 +26,7 @@
26
26
  "@types/node": "^24.10.0",
27
27
  "@types/react": "^19.2.2",
28
28
  "@types/react-dom": "^19.2.2",
29
- "react-router-devtools": "^5.1.3",
29
+ "react-router-devtools": "^6.0.0",
30
30
  "tailwindcss": "^4.1.16",
31
31
  "typescript": "^5.9.3",
32
32
  "vite": "^7.1.12",
@@ -26,7 +26,7 @@
26
26
  "@types/node": "^24.10.0",
27
27
  "@types/react": "^19.2.2",
28
28
  "@types/react-dom": "^19.2.2",
29
- "react-router-devtools": "^5.1.3",
29
+ "react-router-devtools": "^6.0.0",
30
30
  "serve": "^14.2.5",
31
31
  "tailwindcss": "^4.1.16",
32
32
  "typescript": "^5.9.3",