diff --git a/example/base/package.json b/example/base/package.json index bcbe8bd78..423b47b2d 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.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.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 3737d8ec4..91ff1731f 100644 --- a/test-ci/package.json +++ b/test-ci/package.json @@ -10,7 +10,7 @@ "lint": "eslint . --ext .js,.jsx,.ts,.tsx" }, "dependencies": { - "react": "18.0.0", + "react": "18.2.0", "react-native": "0.70.6" }, "devDependencies": { @@ -31,7 +31,7 @@ "eslint": "^7.32.0", "jest": "^29.3.1", "metro-react-native-babel-preset": "0.72.3", - "react-test-renderer": "18.1.0", + "react-test-renderer": "18.2.0", "typescript": "^4.8.3", "@types/color": "~3.0.3", "@types/lodash": "~4.14.191", diff --git a/website/package.json b/website/package.json index 241225865..0daa404b7 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",