From 137e07237e192777eef14604dcf8961414a3d662 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 08:14:08 +0000 Subject: [PATCH] chore(deps): bump the minor-and-patch group with 2 updates Bumps the minor-and-patch group with 2 updates: [three](https://github.com/mrdoob/three.js) and [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three). Updates `three` from 0.184.0 to 0.185.0 - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) 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: three dependency-version: 0.185.0 dependency-type: direct:production update-type: version-update:semver-minor 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f69c63b..2119530 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "react-colorful": "^5.6.1", "react-dom": "19.2.7", "tempus": "1.0.0-dev.17", - "three": "0.184.0", + "three": "0.185.0", "zod": "^4.4.3", "zustand": "^5.0.14" }, @@ -45,7 +45,7 @@ "@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",