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

chore: updated the dependencies for the example app #657

Merged
merged 1 commit into from
Oct 19, 2021
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
40 changes: 20 additions & 20 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,11 @@ PODS:
- React-cxxreact (= 0.63.4)
- React-jsi (= 0.63.4)
- React-jsinspector (0.63.4)
- react-native-config (1.4.2):
- react-native-config/App (= 1.4.2)
- react-native-config/App (1.4.2):
- react-native-config (1.4.4):
- react-native-config/App (= 1.4.4)
- react-native-config/App (1.4.4):
- React-Core
- react-native-safe-area-context (3.1.9):
- react-native-safe-area-context (3.3.2):
- React-Core
- React-RCTActionSheet (0.63.4):
- React-Core/RCTActionSheetHeaders (= 0.63.4)
Expand Down Expand Up @@ -251,21 +251,21 @@ PODS:
- React-Core (= 0.63.4)
- React-cxxreact (= 0.63.4)
- React-jsi (= 0.63.4)
- RNCMaskedView (0.1.10):
- RNCMaskedView (0.1.11):
- React
- RNCPicker (1.15.0):
- RNCPicker (1.16.8):
- React-Core
- RNGestureHandler (1.8.0):
- React
- RNReanimated (1.13.2):
- RNGestureHandler (1.10.3):
- React-Core
- RNReanimated (1.13.3):
- React-Core
- RNScreens (2.15.0):
- RNScreens (2.18.1):
- React-Core
- Stripe (21.9.0):
- Stripe/Stripe3DS2 (= 21.9.0)
- StripeCore (= 21.9.0)
- StripeUICore (= 21.9.0)
- stripe-react-native (0.2.2):
- stripe-react-native (0.2.3):
- React-Core
- Stripe (~> 21.9.0)
- Stripe/Stripe3DS2 (21.9.0):
Expand Down Expand Up @@ -408,8 +408,8 @@ SPEC CHECKSUMS:
React-jsi: a0418934cf48f25b485631deb27c64dc40fb4c31
React-jsiexecutor: 93bd528844ad21dc07aab1c67cb10abae6df6949
React-jsinspector: 58aef7155bc9a9683f5b60b35eccea8722a4f53a
react-native-config: c98128a72bc2c3a1ca72caec0b021f0fa944aa29
react-native-safe-area-context: b6e0e284002381d2ff29fa4fff42b4d8282e3c94
react-native-config: 72d948053a442779b3178fddd571e37f118ef606
react-native-safe-area-context: 584dc04881deb49474363f3be89e4ca0e854c057
React-RCTActionSheet: 89a0ca9f4a06c1f93c26067af074ccdce0f40336
React-RCTAnimation: 1bde3ecc0c104c55df246eda516e0deb03c4e49b
React-RCTBlob: a97d378b527740cc667e03ebfa183a75231ab0f0
Expand All @@ -420,17 +420,17 @@ SPEC CHECKSUMS:
React-RCTText: 5c51df3f08cb9dedc6e790161195d12bac06101c
React-RCTVibration: ae4f914cfe8de7d4de95ae1ea6cc8f6315d73d9d
ReactCommon: 73d79c7039f473b76db6ff7c6b159c478acbbb3b
RNCMaskedView: 5a8ec07677aa885546a0d98da336457e2bea557f
RNCPicker: 5256da29a92406cac439ac6605719e233714a86a
RNGestureHandler: 7a5833d0f788dbd107fbb913e09aa0c1ff333c39
RNReanimated: e03f7425cb7a38dcf1b644d680d1bfc91c3337ad
RNScreens: 2ad555d4d9fa10b91bb765ca07fe9b29d59573f0
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNCPicker: 0991c56da7815c0cf946d6f63cf920b25296e5f6
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
RNReanimated: 514a11da3a2bcc6c3dfd9de32b38e2b9bf101926
RNScreens: f7ad633b2e0190b77b6a7aab7f914fad6f198d8d
Stripe: 41c3d261501e1dc84755b1bdabdaae50ebf92b53
stripe-react-native: 5ada54a0985880a76fd1bec0d9434a70b04f5d62
stripe-react-native: 980f3d19f52a7dc4b373c6c20d30ebd760bc39e5
StripeCore: 2ea9531e863ef20f191a0d61f00dedb7f061baef
StripeUICore: a0f9e40520823d34c63baec0782fc4a0c7fb7484
Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6

PODFILE CHECKSUM: 32acfd4fec652a6f224d467187287782155cfbdc

COCOAPODS: 1.10.2
COCOAPODS: 1.11.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

@porter-stripe porter-stripe Oct 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, CI appears to be using 1.11.2. I don't think it makes much of a difference between 1.10.2 and 1.11.2, but it may be nice to introduce a Gemfile so we can specify what Cocoapods version we expect to be used. Doesn't need to be done in this PR.

https://guides.cocoapods.org/using/a-gemfile.html

https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool. I'll take care of this in a future PR.

Loading