Skip to content

Commit af59fe6

Browse files
fix(deps): update dependency react-native to v0.77.1
1 parent 9b84ca1 commit af59fe6

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

example/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@uiw/react-native": "4.1.1",
1515
"@uiw/react-native-image-picker": "4.1.1",
1616
"react": "18.0.0",
17-
"react-native": "0.69.7",
17+
"react-native": "0.77.1",
1818
"react-native-gesture-handler": "2.8.0",
1919
"react-native-image-picker": "~5.3.1",
2020
"react-native-image-viewing": "~0.2.2",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"fs-extra": "~10.1.0",
2929
"metro-react-native-babel-preset": "0.73.6",
3030
"react": "18.0.0",
31-
"react-native": "0.69.7"
31+
"react-native": "0.77.1"
3232
},
3333
"dependencies": {
3434
"husky": "^8.0.1",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@shopify/restyle": "~2.4.2",
6464
"@types/color": "~3.0.3",
6565
"@types/lodash": "~4.14.191",
66-
"@types/react-native": "0.69.1",
66+
"@types/react-native": "0.73.0",
6767
"@uiw/icons": "2.5.3",
6868
"@validator.tool/hook": "2.2.4",
6969
"ahooks": "3.7.6",

packages/react-native-image-picker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@babel/runtime": "~7.20.7",
3333
"@react-native-camera-roll/camera-roll": "5.3.1",
3434
"@shopify/restyle": "~2.4.2",
35-
"@types/react-native": "0.69.1",
35+
"@types/react-native": "0.73.0",
3636
"@uiw/icons": "2.5.3",
3737
"@uiw/react-native": "4.1.1",
3838
"ahooks": "3.7.6",

test-ci/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"react": "18.2.0",
14-
"react-native": "0.72.1"
14+
"react-native": "0.77.1"
1515
},
1616
"devDependencies": {
1717
"@react-native-camera-roll/camera-roll": "5.3.1",
@@ -21,7 +21,7 @@
2121
"@uiw/react-native": "4.0.11",
2222
"@uiw/react-native-image-picker": "4.0.11",
2323
"react": "18.0.0",
24-
"react-native": "0.69.7",
24+
"react-native": "0.77.1",
2525
"react-native-gesture-handler": "~2.5.0",
2626
"react-native-image-viewing": "~0.2.2",
2727
"react-native-safe-area-context": "~4.3.1",
@@ -30,7 +30,7 @@
3030
"@react-native-community/eslint-config": "^2.0.0",
3131
"@testing-library/react-native": "^12.1.2",
3232
"@types/jest": "^29.5.3",
33-
"@types/react-native": "^0.70.6",
33+
"@types/react-native": "^0.73.0",
3434
"@typescript-eslint/eslint-plugin": "^5.37.0",
3535
"@typescript-eslint/parser": "^5.37.0",
3636
"@uimjs/metro-config": "^2.0.1",

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"react": "18.0.0",
3232
"react-code-preview-layout": "~3.0.0",
3333
"react-dom": "18.0.0",
34-
"react-native": "0.69.7",
34+
"react-native": "0.77.1",
3535
"react-native-gesture-handler": "2.8.0",
3636
"react-native-reanimated": "~2.13.0",
3737
"react-native-root-siblings": "4.1.1",

0 commit comments

Comments
 (0)