From 488a1562d875b60814bfdb38795270f95c99a33f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 21:57:51 +0000 Subject: [PATCH] chore(deps): update react requirement in /react-spa Updates the requirements on [react](https://github.com/facebook/react/tree/HEAD/packages/react) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- react-spa/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-spa/package.json b/react-spa/package.json index 2f31ee0f..22991730 100644 --- a/react-spa/package.json +++ b/react-spa/package.json @@ -23,7 +23,7 @@ "@trpc/client": "^11.8.0", "@trpc/react-query": "^11.8.0", "lucide-react": "^0.562.0", - "react": "^19.0.0", + "react": "^19.2.4", "react-dom": "^19.0.0", "recharts": "^3.6.0" },