From ef92fe393a6767d18cba942da351e646fd7192a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 02:16:57 +0000 Subject: [PATCH] chore(deps): update react monorepo --- example/base/package.json | 4 ++-- package.json | 6 +++--- test-ci/package.json | 2 +- website/package.json | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/example/base/package.json b/example/base/package.json index e7dbd9ec2..a711d6db1 100644 --- a/example/base/package.json +++ b/example/base/package.json @@ -13,7 +13,7 @@ "@react-native-camera-roll/camera-roll": "5.3.1", "@uiw/react-native": "4.0.12", "@uiw/react-native-image-picker": "4.0.12", - "react": "18.0.0", + "react": "18.2.0", "react-native": "0.69.7", "react-native-gesture-handler": "2.8.0", "react-native-image-picker": "~5.3.1", @@ -30,7 +30,7 @@ "eslint": "^7.32.0", "jest": "^26.6.3", "metro-react-native-babel-preset": "0.73.6", - "react-test-renderer": "18.0.0" + "react-test-renderer": "18.2.0" }, "jest": { "preset": "react-native" diff --git a/package.json b/package.json index bba2bed63..7240298b1 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "babel-preset-react-native": "4.0.1", "fs-extra": "~10.1.0", "metro-react-native-babel-preset": "0.73.6", - "react": "18.0.0", + "react": "18.2.0", "react-native": "0.69.7" }, "dependencies": { @@ -39,8 +39,8 @@ "typescript": "^4.7.4" }, "resolutions": { - "react": "18.0.0", - "react-dom": "18.0.0" + "react": "18.2.0", + "react-dom": "18.2.0" }, "workspaces": { "packages": [ diff --git a/test-ci/package.json b/test-ci/package.json index d76f7e6f7..d34da6c01 100644 --- a/test-ci/package.json +++ b/test-ci/package.json @@ -20,7 +20,7 @@ "@react-navigation/stack": "~6.2.2", "@uiw/react-native": "4.0.11", "@uiw/react-native-image-picker": "4.0.11", - "react": "18.0.0", + "react": "18.2.0", "react-native": "0.69.7", "react-native-gesture-handler": "~2.5.0", "react-native-image-viewing": "~0.2.2", diff --git a/website/package.json b/website/package.json index 738f8a4e9..9032b49f8 100644 --- a/website/package.json +++ b/website/package.json @@ -28,9 +28,9 @@ "ahooks": "3.7.6", "color": "4.2.3", "lodash": "4.17.21", - "react": "18.0.0", + "react": "18.2.0", "react-code-preview-layout": "~3.0.0", - "react-dom": "18.0.0", + "react-dom": "18.2.0", "react-native": "0.69.7", "react-native-gesture-handler": "2.8.0", "react-native-reanimated": "~2.13.0", @@ -49,8 +49,8 @@ "@kkt/raw-modules": "7.0.5", "@kkt/scope-plugin-options": "7.0.5", "@types/jest": "~27.4.1", - "@types/react": "~18.0.0", - "@types/react-dom": "~18.0.0", + "@types/react": "~18.2.0", + "@types/react-dom": "~18.2.0", "@types/styled-components": "^5.1.26", "babel-plugin-react-native-web": "^0.18.10", "babel-transform-import-plugin": "^1.0.2",