From a22378c35c2c6c84f8897ce897b9c4df420871d9 Mon Sep 17 00:00:00 2001 From: Zomatree Date: Sat, 27 Jun 2026 04:24:00 +0100 Subject: [PATCH] fix(docs): update react version (#842) Signed-off-by: Zomatree --- docs/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/package.json b/docs/package.json index 1c9f5215..f1c29cc9 100644 --- a/docs/package.json +++ b/docs/package.json @@ -22,8 +22,8 @@ "@scalar/docusaurus": "^0.7.21", "clsx": "^2.0.0", "prism-react-renderer": "^2.3.0", - "react": "^19.0.0", - "react-dom": "^19.0.0" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { "@docusaurus/module-type-aliases": "3.9.2",