create-fumadocs-app 8.1.1 → 8.2.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.1.1",
8
+ version: "8.2.0",
9
9
  description: "The library for building a documentation website in Next.js",
10
10
  keywords: [
11
11
  "NextJs",
@@ -128,17 +128,18 @@ var package_default = {
128
128
  },
129
129
  dependencies: {
130
130
  "@formatjs/intl-localematcher": "^0.5.0",
131
- "@shikijs/rehype": "^1.0.0-beta.0",
132
- "@shikijs/transformers": "^1.0.0-beta.0",
131
+ "@shikijs/rehype": "v1.1.1",
132
+ "@shikijs/transformers": "v1.1.1",
133
133
  flexsearch: "0.7.21",
134
134
  "github-slugger": "^2.0.0",
135
+ "hast-util-to-estree": "^3.1.0",
135
136
  negotiator: "^0.6.3",
136
137
  "react-remove-scroll": "^2.5.6",
137
138
  remark: "^15.0.0",
138
139
  "remark-gfm": "^4.0.0",
139
140
  "remark-mdx": "^3.0.0",
140
141
  "scroll-into-view-if-needed": "^3.1.0",
141
- shiki: "^1.0.0-beta.0",
142
+ shiki: "v1.1.1",
142
143
  swr: "^2.2.2",
143
144
  "unist-util-visit": "^5.0.0"
144
145
  },
@@ -146,7 +147,7 @@ var package_default = {
146
147
  "@algolia/client-search": "^4.20.0",
147
148
  "@next/eslint-plugin-next": "^14.0.0",
148
149
  "@types/flexsearch": "0.7.6",
149
- "@types/hast": "^3.0.3",
150
+ "@types/hast": "^3.0.4",
150
151
  "@types/mdast": "^4.0.3",
151
152
  "@types/negotiator": "^0.6.1",
152
153
  "@types/node": "18.17.5",
@@ -171,7 +172,7 @@ var package_default = {
171
172
  // ../ui/package.json
172
173
  var package_default2 = {
173
174
  name: "fumadocs-ui",
174
- version: "8.1.1",
175
+ version: "8.2.0",
175
176
  description: "The framework for building a documentation website in Next.js",
176
177
  keywords: [
177
178
  "NextJs",
@@ -184,6 +185,7 @@ var package_default2 = {
184
185
  exports: {
185
186
  "./style.css": "./dist/style.css",
186
187
  "./twoslash.css": "./dist/twoslash.css",
188
+ "./image-zoom.css": "./dist/image-zoom.css",
187
189
  "./tailwind-plugin": {
188
190
  import: "./dist/tailwind-plugin.js",
189
191
  require: "./dist/tailwind-plugin.js",
@@ -288,7 +290,7 @@ var package_default2 = {
288
290
  algoliasearch: "^4.20.0",
289
291
  "eslint-config-custom": "workspace:*",
290
292
  next: "14.1.0",
291
- postcss: "8.4.33",
293
+ postcss: "8.4.35",
292
294
  "postcss-cli": "^11.0.0",
293
295
  "postcss-lightningcss": "^1.0.0",
294
296
  tsconfig: "workspace:*"
@@ -306,7 +308,7 @@ var package_default2 = {
306
308
  // ../mdx/package.json
307
309
  var package_default3 = {
308
310
  name: "fumadocs-mdx",
309
- version: "8.0.2",
311
+ version: "8.0.3",
310
312
  description: "The built-in source for Fumadocs",
311
313
  keywords: [
312
314
  "NextJs",
@@ -380,7 +382,7 @@ var package_default3 = {
380
382
  // ../contentlayer/package.json
381
383
  var package_default4 = {
382
384
  name: "fumadocs-contentlayer",
383
- version: "1.0.3",
385
+ version: "1.0.4",
384
386
  description: "The Contentlayer adapter for Fumadocs",
385
387
  keywords: [
386
388
  "NextJs",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  create
3
- } from "./chunk-CQOZHSNM.js";
3
+ } from "./chunk-R26RLYCN.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-CQOZHSNM.js";
6
+ } from "./chunk-R26RLYCN.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.1.1",
3
+ "version": "8.2.0",
4
4
  "description": "Create a new documentation site with Fumadocs",
5
5
  "keywords": [
6
6
  "NextJs",