From 3d29b5e83a72fce322e7124cc469fc2547a9aad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 11:16:27 +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.5.0` | `2.5.2` | | [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.10.5` | `16.10.7` | | [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) | `15.0.12` | `15.0.13` | | [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.10.5` | `16.10.7` | | [next](https://github.com/vercel/next.js) | `16.2.9` | `16.2.10` | Updates `@biomejs/biome` from 2.5.0 to 2.5.2 - [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.2/packages/@biomejs/biome) Updates `fumadocs-core` from 16.10.5 to 16.10.7 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs@16.10.5...fumadocs@16.10.7) Updates `fumadocs-mdx` from 15.0.12 to 15.0.13 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-mdx@15.0.12...fumadocs-mdx@15.0.13) Updates `fumadocs-ui` from 16.10.5 to 16.10.7 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs@16.10.5...fumadocs@16.10.7) Updates `next` from 16.2.9 to 16.2.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v16.2.9...v16.2.10) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.5.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: fumadocs-core dependency-version: 16.10.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: fumadocs-mdx dependency-version: 15.0.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: fumadocs-ui dependency-version: 16.10.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: next dependency-version: 16.2.10 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 518ff353..81bf7b69 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -51,7 +51,7 @@ "zod": "^4.4.3" }, "devDependencies": { - "@biomejs/biome": "2.5.0", + "@biomejs/biome": "2.5.2", "@types/node": "^26.0.0", "@types/react": "^19.2.15", "@types/react-dom": "^19.2.3", diff --git a/apps/web/package.json b/apps/web/package.json index b0246a4a..1a235507 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.10.5", - "fumadocs-mdx": "15.0.12", - "fumadocs-ui": "16.10.5", + "fumadocs-core": "16.10.7", + "fumadocs-mdx": "15.0.13", + "fumadocs-ui": "16.10.7", "lucide-react": "^1.17.0", - "next": "16.2.9", + "next": "16.2.10", "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.5.0" + "@biomejs/biome": "^2.5.2" } }