create-fumadocs-app 15.2.8 → 15.2.10

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.
@@ -60,7 +60,7 @@ function tryGitInit(root) {
60
60
  }
61
61
 
62
62
  // src/versions.js
63
- var versions = { "fumadocs-core": "15.2.8", "fumadocs-ui": "15.2.8", "fumadocs-mdx": "11.6.0", "@fumadocs/mdx-remote": "1.3.0", "@fumadocs/content-collections": "1.1.8" };
63
+ var versions = { "fumadocs-core": "15.2.10", "fumadocs-ui": "15.2.10", "fumadocs-mdx": "11.6.1", "@fumadocs/mdx-remote": "1.3.0", "@fumadocs/content-collections": "1.1.8" };
64
64
 
65
65
  // ../create-app-versions/package.json
66
66
  var package_default = {
@@ -79,12 +79,12 @@ var package_default = {
79
79
  "@tailwindcss/postcss": "^4.1.4",
80
80
  "@tailwindcss/vite": "^4.1.4",
81
81
  "@tanstack/react-router": "^1.116.0",
82
- "@tanstack/react-start": "^1.116.1",
82
+ "@tanstack/react-start": "^1.116.2",
83
83
  "@types/mdx": "^2.0.13",
84
84
  "@types/node": "22.14.1",
85
85
  "@types/react": "^19.1.2",
86
86
  "@types/react-dom": "^19.1.2",
87
- "@vitejs/plugin-react": "^4.4.0",
87
+ "@vitejs/plugin-react": "^4.4.1",
88
88
  "fast-glob": "^3.3.3",
89
89
  "gray-matter": "^4.0.3",
90
90
  isbot: "^5.1.26",
@@ -94,11 +94,11 @@ var package_default = {
94
94
  "react-dom": "^19.1.0",
95
95
  "react-router": "^7.5.1",
96
96
  "react-router-devtools": "^1.1.10",
97
- shiki: "^3.2.2",
97
+ shiki: "^3.3.0",
98
98
  tailwindcss: "^4.1.4",
99
99
  typescript: "^5.8.3",
100
100
  vinxi: "^0.5.4",
101
- vite: "^6.3.1",
101
+ vite: "^6.3.2",
102
102
  "vite-tsconfig-paths": "^5.1.4"
103
103
  }
104
104
  };
@@ -181,13 +181,6 @@ async function create(options) {
181
181
  dest,
182
182
  defaultRename
183
183
  );
184
- if (options.useSrcDir) {
185
- const cssPath = path.join(dest, "src/app/global.css");
186
- await fs.writeFile(
187
- cssPath,
188
- (await fs.readFile(cssPath)).toString().replace("../", "../../")
189
- );
190
- }
191
184
  log("Configured Tailwind CSS");
192
185
  }
193
186
  if (isNext && options.eslint) {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  create
3
- } from "./chunk-N422HLNL.js";
3
+ } from "./chunk-KMSII6AB.js";
4
4
  export {
5
5
  create
6
6
  };
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  create,
4
4
  cwd,
5
5
  getPackageManager
6
- } from "./chunk-N422HLNL.js";
6
+ } from "./chunk-KMSII6AB.js";
7
7
 
8
8
  // src/index.ts
9
9
  import fs from "node:fs/promises";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-fumadocs-app",
3
- "version": "15.2.8",
3
+ "version": "15.2.10",
4
4
  "description": "Create a new documentation site with Fumadocs",
5
5
  "keywords": [
6
6
  "NextJs",