Skip to content

Commit

Permalink
fix(deps): update dependency react-native to v0.72.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 18, 2023
1 parent 585f7f0 commit 78aa052
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion example/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@uiw/react-native": "4.0.15",
"@uiw/react-native-image-picker": "4.0.15",
"react": "18.0.0",
"react-native": "0.69.7",
"react-native": "0.72.6",
"react-native-gesture-handler": "2.8.0",
"react-native-image-picker": "~5.3.1",
"react-native-image-viewing": "~0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"fs-extra": "~10.1.0",
"metro-react-native-babel-preset": "0.73.6",
"react": "18.0.0",
"react-native": "0.69.7"
"react-native": "0.72.6"
},
"dependencies": {
"husky": "^8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@shopify/restyle": "~2.4.2",
"@types/color": "~3.0.3",
"@types/lodash": "~4.14.191",
"@types/react-native": "0.69.1",
"@types/react-native": "0.72.4",
"@uiw/icons": "2.5.3",
"@validator.tool/hook": "2.2.4",
"ahooks": "3.7.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-image-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@babel/runtime": "~7.20.7",
"@react-native-camera-roll/camera-roll": "5.3.1",
"@shopify/restyle": "~2.4.2",
"@types/react-native": "0.69.1",
"@types/react-native": "0.72.4",
"@uiw/icons": "2.5.3",
"@uiw/react-native": "4.0.15",
"ahooks": "3.7.6",
Expand Down
6 changes: 3 additions & 3 deletions test-ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"react": "18.2.0",
"react-native": "0.72.1"
"react-native": "0.72.6"
},
"devDependencies": {
"@react-native-camera-roll/camera-roll": "5.3.1",
Expand All @@ -21,7 +21,7 @@
"@uiw/react-native": "4.0.11",
"@uiw/react-native-image-picker": "4.0.11",
"react": "18.0.0",
"react-native": "0.69.7",
"react-native": "0.72.6",
"react-native-gesture-handler": "~2.5.0",
"react-native-image-viewing": "~0.2.2",
"react-native-safe-area-context": "~4.3.1",
Expand All @@ -30,7 +30,7 @@
"@react-native-community/eslint-config": "^2.0.0",
"@testing-library/react-native": "^12.1.2",
"@types/jest": "^29.5.3",
"@types/react-native": "^0.70.6",
"@types/react-native": "^0.72.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"@uimjs/metro-config": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react": "18.0.0",
"react-code-preview-layout": "~3.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.7",
"react-native": "0.72.6",
"react-native-gesture-handler": "2.8.0",
"react-native-reanimated": "~2.13.0",
"react-native-root-siblings": "4.1.1",
Expand Down

0 comments on commit 78aa052

Please sign in to comment.