From 78ee2a396511be331123695e597940c5dda5cd56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 16:37:35 +0100 Subject: [PATCH] Update react monorepo to v18.2.0 (#4234) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/react-native/package.json | 2 +- examples/react/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/react-native/package.json b/examples/react-native/package.json index a428ab38215..910d1eeeeca 100644 --- a/examples/react-native/package.json +++ b/examples/react-native/package.json @@ -29,7 +29,7 @@ "expo": "47.0.11", "global": "4.4.0", "random-token": "0.0.8", - "react": "18.1.0", + "react": "18.2.0", "react-native": "0.70.6", "react-native-get-random-values": "1.8.0", "react-native-quick-base64": "2.0.5", diff --git a/examples/react/package.json b/examples/react/package.json index ec564049098..8992e4603c9 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -6,8 +6,8 @@ "babel-polyfill": "6.26.0", "concurrently": "7.6.0", "pouchdb-server": "4.2.0", - "react": "18.1.0", - "react-dom": "18.1.0", + "react": "18.2.0", + "react-dom": "18.2.0", "rxdb": "file:rxdb-local.tgz", "rxjs": "7.8.0" },