From e9c3084a386a23929d10b2a49df42a9bbd1cffdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 08:16:19 +0000 Subject: [PATCH] chore(deps): bump the minor-and-patch group across 1 directory with 5 updates Bumps the minor-and-patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [next](https://github.com/vercel/next.js) | `16.2.9` | `16.2.10` | | [three](https://github.com/mrdoob/three.js) | `0.184.0` | `0.185.1` | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.5.1` | `2.5.2` | | [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) | `16.2.9` | `16.2.10` | | [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three) | `0.184.1` | `0.185.0` | 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) Updates `three` from 0.184.0 to 0.185.1 - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) Updates `@biomejs/biome` from 2.5.1 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 `@next/bundle-analyzer` from 16.2.9 to 16.2.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/commits/v16.2.10/packages/next-bundle-analyzer) Updates `@types/three` from 0.184.1 to 0.185.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/three) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: three dependency-version: 0.185.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@biomejs/biome" dependency-version: 2.5.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@next/bundle-analyzer" dependency-version: 16.2.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@types/three" dependency-version: 0.185.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f69c63b..4ee0ea7 100644 --- a/package.json +++ b/package.json @@ -27,25 +27,25 @@ "@vercel/analytics": "^2.0.1", "clsx": "^2.1.1", "hamo": "1.0.0-dev.13", - "next": "16.2.9", + "next": "16.2.10", "postprocessing": "^6.39.1", "react": "19.2.7", "react-colorful": "^5.6.1", "react-dom": "19.2.7", "tempus": "1.0.0-dev.17", - "three": "0.184.0", + "three": "0.185.1", "zod": "^4.4.3", "zustand": "^5.0.14" }, "devDependencies": { - "@biomejs/biome": "2.5.1", - "@next/bundle-analyzer": "16.2.9", + "@biomejs/biome": "2.5.2", + "@next/bundle-analyzer": "16.2.10", "@svgr/webpack": "^8.1.0", "@tailwindcss/postcss": "^4.3.0", "@types/node": "^24.0.0", "@types/react": "19.2.17", "@types/react-dom": "^19.2.3", - "@types/three": "^0.184.0", + "@types/three": "^0.185.0", "babel-plugin-react-compiler": "^1.0.0", "lefthook": "^2.1.9", "tailwindcss": "^4.3.0",