AIdentity

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 4d92ffe443a110ab0fe80ddda74a4f6aac2e5f10
parent 27a76a3e3f34af01904f1c2ba695e2df9cd1cd0b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri, 20 Feb 2026 09:25:00 +0900

build(deps): bump three from 0.182.0 to 0.183.0 (#23)

Bumps [three](https://github.com/mrdoob/three.js) from 0.182.0 to 0.183.0.
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

---
updated-dependencies:
- dependency-name: three
  dependency-version: 0.183.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat:
Mpackage.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -17,7 +17,7 @@ "react": "19.2.4", "react-dom": "19.2.4", "styled-components": "^6.1.19", - "three": "^0.182.0" + "three": "^0.183.0" }, "devDependencies": { "@eslint/eslintrc": "^3.3.3",