From 031220c339e54bb16262c16b8d76741ced5aedf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 17:37:01 +0000 Subject: [PATCH] build(deps): bump fumadocs-ui from 15.5.4 to 15.6.1 Bumps [fumadocs-ui](https://github.com/fuma-nama/fumadocs) from 15.5.4 to 15.6.1. - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-ui@15.5.4...fumadocs-ui@15.6.1) --- updated-dependencies: - dependency-name: fumadocs-ui dependency-version: 15.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 62 ++++------------------------------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 58 deletions(-) diff --git a/package-lock.json b/package-lock.json index f2ccea7..81d0b8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@types/mdx": "^2.0.13", "fumadocs-core": "^15.6.1", "fumadocs-mdx": "^11.6.10", - "fumadocs-ui": "^15.5.4", + "fumadocs-ui": "^15.6.1", "lucide-react": "^0.525.0", "mdx": "^0.3.1", "next": "^15.3.4", @@ -5091,10 +5091,9 @@ } }, "node_modules/fumadocs-ui": { - "version": "15.5.4", - "resolved": "https://registry.npmjs.org/fumadocs-ui/-/fumadocs-ui-15.5.4.tgz", - "integrity": "sha512-UH/Ia/AYXwepQtM9SwCjm5youKWEop63LAWO1HRk7XkDBFWveggnv6KPlB3tS7n2HkhAtprWWmqGL3YB81ifSw==", - "license": "MIT", + "version": "15.6.1", + "resolved": "https://registry.npmjs.org/fumadocs-ui/-/fumadocs-ui-15.6.1.tgz", + "integrity": "sha512-3O0uTMeU1ohVQE7HTV7+8I/1IIlgJPIBFOHjoQkRaXTf41LJ7EKfNHue80BOuhG4vyeL/Sx184v2hjljuKrX3Q==", "dependencies": { "@radix-ui/react-accordion": "^1.2.11", "@radix-ui/react-collapsible": "^1.1.11", @@ -5107,7 +5106,7 @@ "@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-tabs": "^1.1.12", "class-variance-authority": "^0.7.1", - "fumadocs-core": "15.5.4", + "fumadocs-core": "15.6.1", "lodash.merge": "^4.6.2", "next-themes": "^0.4.6", "postcss-selector-parser": "^7.1.0", @@ -5134,57 +5133,6 @@ } } }, - "node_modules/fumadocs-ui/node_modules/fumadocs-core": { - "version": "15.5.4", - "resolved": "https://registry.npmjs.org/fumadocs-core/-/fumadocs-core-15.5.4.tgz", - "integrity": "sha512-AwRVxMnV+3LUmCCk25I+x/MIELtwxuXmXxaLLXsnas+MPxY9Yo1L5dCubNeiDTJZHBqtDxEEpE7sRmSDIJzfAQ==", - "dependencies": { - "@formatjs/intl-localematcher": "^0.6.1", - "@orama/orama": "^3.1.6", - "@shikijs/rehype": "^3.7.0", - "@shikijs/transformers": "^3.7.0", - "github-slugger": "^2.0.0", - "hast-util-to-estree": "^3.1.3", - "hast-util-to-jsx-runtime": "^2.3.6", - "image-size": "^2.0.2", - "negotiator": "^1.0.0", - "react-remove-scroll": "^2.7.1", - "remark": "^15.0.0", - "remark-gfm": "^4.0.1", - "remark-rehype": "^11.1.2", - "scroll-into-view-if-needed": "^3.1.0", - "shiki": "^3.7.0", - "unist-util-visit": "^5.0.0" - }, - "peerDependencies": { - "@oramacloud/client": "1.x.x || 2.x.x", - "@types/react": "*", - "algoliasearch": "5.x.x", - "next": "14.x.x || 15.x.x", - "react": "18.x.x || 19.x.x", - "react-dom": "18.x.x || 19.x.x" - }, - "peerDependenciesMeta": { - "@oramacloud/client": { - "optional": true - }, - "@types/react": { - "optional": true - }, - "algoliasearch": { - "optional": true - }, - "next": { - "optional": true - }, - "react": { - "optional": true - }, - "react-dom": { - "optional": true - } - } - }, "node_modules/function-bind": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", diff --git a/package.json b/package.json index 98d3a0c..c4827e8 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@types/mdx": "^2.0.13", "fumadocs-core": "^15.6.1", "fumadocs-mdx": "^11.6.10", - "fumadocs-ui": "^15.5.4", + "fumadocs-ui": "^15.6.1", "lucide-react": "^0.525.0", "mdx": "^0.3.1", "next": "^15.3.4",