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

⬆️ Upgrade [email protected] to push Google Play Billing version #403

Merged
merged 1 commit into from
Nov 9, 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
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ PODS:
- RNFBApp
- RNGestureHandler (2.12.0):
- React-Core
- RNIap (7.5.6):
- RNIap (10.1.3):
- React-Core
- RNKeychain (3.1.3):
- React
Expand Down Expand Up @@ -971,7 +971,7 @@ SPEC CHECKSUMS:
RNFBPerf: 27e85a7451cb366b75bd6ade8a2b912749d0a165
RNFBRemoteConfig: d2c532f1fee5862a7518190211ea2a28123167c5
RNGestureHandler: dec4645026e7401a0899f2846d864403478ff6a5
RNIap: d248609d1b8937e63bd904e865c318e9b1457eff
RNIap: 45c674b3f57d8c2a80bd926436015cefbf1d2dfd
RNKeychain: c658833a9cb2cbcba6423bdd6e16cce59e27da0e
RNLocalize: 62a949d2ec5bee0eb8f39a80a48f01e2f4f67080
RNRate: ef3bcff84f39bb1d1e41c5593d3eea4aab2bd73a
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"react-native-exit-app": "^1.1.0",
"react-native-fast-image": "^8.3.2",
"react-native-gesture-handler": "^2.5.0",
"react-native-iap": "^7.5.6",
"react-native-iap": "^10.1.3",
"react-native-image-picker": "^7.0.1",
"react-native-image-sequence": "^0.7.0",
"react-native-keychain": "3.1.3",
Expand Down
15 changes: 4 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8150,11 +8150,6 @@ domutils@^3.0.1:
domelementtype "^2.3.0"
domhandler "^5.0.3"

[email protected]:
version "1.3.2"
resolved "https://registry.yarnpkg.com/dooboolab-welcome/-/dooboolab-welcome-1.3.2.tgz#4928595312f0429b4ea1b485ba8767bae6acdab7"
integrity sha512-2NbMaIIURElxEf/UAoVUFlXrO+7n/FRhLCiQlk4fkbGRh9cJ3/f8VEMPveR9m4Ug2l2Zey+UCXjd6EcBqHJ5bw==

dot-case@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/dot-case/-/dot-case-3.0.3.tgz#21d3b52efaaba2ea5fda875bb1aa8124521cf4aa"
Expand Down Expand Up @@ -15147,12 +15142,10 @@ react-native-gradle-plugin@^0.0.7:
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.0.7.tgz#96602f909745239deab7b589443f14fce5da2056"
integrity sha512-+4JpbIx42zGTONhBTIXSyfyHICHC29VTvhkkoUOJAh/XHPEixpuBduYgf6Y4y9wsN1ARlQhBBoptTvXvAFQf5g==

react-native-iap@^7.5.6:
version "7.5.6"
resolved "https://registry.yarnpkg.com/react-native-iap/-/react-native-iap-7.5.6.tgz#75a370f0a689da4fbe5ecf2cd9b7bdd0f7d20f2f"
integrity sha512-ua+KTq7NO+/Rw+S9cGDZizR45AdmpQ0LEx9gSubbRD3f5KSTp91mEMHgdyVcqUcxiBuVgRTfv3zy9mbPEdo8Mg==
dependencies:
dooboolab-welcome "1.3.2"
react-native-iap@^10.1.3:
version "10.1.3"
resolved "https://registry.yarnpkg.com/react-native-iap/-/react-native-iap-10.1.3.tgz#7f53d04064a1b6eae7467d05c638c7e1a4bbbe02"
integrity sha512-6Yz6IZ+8UWHIPUWtd6T25UOo57XZ8Waz3fYodcaGpWevovTvTAe36jtilcRJ/xZFVb033UCTfbqjWoIcEyM/JA==

react-native-image-picker@^7.0.1:
version "7.0.1"
Expand Down
Loading