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

post beta-5 updates and cleanup #347

Merged
merged 1 commit into from
Jun 2, 2022
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 dev-app/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ PODS:
- RNScreens (3.13.1):
- React-Core
- React-RCTImage
- stripe-terminal-react-native (0.0.1-beta.4):
- stripe-terminal-react-native (0.0.1-beta.5):
- React-Core
- StripeTerminal (= 2.9.0)
- StripeTerminal (2.9.0)
Expand Down Expand Up @@ -505,7 +505,7 @@ SPEC CHECKSUMS:
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
RNReanimated: 61f7efddd08550ffa5dee90021a157cd6e7c82fb
RNScreens: 40a2cb40a02a609938137a1e0acfbf8fc9eebf19
stripe-terminal-react-native: ebeb84bca33ad7e54e0ba08fd23f657273ffc182
stripe-terminal-react-native: 8440610ebe574cbbf2ebcc2091605ffb1bf29531
StripeTerminal: 4df45e7dfc29f26a3406ac75070b88e3e0626f8e
Yoga: 17cd9a50243093b547c1e539c749928dd68152da

Expand Down
4 changes: 2 additions & 2 deletions example-app/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ PODS:
- RNScreens (3.11.1):
- React-Core
- React-RCTImage
- stripe-terminal-react-native (0.0.1-beta.4):
- stripe-terminal-react-native (0.0.1-beta.5):
- React-Core
- StripeTerminal (= 2.9.0)
- StripeTerminal (2.9.0)
Expand Down Expand Up @@ -558,7 +558,7 @@ SPEC CHECKSUMS:
RNGestureHandler: 1dc1ea9d4b64f999042afafbaccf5b143f0b2fa2
RNReanimated: 64573e25e078ae6bec03b891586d50b9ec284393
RNScreens: 4d83613b50b74ed277026375dc0810893b0c347f
stripe-terminal-react-native: ebeb84bca33ad7e54e0ba08fd23f657273ffc182
stripe-terminal-react-native: 8440610ebe574cbbf2ebcc2091605ffb1bf29531
StripeTerminal: 4df45e7dfc29f26a3406ac75070b88e3e0626f8e
Yoga: 99652481fcd320aefa4a7ef90095b95acd181952

Expand Down
2 changes: 1 addition & 1 deletion example-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@react-native-picker/picker": "2.4.0",
"@react-navigation/native": "^5.x",
"@react-navigation/stack": "^5.x",
"@stripe/stripe-terminal-react-native": "^0.0.1-beta.4",
"@stripe/stripe-terminal-react-native": "^0.0.1-beta.5",
"@types/jest": "^27.0.2",
"expo": "^45.0.3",
"expo-splash-screen": "~0.15.1",
Expand Down
8 changes: 4 additions & 4 deletions example-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1964,10 +1964,10 @@
dependencies:
"@sinonjs/commons" "^1.7.0"

"@stripe/stripe-terminal-react-native@^0.0.1-beta.4":
version "0.0.1-beta.4"
resolved "https://registry.npmjs.org/@stripe/stripe-terminal-react-native/-/stripe-terminal-react-native-0.0.1-beta.4.tgz#fba4c7010df97b528c5e1b1a1f6ac1b5c7672122"
integrity sha512-6DWnxjXXeJsewCrEsNWJSvEuVHpQyOaVCR838xw4FF8Ntng+J5vz5gSaFwsarII9PgtL6BX3r4/Jqj/TN7W7iA==
"@stripe/stripe-terminal-react-native@^0.0.1-beta.5":
version "0.0.1-beta.5"
resolved "https://registry.npmjs.org/@stripe/stripe-terminal-react-native/-/stripe-terminal-react-native-0.0.1-beta.5.tgz#3c8107d7be88de9b11e9dab2c9e7048f68ac7654"
integrity sha512-Fx14Ty4Rk/5f70CApSOZWV5w0OAT/d9Ql7ThkGBSvn3+yvTsk66+UsSsx+JaMawB5QAyGuEMPr2Qm0BBFU6upQ==
dependencies:
base-64 "^1.0.0"

Expand Down