create-fumadocs-app 9.1.0 → 10.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.
package/README.md CHANGED
@@ -5,7 +5,7 @@ A CLI tool to create new Next.js documentation sites with Fumadocs.
5
5
  ```bash
6
6
  npx create-fumadocs-app
7
7
  #or
8
- pnpx create-fumadocs-app
8
+ pnpm create fumadocs-app
9
9
  #or
10
10
  yarn create fumadocs-app
11
11
  ```
@@ -5,7 +5,7 @@ import fs from "node:fs/promises";
5
5
  // ../core/package.json
6
6
  var package_default = {
7
7
  name: "fumadocs-core",
8
- version: "9.1.0",
8
+ version: "10.0.1",
9
9
  description: "The library for building a documentation website in Next.js",
10
10
  keywords: [
11
11
  "NextJs",
@@ -49,10 +49,6 @@ var package_default = {
49
49
  import: "./dist/link.js",
50
50
  types: "./dist/link.d.ts"
51
51
  },
52
- "./typescript": {
53
- import: "./dist/typescript.js",
54
- types: "./dist/typescript.d.ts"
55
- },
56
52
  "./middleware": {
57
53
  import: "./dist/middleware.js",
58
54
  types: "./dist/middleware.d.ts"
@@ -81,9 +77,6 @@ var package_default = {
81
77
  toc: [
82
78
  "./dist/toc.d.ts"
83
79
  ],
84
- typescript: [
85
- "./dist/typescript.d.ts"
86
- ],
87
80
  "search/client": [
88
81
  "./dist/search/client.d.ts"
89
82
  ],
@@ -127,40 +120,39 @@ var package_default = {
127
120
  "types:check": "tsc --noEmit"
128
121
  },
129
122
  dependencies: {
130
- "@formatjs/intl-localematcher": "^0.5.0",
131
- "@shikijs/rehype": "1.1.7",
132
- "@shikijs/transformers": "1.1.7",
133
- flexsearch: "0.7.21",
123
+ "@formatjs/intl-localematcher": "^0.5.4",
124
+ "@shikijs/rehype": "^1.1.7",
125
+ "@shikijs/transformers": "^1.1.7",
126
+ flexsearch: "^0.7.43",
134
127
  "github-slugger": "^2.0.0",
135
128
  "hast-util-to-estree": "^3.1.0",
136
129
  negotiator: "^0.6.3",
137
- "react-remove-scroll": "^2.5.6",
130
+ "react-remove-scroll": "^2.5.7",
138
131
  remark: "^15.0.0",
139
132
  "remark-gfm": "^4.0.0",
140
- "remark-mdx": "^3.0.0",
133
+ "remark-mdx": "^3.0.1",
141
134
  "scroll-into-view-if-needed": "^3.1.0",
142
- shiki: "1.1.7",
143
- swr: "^2.2.2",
135
+ shiki: "^1.1.7",
136
+ swr: "^2.2.5",
144
137
  "unist-util-visit": "^5.0.0"
145
138
  },
146
139
  devDependencies: {
147
- "@algolia/client-search": "^4.20.0",
148
- "@next/eslint-plugin-next": "^14.0.0",
140
+ "@algolia/client-search": "^4.22.1",
149
141
  "@types/flexsearch": "0.7.6",
150
142
  "@types/hast": "^3.0.4",
151
143
  "@types/mdast": "^4.0.3",
152
- "@types/negotiator": "^0.6.1",
144
+ "@types/negotiator": "^0.6.3",
153
145
  "@types/node": "18.17.5",
154
- "@types/react": "18.2.0",
155
- "@types/react-dom": "18.2.1",
156
- algoliasearch: "^4.20.0",
146
+ "@types/react": "^18.2.0",
147
+ "@types/react-dom": "^18.2.1",
148
+ algoliasearch: "^4.22.1",
157
149
  "eslint-config-custom": "workspace:*",
158
- next: "14.1.0",
150
+ next: "^14.1.2",
159
151
  tsconfig: "workspace:*",
160
152
  unified: "^11.0.4"
161
153
  },
162
154
  peerDependencies: {
163
- next: ">= 13.4",
155
+ next: ">= 14.1.0",
164
156
  react: ">= 18",
165
157
  "react-dom": ">= 18"
166
158
  },
@@ -172,7 +164,7 @@ var package_default = {
172
164
  // ../ui/package.json
173
165
  var package_default2 = {
174
166
  name: "fumadocs-ui",
175
- version: "9.1.0",
167
+ version: "10.0.1",
176
168
  description: "The framework for building a documentation website in Next.js",
177
169
  keywords: [
178
170
  "NextJs",
@@ -265,38 +257,38 @@ var package_default2 = {
265
257
  dependencies: {
266
258
  "@radix-ui/react-accordion": "^1.1.2",
267
259
  "@radix-ui/react-collapsible": "^1.0.3",
268
- "@radix-ui/react-dialog": "^1.0.4",
260
+ "@radix-ui/react-dialog": "^1.0.5",
269
261
  "@radix-ui/react-hover-card": "^1.0.7",
270
- "@radix-ui/react-popover": "^1.0.6",
271
- "@radix-ui/react-scroll-area": "^1.0.4",
262
+ "@radix-ui/react-popover": "^1.0.7",
263
+ "@radix-ui/react-scroll-area": "^1.0.5",
272
264
  "@radix-ui/react-select": "^2.0.0",
273
265
  "@radix-ui/react-tabs": "^1.0.4",
274
266
  "@tailwindcss/typography": "^0.5.10",
275
267
  "class-variance-authority": "^0.7.0",
276
- clsx: "^2.0.0",
277
- cmdk: "^0.2.0",
268
+ clsx: "^2.1.0",
269
+ cmdk: "^0.2.1",
278
270
  "fumadocs-core": "workspace:*",
279
271
  "lucide-react": "^0.298.0",
280
272
  "next-themes": "^0.2.1",
281
- "react-medium-image-zoom": "^5.1.8",
282
- "tailwind-merge": "^2.0.0",
273
+ "react-medium-image-zoom": "^5.1.10",
274
+ "tailwind-merge": "^2.2.1",
283
275
  tailwindcss: "^3.4.1"
284
276
  },
285
277
  devDependencies: {
286
- "@algolia/client-search": "^4.20.0",
287
- "@next/eslint-plugin-next": "^14.0.0",
288
- "@types/react": "18.2.0",
289
- "@types/react-dom": "18.2.1",
290
- algoliasearch: "^4.20.0",
278
+ "@algolia/client-search": "^4.22.1",
279
+ "@next/eslint-plugin-next": "^14.1.2",
280
+ "@types/react": "^18.2.0",
281
+ "@types/react-dom": "^18.2.1",
282
+ algoliasearch: "^4.22.1",
291
283
  "eslint-config-custom": "workspace:*",
292
- next: "14.1.0",
293
- postcss: "8.4.35",
284
+ next: "^14.1.2",
285
+ postcss: "^8.4.35",
294
286
  "postcss-cli": "^11.0.0",
295
287
  "postcss-lightningcss": "^1.0.0",
296
288
  tsconfig: "workspace:*"
297
289
  },
298
290
  peerDependencies: {
299
- next: ">= 13",
291
+ next: ">= 14.1.0",
300
292
  react: ">= 18",
301
293
  "react-dom": ">= 18"
302
294
  },
@@ -308,7 +300,7 @@ var package_default2 = {
308
300
  // ../mdx/package.json
309
301
  var package_default3 = {
310
302
  name: "fumadocs-mdx",
311
- version: "8.1.0",
303
+ version: "8.2.0",
312
304
  description: "The built-in source for Fumadocs",
313
305
  keywords: [
314
306
  "NextJs",
@@ -352,7 +344,7 @@ var package_default3 = {
352
344
  "types:check": "tsc --noEmit"
353
345
  },
354
346
  dependencies: {
355
- "@mdx-js/mdx": "^3.0.0",
347
+ "@mdx-js/mdx": "^3.0.1",
356
348
  "cross-spawn": "^7.0.3",
357
349
  "estree-util-value-to-estree": "^3.0.1",
358
350
  "fast-glob": "^3.3.1",
@@ -361,18 +353,18 @@ var package_default3 = {
361
353
  zod: "^3.22.4"
362
354
  },
363
355
  devDependencies: {
364
- "@types/cross-spawn": "^6.0.4",
356
+ "@types/cross-spawn": "^6.0.6",
365
357
  "@types/mdast": "^4.0.3",
366
- "@types/mdx": "^2.0.8",
367
- "@types/react": "18.2.0",
358
+ "@types/mdx": "^2.0.11",
359
+ "@types/react": "^18.2.0",
368
360
  "eslint-config-custom": "workspace:*",
369
- next: "14.1.0",
361
+ next: "^14.1.2",
370
362
  tsconfig: "workspace:*",
371
363
  unified: "^11.0.4",
372
- webpack: "^5.89.0"
364
+ webpack: "^5.90.3"
373
365
  },
374
366
  peerDependencies: {
375
- next: ">= 13.4"
367
+ next: ">= 14.1.0"
376
368
  },
377
369
  publishConfig: {
378
370
  access: "public"
@@ -382,7 +374,7 @@ var package_default3 = {
382
374
  // ../contentlayer/package.json
383
375
  var package_default4 = {
384
376
  name: "fumadocs-contentlayer",
385
- version: "1.1.0",
377
+ version: "1.1.2",
386
378
  description: "The Contentlayer adapter for Fumadocs",
387
379
  keywords: [
388
380
  "NextJs",
@@ -443,7 +435,7 @@ var package_default4 = {
443
435
  // src/auto-install.ts
444
436
  import { spawn } from "cross-spawn";
445
437
  function getPackageManager() {
446
- const userAgent = process.env.npm_config_user_agent || "";
438
+ const userAgent = process.env.npm_config_user_agent ?? "";
447
439
  if (userAgent.startsWith("yarn")) {
448
440
  return "yarn";
449
441
  }
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  create
3
- } from "./chunk-R2ZSVHDS.js";
3
+ } from "./chunk-VTR6TKK7.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-R2ZSVHDS.js";
6
+ } from "./chunk-VTR6TKK7.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": "9.1.0",
3
+ "version": "10.0.1",
4
4
  "description": "Create a new documentation site with Fumadocs",
5
5
  "keywords": [
6
6
  "NextJs",
@@ -24,7 +24,7 @@
24
24
  "picocolors": "^1.0.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@types/cross-spawn": "^6.0.4",
27
+ "@types/cross-spawn": "^6.0.6",
28
28
  "@types/node": "18.17.5",
29
29
  "fast-glob": "^3.3.1",
30
30
  "eslint-config-custom": "0.0.0",