From 1b50ae713a7485cb43140ee1e3f60ab0131fc759 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 13:57:38 +0000 Subject: [PATCH] Update react monorepo to v18.2.0 --- 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 12577793cdc..9b0f25d4380 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" },