Skip to content

Commit 0b0f424

Browse files
chrisbobbegnprice
authored andcommitted
deps: Bump r-n-image-picker just one patch version, for types improvement
This lets us remove one of our TsFlower patches that we had in place while waiting for our upstream PR, which was merged and released in this version: react-native-image-picker/react-native-image-picker#2062 (Our local patch had one small, incidental difference from my final revision of that PR: in our local patch, we didn't export the new OptionsCommon type. Shrug; it has no consumers outside the file.)
1 parent 60c1349 commit 0b0f424

7 files changed

+8
-68
lines changed

ios/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ PODS:
314314
- React-Core
315315
- react-native-document-picker (8.1.3):
316316
- React-Core
317-
- react-native-image-picker (4.10.2):
317+
- react-native-image-picker (4.10.3):
318318
- React-Core
319319
- react-native-netinfo (6.0.0):
320320
- React-Core
@@ -740,7 +740,7 @@ SPEC CHECKSUMS:
740740
React-logger: 98f663b292a60967ebbc6d803ae96c1381183b6d
741741
react-native-cameraroll: 38b40d9033e4077b6c603f92f95c6d05fa7907df
742742
react-native-document-picker: 958e2bc82e128be69055be261aeac8d872c8d34c
743-
react-native-image-picker: bf34f3f516d139ed3e24c5f5a381a91819e349ea
743+
react-native-image-picker: 60f4246eb5bb7187fc15638a8c1f13abd3820695
744744
react-native-netinfo: e849fc21ca2f4128a5726c801a82fc6f4a6db50d
745745
react-native-photo-view: ea0ec91bf5991a6843e740b1f47ab355171c996c
746746
react-native-safe-area-context: 99b24a0c5acd0d5dcac2b1a7f18c49ea317be99a

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"react-native-device-info": "^8.1.7",
6262
"react-native-document-picker": "^8.1.3",
6363
"react-native-gesture-handler": "^2.8.0",
64-
"react-native-image-picker": "4.10.2",
64+
"react-native-image-picker": "4.10.3",
6565
"react-native-open-notification": "^0.1.4",
6666
"react-native-photo-view": "alwx/react-native-photo-view#91b873c85",
6767
"react-native-reanimated": "^2.2.0 <2.3.0",

types/patches/0043-upstream-image-picker-Use-an-interface-for-the-argum.patch

-60
This file was deleted.

types/react-native-image-picker/lib/typescript/types.js.flow

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44
export type Callback = (response: ImagePickerResponse) => any;
55

6-
interface OptionsCommon {
6+
export interface OptionsCommon {
77
mediaType: MediaType;
88
maxWidth?: number;
99
maxHeight?: number;

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -10300,10 +10300,10 @@ react-native-gradle-plugin@^0.0.6:
1030010300
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.0.6.tgz#b61a9234ad2f61430937911003cddd7e15c72b45"
1030110301
integrity sha512-eIlgtsmDp1jLC24dRn43hB3kEcZVqx6DUQbR0N1ABXGnMEafm9I3V3dUUeD1vh+Dy5WqijSoEwLNUPLgu5zDMg==
1030210302

10303-
10304-
version "4.10.2"
10305-
resolved "https://registry.yarnpkg.com/react-native-image-picker/-/react-native-image-picker-4.10.2.tgz#75b356c9eea70c2c4f5c1089f8758e2fa32f88a8"
10306-
integrity sha512-3h9PrA1dQ84rVeipzQE4eWTELvflSHNtJZN6rz7NkZyaxo9YZV8H/TswBpHwiS5YWlyu+zlLzSoWVa1opSu7GA==
10303+
10304+
version "4.10.3"
10305+
resolved "https://registry.yarnpkg.com/react-native-image-picker/-/react-native-image-picker-4.10.3.tgz#cdc11d9836b4cfa57e658c0700201babf8fdca10"
10306+
integrity sha512-gLX8J6jCBkUt6jogpSdA7YyaGVLGYywRzMEwBciXshihpFZjc/cRlKymAVlu6Q7HMw0j3vrho6pI8ZGC5O/FGg==
1030710307

1030810308
react-native-iphone-x-helper@^1.3.0:
1030910309
version "1.3.1"

0 commit comments

Comments
 (0)