create-fumadocs-app 10.0.2 → 10.0.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.
@@ -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.2",
8
+ version: "10.0.3",
9
9
  description: "The library for building a documentation website in Next.js",
10
10
  keywords: [
11
11
  "NextJs",
@@ -123,7 +123,7 @@ var package_default = {
123
123
  "@formatjs/intl-localematcher": "^0.5.4",
124
124
  "@shikijs/rehype": "^1.1.7",
125
125
  "@shikijs/transformers": "^1.1.7",
126
- flexsearch: "^0.7.43",
126
+ flexsearch: "0.7.21",
127
127
  "github-slugger": "^2.0.0",
128
128
  "hast-util-to-estree": "^3.1.0",
129
129
  negotiator: "^0.6.3",
@@ -164,7 +164,7 @@ var package_default = {
164
164
  // ../ui/package.json
165
165
  var package_default2 = {
166
166
  name: "fumadocs-ui",
167
- version: "10.0.2",
167
+ version: "10.0.3",
168
168
  description: "The framework for building a documentation website in Next.js",
169
169
  keywords: [
170
170
  "NextJs",
@@ -266,7 +266,7 @@ var package_default2 = {
266
266
  "@tailwindcss/typography": "^0.5.10",
267
267
  "class-variance-authority": "^0.7.0",
268
268
  clsx: "^2.1.0",
269
- cmdk: "^0.2.1",
269
+ cmdk: "^1.0.0",
270
270
  "fumadocs-core": "workspace:*",
271
271
  "lucide-react": "^0.298.0",
272
272
  "next-themes": "^0.2.1",
@@ -300,7 +300,7 @@ var package_default2 = {
300
300
  // ../mdx/package.json
301
301
  var package_default3 = {
302
302
  name: "fumadocs-mdx",
303
- version: "8.2.1",
303
+ version: "8.2.2",
304
304
  description: "The built-in source for Fumadocs",
305
305
  keywords: [
306
306
  "NextJs",
@@ -374,7 +374,7 @@ var package_default3 = {
374
374
  // ../contentlayer/package.json
375
375
  var package_default4 = {
376
376
  name: "fumadocs-contentlayer",
377
- version: "1.1.3",
377
+ version: "1.1.4",
378
378
  description: "The Contentlayer adapter for Fumadocs",
379
379
  keywords: [
380
380
  "NextJs",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  create
3
- } from "./chunk-JCKPUWTI.js";
3
+ } from "./chunk-R4QRFRZK.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-JCKPUWTI.js";
6
+ } from "./chunk-R4QRFRZK.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.2",
3
+ "version": "10.0.3",
4
4
  "description": "Create a new documentation site with Fumadocs",
5
5
  "keywords": [
6
6
  "NextJs",