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

[PAY-2493] Upgrade RNFetchBlob to 0.13.0-beta.1 #7617

Merged
merged 1 commit into from
Feb 16, 2024
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
56 changes: 32 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/mobile/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@ PODS:
- React-Core
- RiveRuntime (= 5.5.1)
- RiveRuntime (5.5.1)
- rn-fetch-blob (0.12.0):
- rn-fetch-blob (0.13.0-beta.1):
- React-Core
- RNBootSplash (5.2.1):
- React-Core
Expand Down Expand Up @@ -1419,7 +1419,7 @@ DEPENDENCIES:
- React-utils (from `../node_modules/react-native/ReactCommon/react/utils`)
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
- rive-react-native (from `../../../node_modules/rive-react-native`)
- rn-fetch-blob (from `../../../node_modules/rn-fetch-blob`)
- rn-fetch-blob (from `../node_modules/rn-fetch-blob`)
- RNBootSplash (from `../node_modules/react-native-bootsplash`)
- "RNCAsyncStorage (from `../../../node_modules/@react-native-async-storage/async-storage`)"
- "RNCClipboard (from `../node_modules/@react-native-clipboard/clipboard`)"
Expand Down Expand Up @@ -1635,7 +1635,7 @@ EXTERNAL SOURCES:
rive-react-native:
:path: "../../../node_modules/rive-react-native"
rn-fetch-blob:
:path: "../../../node_modules/rn-fetch-blob"
:path: "../node_modules/rn-fetch-blob"
RNBootSplash:
:path: "../node_modules/react-native-bootsplash"
RNCAsyncStorage:
Expand Down Expand Up @@ -1780,7 +1780,7 @@ SPEC CHECKSUMS:
ReactCommon: ddb128564dcbfa0287d3d1a2d10f8c7457c971f6
rive-react-native: 79777686cb29eaba6a28a0534fe82c8b8da41b4a
RiveRuntime: b57830ff73f406f3b4022f457b16690535ca4d05
rn-fetch-blob: f065bb7ab7fb48dd002629f8bdcb0336602d3cba
rn-fetch-blob: a55789391d32d9c951b5b9eb7e3c3635ec67e324
RNBootSplash: f7fd5a7d4f1c13be3d0f5f31d27af7bcc1b1acef
RNCAsyncStorage: 618d03a5f52fbccb3d7010076bc54712844c18ef
RNCClipboard: 60fed4b71560d7bfe40e9d35dea9762b024da86d
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"redux-thunk": "2.4.2",
"reselect": "4.0.0",
"rive-react-native": "6.2.3",
"rn-fetch-blob": "0.12.0",
"rn-fetch-blob": "0.13.0-beta.1",
"semver": "7.3.7",
"stream-browserify": "3.0.0",
"text-encoding-polyfill": "0.6.7",
Expand Down