create-fumadocs-app 10.0.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.
@@ -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: "10.0.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",
@@ -120,40 +120,39 @@ var package_default = {
120
120
  "types:check": "tsc --noEmit"
121
121
  },
122
122
  dependencies: {
123
- "@formatjs/intl-localematcher": "^0.5.0",
124
- "@shikijs/rehype": "1.1.7",
125
- "@shikijs/transformers": "1.1.7",
126
- 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",
127
127
  "github-slugger": "^2.0.0",
128
128
  "hast-util-to-estree": "^3.1.0",
129
129
  negotiator: "^0.6.3",
130
- "react-remove-scroll": "^2.5.6",
130
+ "react-remove-scroll": "^2.5.7",
131
131
  remark: "^15.0.0",
132
132
  "remark-gfm": "^4.0.0",
133
- "remark-mdx": "^3.0.0",
133
+ "remark-mdx": "^3.0.1",
134
134
  "scroll-into-view-if-needed": "^3.1.0",
135
- shiki: "1.1.7",
136
- swr: "^2.2.2",
135
+ shiki: "^1.1.7",
136
+ swr: "^2.2.5",
137
137
  "unist-util-visit": "^5.0.0"
138
138
  },
139
139
  devDependencies: {
140
- "@algolia/client-search": "^4.20.0",
141
- "@next/eslint-plugin-next": "^14.0.0",
140
+ "@algolia/client-search": "^4.22.1",
142
141
  "@types/flexsearch": "0.7.6",
143
142
  "@types/hast": "^3.0.4",
144
143
  "@types/mdast": "^4.0.3",
145
- "@types/negotiator": "^0.6.1",
144
+ "@types/negotiator": "^0.6.3",
146
145
  "@types/node": "18.17.5",
147
- "@types/react": "18.2.0",
148
- "@types/react-dom": "18.2.1",
149
- algoliasearch: "^4.20.0",
146
+ "@types/react": "^18.2.0",
147
+ "@types/react-dom": "^18.2.1",
148
+ algoliasearch: "^4.22.1",
150
149
  "eslint-config-custom": "workspace:*",
151
- next: "14.1.1",
150
+ next: "^14.1.2",
152
151
  tsconfig: "workspace:*",
153
152
  unified: "^11.0.4"
154
153
  },
155
154
  peerDependencies: {
156
- next: ">= 13.4",
155
+ next: ">= 14.1.0",
157
156
  react: ">= 18",
158
157
  "react-dom": ">= 18"
159
158
  },
