commit 75a23a7f16abda2a2745adb39b67d508f90fc90c
parent 3d61813ffd4d74b2443108853822a11188f835f5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 15 Jan 2026 22:07:35 +0900
build(deps): bump react-dom from 19.2.1 to 19.2.3 (#3)
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 19.2.1 to 19.2.3.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react-dom)
---
updated-dependencies:
- dependency-name: react-dom
dependency-version: 19.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
@@ -15,7 +15,7 @@
"@sentry/nextjs": "^10.29.0",
"next": "16.1.2",
"react": "19.2.3",
- "react-dom": "19.2.1",
+ "react-dom": "19.2.3",
"styled-components": "^6.1.19",
"three": "^0.182.0"
},