commit e893a0ceb59f347a2f720313514a19e34713110f
parent e0e574c1336d2dc52ba50859be175bb588b1aec1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 4 Jun 2026 22:04:40 +0900
Bump react-dom from 19.2.6 to 19.2.7 (#77)
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 19.2.6 to 19.2.7.
- [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.7/packages/react-dom)
---
updated-dependencies:
- dependency-name: react-dom
dependency-version: 19.2.7
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 @@
"lucide-react": "^1.14.0",
"next": "16.2.7",
"react": "19.2.7",
- "react-dom": "19.2.6",
+ "react-dom": "19.2.7",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1"
},