create-fumadocs-app 8.2.0 → 8.3.0

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: "8.2.0",
8
+ version: "8.3.0",
9
9
  description: "The library for building a documentation website in Next.js",
10
10
  keywords: [
11
11
  "NextJs",
@@ -128,8 +128,8 @@ var package_default = {
128
128
  },
129
129
  dependencies: {
130
130
  "@formatjs/intl-localematcher": "^0.5.0",
131
- "@shikijs/rehype": "v1.1.1",
132
- "@shikijs/transformers": "v1.1.1",
131
+ "@shikijs/rehype": "1.1.3",
132
+ "@shikijs/transformers": "1.1.3",
133
133
  flexsearch: "0.7.21",
134
134
  "github-slugger": "^2.0.0",
135
135
  "hast-util-to-estree": "^3.1.0",
@@ -139,7 +139,7 @@ var package_default = {
139
139
  "remark-gfm": "^4.0.0",
140
140
  "remark-mdx": "^3.0.0",
141
141
  "scroll-into-view-if-needed": "^3.1.0",
142
- shiki: "v1.1.1",
142
+ shiki: "1.1.3",
143
143
  swr: "^2.2.2",
144
144
  "unist-util-visit": "^5.0.0"
145
145
  },
@@ -172,7 +172,7 @@ var package_default = {
172
172
  // ../ui/package.json
173
173
  var package_default2 = {
174
174
  name: "fumadocs-ui",
175
- version: "8.2.0",
175
+ version: "8.3.0",
176
176
  description: "The framework for building a documentation website in Next.js",
177
177
  keywords: [
178
178
  "NextJs",
@@ -308,7 +308,7 @@ var package_default2 = {
308
308
  // ../mdx/package.json
309
309
  var package_default3 = {
310
310
  name: "fumadocs-mdx",
311
- version: "8.0.3",
311
+ version: "8.0.4",
312
312
  description: "The built-in source for Fumadocs",
313
313
  keywords: [
314
314
  "NextJs",
@@ -382,7 +382,7 @@ var package_default3 = {
382
382
  // ../contentlayer/package.json
383
383
  var package_default4 = {
384
384
  name: "fumadocs-contentlayer",
385
- version: "1.0.4",
385
+ version: "1.0.5",
386
386
  description: "The Contentlayer adapter for Fumadocs",
387
387
  keywords: [
388
388
  "NextJs",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  create
3
- } from "./chunk-R26RLYCN.js";
3
+ } from "./chunk-HHUNS6ES.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-R26RLYCN.js";
6
+ } from "./chunk-HHUNS6ES.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": "8.2.0",
3
+ "version": "8.3.0",
4
4
  "description": "Create a new documentation site with Fumadocs",
5
5
  "keywords": [
6
6
  "NextJs",