Skip to content

Commit 38720ca

Browse files
committedJul 11, 2023
feat:升级测试用例
1 parent ec58148 commit 38720ca

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+441
-1101
lines changed
 

‎example/base/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react": "18.0.0",
1717
"react-native": "0.69.7",
1818
"react-native-gesture-handler": "2.8.0",
19-
"react-native-image-picker": "^5.3.1",
19+
"react-native-image-picker": "~5.3.1",
2020
"react-native-image-viewing": "~0.2.2",
2121
"react-native-root-siblings": "4.1.1",
2222
"react-native-svg": "13.9.0"
@@ -35,4 +35,4 @@
3535
"jest": {
3636
"preset": "react-native"
3737
}
38-
}
38+
}

‎example/examples/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"react": "18.0.0",
2020
"react-native": "0.69.7",
2121
"react-native-gesture-handler": "~2.5.0",
22-
"react-native-image-picker": "^5.3.1",
22+
"react-native-image-picker": "~5.3.1",
2323
"react-native-image-viewing": "~0.2.2",
2424
"react-native-safe-area-context": "~4.3.1",
2525
"react-native-screens": "~3.15.0",
@@ -53,4 +53,4 @@
5353
"node"
5454
]
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)
Please sign in to comment.