Skip to content

Commit

Permalink
fix(deps): update react monorepo to v18.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 25, 2024
1 parent 9b84ca1 commit c617225
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions example/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@react-native-camera-roll/camera-roll": "5.3.1",
"@uiw/react-native": "4.1.1",
"@uiw/react-native-image-picker": "4.1.1",
"react": "18.0.0",
"react": "18.3.0",
"react-native": "0.69.7",
"react-native-gesture-handler": "2.8.0",
"react-native-image-picker": "~5.3.1",
Expand All @@ -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.3.0"
},
"jest": {
"preset": "react-native"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0",
"react-native": "0.69.7"
},
"dependencies": {
Expand All @@ -39,8 +39,8 @@
"typescript": "^4.7.4"
},
"resolutions": {
"react": "18.0.0",
"react-dom": "18.0.0"
"react": "18.3.0",
"react-dom": "18.3.0"
},
"workspaces": {
"packages": [
Expand Down
6 changes: 3 additions & 3 deletions test-ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "jest"
},
"dependencies": {
"react": "18.2.0",
"react": "18.3.0",
"react-native": "0.72.1"
},
"devDependencies": {
Expand All @@ -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.3.0",
"react-native": "0.69.7",
"react-native-gesture-handler": "~2.5.0",
"react-native-image-viewing": "~0.2.2",
Expand Down Expand Up @@ -58,7 +58,7 @@
"jest": "^29.6.1",
"metro-react-native-babel-preset": "0.76.5",
"prettier": "^2.4.1",
"react-test-renderer": "18.2.0",
"react-test-renderer": "18.3.0",
"typescript": "4.8.4"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"ahooks": "3.7.6",
"color": "4.2.3",
"lodash": "4.17.21",
"react": "18.0.0",
"react": "18.3.0",
"react-code-preview-layout": "~3.0.0",
"react-dom": "18.0.0",
"react-dom": "18.3.0",
"react-native": "0.69.7",
"react-native-gesture-handler": "2.8.0",
"react-native-reanimated": "~2.13.0",
Expand Down

0 comments on commit c617225

Please sign in to comment.