From a07eb481e212d478a8d324dcf5a9d14924f58bec Mon Sep 17 00:00:00 2001 From: Alka Prasad Date: Mon, 17 Apr 2023 19:21:04 +0530 Subject: [PATCH] chore(#696): bump up tuvali version for windows build --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 10820192c1..11566bb5c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "react-native-gesture-handler": "~2.1.0", "react-native-keychain": "^8.0.0", "react-native-location-enabler": "^4.1.0", - "react-native-openid4vp-ble": "github:mosip/tuvali#v0.3.9", + "react-native-openid4vp-ble": "github:mosip/tuvali#v0.3.10", "react-native-permissions": "^3.6.0", "react-native-popable": "^0.4.3", "react-native-qrcode-svg": "^6.1.1", @@ -21180,8 +21180,8 @@ } }, "node_modules/react-native-openid4vp-ble": { - "version": "0.3.9", - "resolved": "git+ssh://git@github.com/mosip/tuvali.git#b16c5eaf0095036d3bcd0ffc2512f5dea5778851", + "version": "0.3.10", + "resolved": "git+ssh://git@github.com/mosip/tuvali.git#93eb32c3f5a3a844569e60613491a8b81ca8fef8", "license": "MIT", "peerDependencies": { "react": "*", @@ -44132,8 +44132,8 @@ "requires": {} }, "react-native-openid4vp-ble": { - "version": "git+ssh://git@github.com/mosip/tuvali.git#b16c5eaf0095036d3bcd0ffc2512f5dea5778851", - "from": "react-native-openid4vp-ble@github:mosip/tuvali#v0.3.9", + "version": "git+ssh://git@github.com/mosip/tuvali.git#93eb32c3f5a3a844569e60613491a8b81ca8fef8", + "from": "react-native-openid4vp-ble@github:mosip/tuvali#v0.3.10", "requires": {} }, "react-native-permissions": { diff --git a/package.json b/package.json index d8f4608f0c..eea5cf4d70 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "react-native-gesture-handler": "~2.1.0", "react-native-keychain": "^8.0.0", "react-native-location-enabler": "^4.1.0", - "react-native-openid4vp-ble": "github:mosip/tuvali#v0.3.9", + "react-native-openid4vp-ble": "github:mosip/tuvali#v0.3.10", "react-native-permissions": "^3.6.0", "react-native-popable": "^0.4.3", "react-native-qrcode-svg": "^6.1.1",