From b62f6f43646fe623b8b96ace3feaf0a34fb37006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 09:20:07 +0000 Subject: [PATCH] Bump react from 19.0.0 to 19.2.4 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.0.0 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-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 06b916b..9d6ab89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "dayjs": "^1.11.13", "framer-motion": "^12.4.1", "next": "^15.1.7", - "react": "^19.0.0", + "react": "^19.2.4", "react-dom": "^19.0.0", "react-firebase-hooks": "^5.1.1", "react-icons": "^5.5.0", @@ -7189,9 +7189,9 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/react/-/react-19.0.0.tgz", - "integrity": "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==", + "version": "19.2.4", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", + "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index 01c5454..1564a0a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dayjs": "^1.11.13", "framer-motion": "^12.4.1", "next": "^15.1.7", - "react": "^19.0.0", + "react": "^19.2.4", "react-dom": "^19.0.0", "react-firebase-hooks": "^5.1.1", "react-icons": "^5.5.0",