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] Update example to Latest SDK #711

Merged
merged 1 commit into from
Sep 18, 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
12 changes: 6 additions & 6 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ PODS:
- hermes-engine/Pre-built (0.73.6)
- libevent (2.1.12)
- OpenSSL-Universal (1.1.1100)
- Plaid (5.6.0)
- Plaid (5.6.1)
- RCT-Folly (2022.05.16.00):
- boost
- DoubleConversion
Expand Down Expand Up @@ -945,8 +945,8 @@ PODS:
- React-Mapbuffer (0.73.6):
- glog
- React-debug
- react-native-plaid-link-sdk (11.11.2):
- Plaid (~> 5.6.0)
- react-native-plaid-link-sdk (11.13.0):
- Plaid (~> 5.6.1)
- React-Core
- react-native-safe-area-context (4.9.0):
- React-Core
Expand Down Expand Up @@ -1350,7 +1350,7 @@ SPEC CHECKSUMS:
hermes-engine: 9cecf9953a681df7556b8cc9c74905de8f3293c0
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
Plaid: c32f22ffce5ec67c9e6147eaf6c4d7d5f8086d89
Plaid: 93c9e80b93f5cea960a1120047ef2b689394ff91
RCT-Folly: 7169b2b1c44399c76a47b5deaaba715eeeb476c0
RCTRequired: ca1d7414aba0b27efcfa2ccd37637edb1ab77d96
RCTTypeSafety: 678e344fb976ff98343ca61dc62e151f3a042292
Expand All @@ -1372,7 +1372,7 @@ SPEC CHECKSUMS:
React-jsinspector: 85583ef014ce53d731a98c66a0e24496f7a83066
React-logger: 3eb80a977f0d9669468ef641a5e1fabbc50a09ec
React-Mapbuffer: 84ea43c6c6232049135b1550b8c60b2faac19fab
react-native-plaid-link-sdk: dccedf4397b0a80fd693a2fac6e34a06e6047303
react-native-plaid-link-sdk: a814ab495f29cad595da29b13432e8277729ba52
react-native-safe-area-context: b97eb6f9e3b7f437806c2ce5983f479f8eb5de4b
React-nativeconfig: b4d4e9901d4cabb57be63053fd2aa6086eb3c85f
React-NativeModulesApple: cd26e56d56350e123da0c1e3e4c76cb58a05e1ee
Expand Down Expand Up @@ -1401,4 +1401,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 14b7c7b2f858d3a01722a71c1276116b1685ff34

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2
8 changes: 4 additions & 4 deletions example/package-lock.json

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

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-gesture-handler": "^2.12.1",
"react-native-plaid-link-sdk": "^11.11.2",
"react-native-plaid-link-sdk": "^11.13.0",
"react-native-safe-area-context": "^4.9.0",
"react-native-screens": "^3.29.0"
},
Expand Down
Loading