Skip to content

Commit 6aa79fd

Browse files
renovate[bot]valora-bot
andauthored
fix(deps): update dependency react-native-image-crop-picker to ^0.40.3 (#4932)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-native-image-crop-picker](https://togithub.com/ivpusic/react-native-image-crop-picker) | [`^0.40.2` -> `^0.40.3`](https://renovatebot.com/diffs/npm/react-native-image-crop-picker/0.40.2/0.40.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-native-image-crop-picker/0.40.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-native-image-crop-picker/0.40.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-native-image-crop-picker/0.40.2/0.40.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-native-image-crop-picker/0.40.2/0.40.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ivpusic/react-native-image-crop-picker (react-native-image-crop-picker)</summary> ### [`v0.40.3`](https://togithub.com/ivpusic/react-native-image-crop-picker/releases/tag/v0.40.3) [Compare Source](https://togithub.com/ivpusic/react-native-image-crop-picker/compare/v0.40.2...v0.40.3) #### What's Changed - Make list items accessible by [@&#8203;v-miibr](https://togithub.com/v-miibr) in [https://github.com/ivpusic/react-native-image-crop-picker/pull/1439](https://togithub.com/ivpusic/react-native-image-crop-picker/pull/1439) #### New Contributors - [@&#8203;v-miibr](https://togithub.com/v-miibr) made their first contribution in [https://github.com/ivpusic/react-native-image-crop-picker/pull/1439](https://togithub.com/ivpusic/react-native-image-crop-picker/pull/1439) **Full Changelog**: ivpusic/react-native-image-crop-picker@v0.40.2...v0.40.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/valora-inc/wallet). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: valora-bot <valorabot@valoraapp.com>
1 parent d922067 commit 6aa79fd

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -686,12 +686,12 @@ PODS:
686686
- RNGestureHandler (2.14.1):
687687
- RCT-Folly (= 2021.07.22.00)
688688
- React-Core
689-
- RNImageCropPicker (0.40.2):
689+
- RNImageCropPicker (0.40.3):
690690
- React-Core
691691
- React-RCTImage
692-
- RNImageCropPicker/QBImagePickerController (= 0.40.2)
692+
- RNImageCropPicker/QBImagePickerController (= 0.40.3)
693693
- TOCropViewController
694-
- RNImageCropPicker/QBImagePickerController (0.40.2):
694+
- RNImageCropPicker/QBImagePickerController (0.40.3):
695695
- React-Core
696696
- React-RCTImage
697697
- TOCropViewController
@@ -1219,7 +1219,7 @@ SPEC CHECKSUMS:
12191219
RNFBRemoteConfig: 85ba519c47cf163d824ed5735e3d9ab59e967f86
12201220
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
12211221
RNGestureHandler: fe2be3be5598dc74329b211c58c9f2d231461769
1222-
RNImageCropPicker: d9616a0cb9b72e8551ff94a7a5021fbd29050aa5
1222+
RNImageCropPicker: e7ab6fb43d2fc3e84651e786ef4a080d63b0ed3d
12231223
RNKeychain: a65256b6ca6ba6976132cc4124b238a5b13b3d9c
12241224
RNLocalize: d4b8af4e442d4bcca54e68fc687a2129b4d71a81
12251225
RNPermissions: 74dd0814d683da200baaf4111fe5815906b3274c

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"react-native-gesture-handler": "^2.14.1",
160160
"react-native-get-random-values": "^1.10.0",
161161
"react-native-haptic-feedback": "^1.14.0",
162-
"react-native-image-crop-picker": "^0.40.2",
162+
"react-native-image-crop-picker": "^0.40.3",
163163
"react-native-in-app-review": "^4.3.3",
164164
"react-native-keychain": "^8.1.2",
165165
"react-native-launch-arguments": "^4.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14951,10 +14951,10 @@ react-native-haptic-feedback@^1.14.0:
1495114951
resolved "https://registry.yarnpkg.com/react-native-haptic-feedback/-/react-native-haptic-feedback-1.14.0.tgz#b50f49dedda4980b3c37c5780823f753cf3ee717"
1495214952
integrity sha512-dSXZ6gAzl+W/L7BPjOpnT0bx0cgQiSr0sB3DjyDJbGIdVr4ISaktZC6gC9xYFTv2kMq0+KtbKi+dpd0WtxYZMw==
1495314953

14954-
react-native-image-crop-picker@^0.40.2:
14955-
version "0.40.2"
14956-
resolved "https://registry.yarnpkg.com/react-native-image-crop-picker/-/react-native-image-crop-picker-0.40.2.tgz#be9098435504b8a2083f7cad553dfeedc442a804"
14957-
integrity sha512-u9iceozX8985vtZV5ozLMfNuCDjtm00GivExSxKwZmwv2wZYyv30VJkKhVJffVYsujvIzMfSCaWJPBsb5nSfZg==
14954+
react-native-image-crop-picker@^0.40.3:
14955+
version "0.40.3"
14956+
resolved "https://registry.yarnpkg.com/react-native-image-crop-picker/-/react-native-image-crop-picker-0.40.3.tgz#a6b135cd1218a33ad126c1a148ec5a1bd01737ff"
14957+
integrity sha512-45PKcTnsnLS+E36YwoXutllQdRSOuOsMN0IRcAcwsFXOuAQIOtugXlAuGGL28JHKb/ATaSSPvqCSrdG65Jv3GA==
1495814958

1495914959
react-native-in-app-review@^4.3.3:
1496014960
version "4.3.3"

0 commit comments

Comments
 (0)