From 47373cae77e3c278d7dbe82fb556100ad4f18328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 03:23:26 +0000 Subject: [PATCH] chore(deps-dev): bump @types/three in /packages/shared Bumps [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three) from 0.183.1 to 0.184.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/three) --- updated-dependencies: - dependency-name: "@types/three" dependency-version: 0.184.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/shared/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared/package.json b/packages/shared/package.json index a485d3da3..d3a679271 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -128,7 +128,7 @@ "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@types/source-map-support": "^0.5.10", - "@types/three": "0.183.1", + "@types/three": "0.184.1", "@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/parser": "^8.38.0", "@vitejs/plugin-react": "^6.0.1",