From 37abb4cc56f7edb374a263efc532c6709019ab9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jun 2022 16:36:03 +0000 Subject: [PATCH] fix(deps): update react monorepo to v18 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 10cdd676..64e3b104 100755 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ "@uiw/react-github-corners": "~1.5.3", "@uiw/react-markdown-preview": "~4.0.3", "@wcj/dark-mode": "~1.0.10", - "react": "~17.0.2", - "react-dom": "~17.0.2", + "react": "~18.2.0", + "react-dom": "~18.2.0", "uiw": "^4.14.1" } }