@@ -165,7 +164,7 @@ var package_default = {
165
164
  // ../ui/package.json
166
165
  var package_default2 = {
167
166
  name: "fumadocs-ui",
168
- version: "10.0.0",
167
+ version: "10.0.1",
169
168
  description: "The framework for building a documentation website in Next.js",
170
169
  keywords: [
171
170
  "NextJs",
@@ -258,38 +257,38 @@ var package_default2 = {
258
257
  dependencies: {
259
258
  "@radix-ui/react-accordion": "^1.1.2",
260
259
  "@radix-ui/react-collapsible": "^1.0.3",
261
- "@radix-ui/react-dialog": "^1.0.4",
260
+ "@radix-ui/react-dialog": "^1.0.5",
262
261
  "@radix-ui/react-hover-card": "^1.0.7",
263
- "@radix-ui/react-popover": "^1.0.6",
264
- "@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",
265
264
  "@radix-ui/react-select": "^2.0.0",
266
265
  "@radix-ui/react-tabs": "^1.0.4",
267
266
  "@tailwindcss/typography": "^0.5.10",
268
267
  "class-variance-authority": "^0.7.0",
269
- clsx: "^2.0.0",
270
- cmdk: "^0.2.0",
268
+ clsx: "^2.1.0",
269
+ cmdk: "^0.2.1",
271
270
  "fumadocs-core": "workspace:*",
272
271
  "lucide-react": "^0.298.0",
273
272
  "next-themes": "^0.2.1",
274
- "react-medium-image-zoom": "^5.1.8",
275
- "tailwind-merge": "^2.0.0",
273
+ "react-medium-image-zoom": "^5.1.10",
274
+ "tailwind-merge": "^2.2.1",
276
275
  tailwindcss: "^3.4.1"
277
276
  },
278
277
  devDependencies: {
279
- "@algolia/client-search": "^4.20.0",
280
- "@next/eslint-plugin-next": "^14.0.0",
281
- "@types/react": "18.2.0",
282
- "@types/react-dom": "18.2.1",
283
- 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",
284
283
  "eslint-config-custom": "workspace:*",
285
- next: "14.1.1",
286
- postcss: "8.4.35",
284
+ next: "^14.1.2",
285
+ postcss: "^8.4.35",
287
286
  "postcss-cli": "^11.0.0",
288
287
  "postcss-lightningcss": "^1.0.0",
289
288
  tsconfig: "workspace:*"
290
289
  },
291
290
  peerDependencies: {
292
- next: ">= 13",
291
+ next: ">= 14.1.0",
293
292
  react: ">= 18",
294
293
  "react-dom": ">= 18"
295
294
  },
@@ -301,7 +300,7 @@ var package_default2 = {
301
300
  // ../mdx/package.json
302
301
  var package_default3 = {
303
302
  name: "fumadocs-mdx",
304
- version: "8.1.1",
303
+ version: "8.2.0",
305
304
  description: "The built-in source for Fumadocs",
306
305
  keywords: [
307
306
  "NextJs",
@@ -345,7 +344,7 @@ var package_default3 = {
345
344
  "types:check": "tsc --noEmit"
346
345
  },
347
346
  dependencies: {
348
- "@mdx-js/mdx": "^3.0.0",
347
+ "@mdx-js/mdx": "^3.0.1",
349
348
  "cross-spawn": "^7.0.3",
350
349
  "estree-util-value-to-estree": "^3.0.1",
351
350
  "fast-glob": "^3.3.1",
@@ -354,18 +353,18 @@ var package_default3 = {
354
353
  zod: "^3.22.4"
355
354
  },
356
355
  devDependencies: {
357
- "@types/cross-spawn": "^6.0.4",
356
+ "@types/cross-spawn": "^6.0.6",
358
357
  "@types/mdast": "^4.0.3",
359
- "@types/mdx": "^2.0.8",
360
- "@types/react": "18.2.0",
358
+ "@types/mdx": "^2.0.11",
359
+ "@types/react": "^18.2.0",
361
360
  "eslint-config-custom": "workspace:*",
362
- next: "14.1.1",
361
+ next: "^14.1.2",
363
362
  tsconfig: "workspace:*",
364
363
  unified: "^11.0.4",
365
- webpack: "^5.89.0"
364
+ webpack: "^5.90.3"
366
365
  },
367
366
  peerDependencies: {
368
- next: ">= 13.4"
367
+ next: ">= 14.1.0"
369
368
  },
370
369
  publishConfig: {
371
370
  access: "public"
@@ -375,7 +374,7 @@ var package_default3 = {
375
374
  // ../contentlayer/package.json
376
375
  var package_default4 = {
377
376
  name: "fumadocs-contentlayer",
378
- version: "1.1.1",
377
+ version: "1.1.2",
379
378
  description: "The Contentlayer adapter for Fumadocs",
380
379
  keywords: [
381
380
  "NextJs",
@@ -436,7 +435,7 @@ var package_default4 = {
436
435
  // src/auto-install.ts
437
436
  import { spawn } from "cross-spawn";
438
437
  function getPackageManager() {
439
- const userAgent = process.env.npm_config_user_agent || "";
438
+ const userAgent = process.env.npm_config_user_agent ?? "";
440
439
  if (userAgent.startsWith("yarn")) {
441
440
  return "yarn";
442
441
  }
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  create
3
- } from "./chunk-RMRZM34T.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-RMRZM34T.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": "10.0.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",