From 67336c7b91ebbe27e64f46612a46f2896ca22e7c Mon Sep 17 00:00:00 2001 From: Domino987 Date: Fri, 20 Oct 2023 17:51:46 +0200 Subject: [PATCH] update react dep (#801) Co-authored-by: Domino987 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b3f50fd7..43d92664 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ }, "peerDependencies": { "@mui/system": ">=5.10.7", - "react": ">=16.8.0", - "react-dom": ">=16.8.0" + "react": ">=18.0.0", + "react-dom": ">=18.0.0" } }