From bf7c62e3b51ad0a8fddb85d5e1173b0941cfddba Mon Sep 17 00:00:00 2001 From: dtroupe Date: Wed, 18 Sep 2024 11:31:23 -0700 Subject: [PATCH] update example to lastest sdk --- example/ios/Podfile.lock | 12 ++++++------ example/package-lock.json | 8 ++++---- example/package.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 312d7c04..f04a660c 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -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 @@ -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 @@ -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 @@ -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 @@ -1401,4 +1401,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 14b7c7b2f858d3a01722a71c1276116b1685ff34 -COCOAPODS: 1.14.3 +COCOAPODS: 1.15.2 diff --git a/example/package-lock.json b/example/package-lock.json index a3a9c5d7..75b8694f 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -14,7 +14,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" }, @@ -11139,9 +11139,9 @@ } }, "node_modules/react-native-plaid-link-sdk": { - "version": "11.11.2", - "resolved": "https://registry.npmjs.org/react-native-plaid-link-sdk/-/react-native-plaid-link-sdk-11.11.2.tgz", - "integrity": "sha512-TguJaYVu2LEDugPpf66j9T7a6w2EqfnbKNYxykoSNcc9sZ3WECz1UUBV/vLYBdIOQyldZ8YtLX38aL1Z39Mj1g==", + "version": "11.13.0", + "resolved": "https://registry.npmjs.org/react-native-plaid-link-sdk/-/react-native-plaid-link-sdk-11.13.0.tgz", + "integrity": "sha512-8SGeyS9/iAs33V0ve4O34vtCHpdf2obwd4urwlvk5Q+7+uBslcvGnefzi5M8pUCpDGOQ7CGezNyQ3HHBzP59DQ==", "peerDependencies": { "react": "*", "react-native": "*" diff --git a/example/package.json b/example/package.json index 3d800be6..b964baa1 100644 --- a/example/package.json +++ b/example/package.json @@ -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" },