webtools

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

commit c5c514c9f56b2eb39ef78f0604d282cf2d1e6860
parent 995c464c6994af5d3a5b832dd24cb0916cfd2d48
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon,  2 Feb 2026 12:37:18 +0900

Bump react from 19.2.3 to 19.2.4 (#32)

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.2.3 to 19.2.4.
- [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.4/packages/react)

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.4
  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:
Mpackage.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@sentry/nextjs": "^10.32.1", "next": "16.1.2", - "react": "19.2.3", + "react": "19.2.4", "react-dom": "19.2.3" }, "devDependencies": {