Skip to content

Commit

Permalink
chore(deps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 26, 2024
1 parent 9b84ca1 commit 2764226
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 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.1",
"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.1"
},
"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.1",
"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.1",
"react-dom": "18.3.1"
},
"workspaces": {
"packages": [
Expand Down
8 changes: 4 additions & 4 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.1",
"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.1",
"react-native": "0.69.7",
"react-native-gesture-handler": "~2.5.0",
"react-native-image-viewing": "~0.2.2",
Expand Down Expand Up @@ -51,14 +51,14 @@
"@react-native/metro-config": "^0.72.7",
"@tsconfig/react-native": "^3.0.0",
"@types/metro-config": "^0.76.3",
"@types/react": "~18.2.0",
"@types/react": "~18.3.0",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"eslint": "^8.19.0",
"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.1",
"typescript": "4.8.4"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 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.1",
"react-code-preview-layout": "~3.0.0",
"react-dom": "18.0.0",
"react-dom": "18.3.1",
"react-native": "0.69.7",
"react-native-gesture-handler": "2.8.0",
"react-native-reanimated": "~2.13.0",
Expand All @@ -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.2.0",
"@types/react-dom": "~18.2.0",
"@types/react": "~18.3.0",
"@types/react-dom": "~18.3.0",
"@types/styled-components": "^5.1.26",
"babel-plugin-react-native-web": "^0.18.10",
"babel-transform-import-plugin": "^1.0.2",
Expand Down

0 comments on commit 2764226

Please sign in to comment.