From cf4a1ddc970c58581857a8728f9231ab1c7b591c Mon Sep 17 00:00:00 2001 From: Melissa O'Sullivan Date: Tue, 4 Jun 2024 17:33:22 -0400 Subject: [PATCH] update sdk version in example app --- FabricExample/package.json | 2 +- example/package-lock.json | 9 +++++---- example/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/FabricExample/package.json b/FabricExample/package.json index c482f329..0c758425 100644 --- a/FabricExample/package.json +++ b/FabricExample/package.json @@ -18,7 +18,7 @@ "react": "18.2.0", "react-native": "0.74.1", "react-native-gesture-handler": "^2.16.2", - "react-native-plaid-link-sdk": "^11.10.2", + "react-native-plaid-link-sdk": "^11.10.3", "react-native-safe-area-context": "4.10.1", "react-native-screens": "3.31.1" }, diff --git a/example/package-lock.json b/example/package-lock.json index e47767c9..616aec5d 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.10.2", + "react-native-plaid-link-sdk": "^11.10.3", "react-native-safe-area-context": "^4.9.0", "react-native-screens": "^3.29.0" }, @@ -11138,9 +11138,10 @@ } }, "node_modules/react-native-plaid-link-sdk": { - "version": "11.10.2", - "resolved": "https://registry.npmjs.org/react-native-plaid-link-sdk/-/react-native-plaid-link-sdk-11.10.2.tgz", - "integrity": "sha512-nFR0/A7ba0JCunEGZPnFhkTbJMuAOF6aNL+e0PxeIaQMjqL6GHkj4FPWf2rfzp6nYsLY7q4BOsX9mlLRcBRdBg==", + "version": "11.10.3", + "resolved": "https://registry.npmjs.org/react-native-plaid-link-sdk/-/react-native-plaid-link-sdk-11.10.3.tgz", + "integrity": "sha512-cklgvgs5p4yxIrP6vEgFegNEP9lSPasAcErS5pZVZs5oOw7VudW4GcHvYUabG6YO4vY2fq8EBKGiNDxCu97Pyw==", + "license": "MIT", "peerDependencies": { "react": "*", "react-native": "*" diff --git a/example/package.json b/example/package.json index 8c3c00c9..bcee1ce2 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.10.2", + "react-native-plaid-link-sdk": "^11.10.3", "react-native-safe-area-context": "^4.9.0", "react-native-screens": "^3.29.0" },