From 1ef3c5f008c1a9d0bdd104b45ee5f7322b184289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 08:03:22 +0000 Subject: [PATCH] chore(deps): bump the npm-minor-patch group with 5 updates Bumps the npm-minor-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.4.16` | `2.5.0` | | [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.9.3` | `16.10.5` | | [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) | `15.0.10` | `15.0.12` | | [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.9.3` | `16.10.5` | | [next](https://github.com/vercel/next.js) | `16.2.6` | `16.2.9` | Updates `@biomejs/biome` from 2.4.16 to 2.5.0 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.0/packages/@biomejs/biome) Updates `fumadocs-core` from 16.9.3 to 16.10.5 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-core@16.9.3...fumadocs@16.10.5) Updates `fumadocs-mdx` from 15.0.10 to 15.0.12 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-mdx@15.0.10...fumadocs-mdx@15.0.12) Updates `fumadocs-ui` from 16.9.3 to 16.10.5 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-ui@16.9.3...fumadocs@16.10.5) Updates `next` from 16.2.6 to 16.2.9 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v16.2.6...v16.2.9) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: fumadocs-core dependency-version: 16.10.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: fumadocs-mdx dependency-version: 15.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: fumadocs-ui dependency-version: 16.10.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: next dependency-version: 16.2.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-patch ... Signed-off-by: dependabot[bot] --- apps/dashboard/package.json | 2 +- apps/web/package.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index 48c09e0..1688146 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -51,7 +51,7 @@ "zod": "^4.4.3" }, "devDependencies": { - "@biomejs/biome": "2.4.16", + "@biomejs/biome": "2.5.0", "@types/node": "^25.9.1", "@types/react": "^19.2.15", "@types/react-dom": "^19.2.3", diff --git a/apps/web/package.json b/apps/web/package.json index f461a2c..0672f0c 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -16,11 +16,11 @@ "@orama/orama": "^3.1.18", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "fumadocs-core": "16.9.3", - "fumadocs-mdx": "15.0.10", - "fumadocs-ui": "16.9.3", + "fumadocs-core": "16.10.5", + "fumadocs-mdx": "15.0.12", + "fumadocs-ui": "16.10.5", "lucide-react": "^1.17.0", - "next": "16.2.6", + "next": "16.2.9", "radix-ui": "^1.4.3", "react": "^19.2.5", "react-dom": "^19.2.5", @@ -38,6 +38,6 @@ "serve": "^14.2.6", "tailwindcss": "^4.2.4", "typescript": "^6.0.3", - "@biomejs/biome": "^2.4.16" + "@biomejs/biome": "^2.5.0" } }