From dd06d076691eb802c7881556124e881fb77301f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 05:38:58 +0000 Subject: [PATCH] feat(security): update react monorepo to v19 --- example/package.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/package.json b/example/package.json index 4531a05f..f6b8c9f7 100644 --- a/example/package.json +++ b/example/package.json @@ -18,8 +18,8 @@ "dotenv": "^17.4.1", "express": "^4.22.1", "jsonwebtoken": "^9.0.3", - "react": "^18.3.1", - "react-dom": "^18.3.1", + "react": "^19.2.5", + "react-dom": "^19.2.5", "react-flagpack": "^2.0.6", "react-syntax-highlighter": "^16.1.1", "typescript": "^6.0.0" diff --git a/package.json b/package.json index 7153c24f..c5a128c2 100644 --- a/package.json +++ b/package.json @@ -83,8 +83,8 @@ "dist" ], "peerDependencies": { - "react": "^18.3.1", - "react-dom": "^18.3.1" + "react": "^19.2.5", + "react-dom": "^19.2.5" }, "dependencies": { "@hookform/resolvers": "^4.1.3",