create-fumadocs-app 12.5.6 → 13.0.1

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.
@@ -3,7 +3,7 @@ import path from "node:path";
3
3
  import fs from "node:fs/promises";
4
4
 
5
5
  // versions.json
6
- var versions_default = { "fumadocs-core": "12.5.6", "fumadocs-ui": "12.5.6", "fumadocs-mdx": "8.2.34", "@fumadocs/content-collections": "1.1.0" };
6
+ var versions_default = { "fumadocs-core": "13.0.1", "fumadocs-ui": "13.0.1", "fumadocs-mdx": "9.0.0", "@fumadocs/content-collections": "1.1.0" };
7
7
 
8
8
  // ../create-app-versions/package.json
9
9
  var package_default = {
@@ -13,7 +13,7 @@ var package_default = {
13
13
  description: "Used to track dependency versions in create-fumadocs-app",
14
14
  license: "MIT",
15
15
  dependencies: {
16
- "@content-collections/core": "^0.6.2",
16
+ "@content-collections/core": "^0.6.3",
17
17
  "@content-collections/mdx": "^0.1.3",
18
18
  "@content-collections/next": "^0.2.0",
19
19
  "@types/mdx": "^2.0.13",
@@ -25,7 +25,7 @@ var package_default = {
25
25
  react: "^18.3.1",
26
26
  "react-dom": "^18.3.1",
27
27
  tailwindcss: "^3.4.6",
28
- typescript: "^5.5.3"
28
+ typescript: "^5.5.4"
29
29
  }
30
30
  };
31
31
 
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  create
3
- } from "./chunk-ZOM5ISZD.js";
3
+ } from "./chunk-IVVPURAX.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-ZOM5ISZD.js";
6
+ } from "./chunk-IVVPURAX.js";
7
7
 
8
8
  // src/index.ts
9
9
  import { existsSync } from "node:fs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-fumadocs-app",
3
- "version": "12.5.6",
3
+ "version": "13.0.1",
4
4
  "description": "Create a new documentation site with Fumadocs",
5
5
  "keywords": [
6
6
  "NextJs",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/cross-spawn": "^6.0.6",
28
- "@types/node": "20.14.11",
28
+ "@types/node": "20.14.12",
29
29
  "fast-glob": "^3.3.1",
30
30
  "eslint-config-custom": "0.0.0",
31
31
  "tsconfig": "0.0.0"
@@ -4,9 +4,12 @@ export default function HomePage() {
4
4
  return (
5
5
  <main className="flex h-screen flex-col justify-center text-center">
6
6
  <h1 className="mb-4 text-2xl font-bold">Hello World</h1>
7
- <p className="text-muted-foreground">
7
+ <p className="text-fd-muted-foreground">
8
8
  You can open{' '}
9
- <Link href="/docs" className="text-foreground font-semibold underline">
9
+ <Link
10
+ href="/docs"
11
+ className="text-fd-foreground font-semibold underline"
12
+ >
10
13
  /docs
11
14
  </Link>{' '}
12
15
  and see the documentation.