create-fumadocs-app 15.3.2 → 15.3.3

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.
@@ -1,11 +1,11 @@
1
1
  // src/create-app.ts
2
- import path from "node:path";
3
- import fs from "node:fs/promises";
2
+ import path from "path";
3
+ import fs from "fs/promises";
4
4
 
5
5
  // src/git.ts
6
- import { execSync } from "node:child_process";
7
- import { rmSync } from "node:fs";
8
- import { join } from "node:path";
6
+ import { execSync } from "child_process";
7
+ import { rmSync } from "fs";
8
+ import { join } from "path";
9
9
  function isInGitRepository(cwd2) {
10
10
  try {
11
11
  execSync("git rev-parse --is-inside-work-tree", { stdio: "ignore", cwd: cwd2 });
@@ -60,7 +60,7 @@ function tryGitInit(root) {
60
60
  }
61
61
 
62
62
  // src/versions.js
63
- var versions = { "fumadocs-core": "15.3.2", "fumadocs-ui": "15.3.2", "fumadocs-mdx": "11.6.3", "@fumadocs/mdx-remote": "1.3.0", "@fumadocs/content-collections": "1.1.8" };
63
+ var versions = { "fumadocs-core": "15.3.3", "fumadocs-ui": "15.3.3", "fumadocs-mdx": "11.6.4", "@fumadocs/mdx-remote": "1.3.1", "@fumadocs/content-collections": "1.1.8" };
64
64
 
65
65
  // ../create-app-versions/package.json
66
66
  var package_default = {
@@ -73,29 +73,29 @@ var package_default = {
73
73
  "@content-collections/core": "^0.8.2",
74
74
  "@content-collections/mdx": "^0.2.2",
75
75
  "@content-collections/next": "^0.2.6",
76
- "@react-router/dev": "^7.5.3",
77
- "@react-router/node": "^7.5.3",
78
- "@react-router/serve": "^7.5.3",
79
- "@tailwindcss/postcss": "^4.1.5",
80
- "@tailwindcss/vite": "^4.1.5",
81
- "@tanstack/react-router": "^1.119.0",
82
- "@tanstack/react-start": "^1.119.2",
76
+ "@react-router/dev": "^7.6.0",
77
+ "@react-router/node": "^7.6.0",
78
+ "@react-router/serve": "^7.6.0",
79
+ "@tailwindcss/postcss": "^4.1.7",
80
+ "@tailwindcss/vite": "^4.1.7",
81
+ "@tanstack/react-router": "^1.120.3",
82
+ "@tanstack/react-start": "^1.120.3",
83
83
  "@types/mdx": "^2.0.13",
84
- "@types/node": "22.15.12",
85
- "@types/react": "^19.1.3",
86
- "@types/react-dom": "^19.1.3",
84
+ "@types/node": "22.15.18",
85
+ "@types/react": "^19.1.4",
86
+ "@types/react-dom": "^19.1.5",
87
87
  "@vitejs/plugin-react": "^4.4.1",
88
88
  "fast-glob": "^3.3.3",
89
89
  "gray-matter": "^4.0.3",
90
- isbot: "^5.1.27",
91
- next: "15.3.1",
90
+ isbot: "^5.1.28",
91
+ next: "15.3.2",
92
92
  postcss: "^8.5.3",
93
93
  react: "^19.1.0",
94
94
  "react-dom": "^19.1.0",
95
- "react-router": "^7.5.3",
96
- "react-router-devtools": "^5.0.1",
97
- shiki: "^3.4.0",
98
- tailwindcss: "^4.1.5",
95
+ "react-router": "^7.6.0",
96
+ "react-router-devtools": "^5.0.5",
97
+ shiki: "^3.4.2",
98
+ tailwindcss: "^4.1.7",
99
99
  typescript: "^5.8.3",
100
100
  vinxi: "^0.5.6",
101
101
  vite: "^6.3.5",
@@ -140,7 +140,7 @@ function autoInstall(manager, dest) {
140
140
  }
141
141
 
142
142
  // src/constants.ts
143
- import { fileURLToPath } from "node:url";
143
+ import { fileURLToPath } from "url";
144
144
  var sourceDir = fileURLToPath(new URL(`../`, import.meta.url).href);
145
145
  var cwd = process.cwd();
146
146
 
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  create
3
- } from "./chunk-L3CFR2QM.js";
3
+ } from "./chunk-WTTJHYSR.js";
4
4
  export {
5
5
  create
6
6
  };
package/dist/index.js CHANGED
@@ -3,11 +3,11 @@ import {
3
3
  create,
4
4
  cwd,
5
5
  getPackageManager
6
- } from "./chunk-L3CFR2QM.js";
6
+ } from "./chunk-WTTJHYSR.js";
7
7
 
8
8
  // src/index.ts
9
- import fs from "node:fs/promises";
10
- import path from "node:path";
9
+ import fs from "fs/promises";
10
+ import path from "path";
11
11
  import {
12
12
  cancel,
13
13
  confirm,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-fumadocs-app",
3
- "version": "15.3.2",
3
+ "version": "15.3.3",
4
4
  "description": "Create a new documentation site with Fumadocs",
5
5
  "keywords": [
6
6
  "NextJs",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/cross-spawn": "^6.0.6",
30
- "@types/node": "22.15.12",
30
+ "@types/node": "22.15.18",
31
31
  "fast-glob": "^3.3.3",
32
32
  "eslint-config-custom": "0.0.0",
33
33
  "tsconfig": "0.0.0"