Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency react-native-image-crop-picker to ^0.40.2 #4513

Merged
merged 4 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions __mocks__/react-native-image-crop-picker.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// This mock is required because otherwise all tests that include
// react-native-image-crop-picker as part of its import fail with an undefined access on
// this line
// https://github.com/ivpusic/react-native-image-crop-picker/blob/0efb16c0f66c493d8f2100049f03429660c6ba78/index.js#L8
// (NativeModules.ImageCropPicker is undefined)
export default {
openPicker: jest.fn(),
openCamera: jest.fn(),
}
8 changes: 4 additions & 4 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -687,12 +687,12 @@ PODS:
- RNGestureHandler (2.13.4):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- RNImageCropPicker (0.35.2):
- RNImageCropPicker (0.40.2):
- React-Core
- React-RCTImage
- RNImageCropPicker/QBImagePickerController (= 0.35.2)
- RNImageCropPicker/QBImagePickerController (= 0.40.2)
- TOCropViewController
- RNImageCropPicker/QBImagePickerController (0.35.2):
- RNImageCropPicker/QBImagePickerController (0.40.2):
- React-Core
- React-RCTImage
- TOCropViewController
Expand Down Expand Up @@ -1224,7 +1224,7 @@ SPEC CHECKSUMS:
RNFBRemoteConfig: 85ba519c47cf163d824ed5735e3d9ab59e967f86
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
RNGestureHandler: 6e46dde1f87e5f018a54fe5d40cd0e0b942b49ee
RNImageCropPicker: 9e0bf18cf4184a846fed55747c8e622208b39947
RNImageCropPicker: d9616a0cb9b72e8551ff94a7a5021fbd29050aa5
RNKeychain: 4f63aada75ebafd26f4bc2c670199461eab85d94
RNLocalize: d4b8af4e442d4bcca54e68fc687a2129b4d71a81
RNPermissions: 74dd0814d683da200baaf4111fe5815906b3274c
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"react-native-gesture-handler": "^2.13.4",
"react-native-get-random-values": "^1.9.0",
"react-native-haptic-feedback": "^1.14.0",
"react-native-image-crop-picker": "^0.35.1",
"react-native-image-crop-picker": "^0.40.2",
"react-native-in-app-review": "^4.3.3",
"react-native-keychain": "8.0.0",
"react-native-launch-arguments": "^4.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14742,10 +14742,10 @@ react-native-haptic-feedback@^1.14.0:
resolved "https://registry.yarnpkg.com/react-native-haptic-feedback/-/react-native-haptic-feedback-1.14.0.tgz#b50f49dedda4980b3c37c5780823f753cf3ee717"
integrity sha512-dSXZ6gAzl+W/L7BPjOpnT0bx0cgQiSr0sB3DjyDJbGIdVr4ISaktZC6gC9xYFTv2kMq0+KtbKi+dpd0WtxYZMw==

react-native-image-crop-picker@^0.35.1:
version "0.35.2"
resolved "https://registry.yarnpkg.com/react-native-image-crop-picker/-/react-native-image-crop-picker-0.35.2.tgz#21e085e40cb5724e1e986b8eba59ef23df19598c"
integrity sha512-4nHAYwnemFJLzVJPl5dhNB+WQgNp41MLJjyYCypatMZl2GJD+EVXnu5eSUQE+UOpaIEhSVtqK5Y3OQ93hMhosQ==
react-native-image-crop-picker@^0.40.2:
version "0.40.2"
resolved "https://registry.yarnpkg.com/react-native-image-crop-picker/-/react-native-image-crop-picker-0.40.2.tgz#be9098435504b8a2083f7cad553dfeedc442a804"
integrity sha512-u9iceozX8985vtZV5ozLMfNuCDjtm00GivExSxKwZmwv2wZYyv30VJkKhVJffVYsujvIzMfSCaWJPBsb5nSfZg==

react-native-in-app-review@^4.3.3:
version "4.3.3"
Expand Down