From 6c2ceb82f0cdb245cf6c33beec5bb3de5eccd497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Rodriguez=20V=C3=A9lez?= Date: Mon, 17 Jan 2022 18:13:45 -0500 Subject: [PATCH] OPS: Package --- ios/Podfile.lock | 4 ++-- package-lock.json | 12 +++++------- package.json | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 932480976..7ef6a673c 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -283,7 +283,7 @@ PODS: - React-Core - react-native-image-picker (4.7.0): - React-Core - - react-native-ios-context-menu (1.7.2): + - react-native-ios-context-menu (1.3.0): - React-Core - react-native-randombytes (3.6.1): - React-Core @@ -744,7 +744,7 @@ SPEC CHECKSUMS: react-native-fingerprint-scanner: ac6656f18c8e45a7459302b84da41a44ad96dbbe react-native-idle-timer: f7f651542b39dce9b9473e4578cb64a255075f17 react-native-image-picker: 4b090b73077c3a71b91fddc739a594feebd00184 - react-native-ios-context-menu: 3accab640c866e82f386a0cbee34c8ada345e6fc + react-native-ios-context-menu: 1ccf4d6aa1c0e7dc596613eb9a36f8c0c23ca56f react-native-randombytes: 421f1c7d48c0af8dbcd471b0324393ebf8fe7846 react-native-safe-area-context: 584dc04881deb49474363f3be89e4ca0e854c057 react-native-tcp-socket: 199889cd48b07a0238e0feb53549607de5207116 diff --git a/package-lock.json b/package-lock.json index 85eb64bfe..ada8e6f63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -71,7 +71,7 @@ "react-native-haptic-feedback": "1.13.0", "react-native-idle-timer": "https://github.com/BlueWallet/react-native-idle-timer#8587876d68ab5920e79619726aeca9e672beaf2b", "react-native-image-picker": "4.7.0", - "react-native-ios-context-menu": "https://github.com/BlueWallet/react-native-ios-context-menu.git#19868fc255e5dd5e41422b181cebcc6c448e2092", + "react-native-ios-context-menu": "https://github.com/BlueWallet/react-native-ios-context-menu.git#v1.3.0", "react-native-keychain": "8.0.0", "react-native-level-fs": "3.0.1", "react-native-linear-gradient": "2.5.6", @@ -25558,9 +25558,8 @@ } }, "node_modules/react-native-ios-context-menu": { - "version": "1.7.2", - "resolved": "git+ssh://git@github.com/BlueWallet/react-native-ios-context-menu.git#19868fc255e5dd5e41422b181cebcc6c448e2092", - "integrity": "sha512-BdaCNC/JU3kjHdZSg+Ypus79HapNM6D7UsuapIIO8FveUCorfs4RKj5BElZJz7KcbNyZ+4w+P3L0eng1ElDVQQ==", + "version": "1.3.0", + "resolved": "git+ssh://git@github.com/BlueWallet/react-native-ios-context-menu.git#8c41179dc2e919019415ef71508ce37232cc9d17", "license": "MIT", "peerDependencies": { "react": "*", @@ -49768,9 +49767,8 @@ "requires": {} }, "react-native-ios-context-menu": { - "version": "git+ssh://git@github.com/BlueWallet/react-native-ios-context-menu.git#19868fc255e5dd5e41422b181cebcc6c448e2092", - "integrity": "sha512-BdaCNC/JU3kjHdZSg+Ypus79HapNM6D7UsuapIIO8FveUCorfs4RKj5BElZJz7KcbNyZ+4w+P3L0eng1ElDVQQ==", - "from": "react-native-ios-context-menu@https://github.com/BlueWallet/react-native-ios-context-menu.git#19868fc255e5dd5e41422b181cebcc6c448e2092", + "version": "git+ssh://git@github.com/BlueWallet/react-native-ios-context-menu.git#8c41179dc2e919019415ef71508ce37232cc9d17", + "from": "react-native-ios-context-menu@https://github.com/BlueWallet/react-native-ios-context-menu.git#v1.3.0", "requires": {} }, "react-native-iphone-x-helper": { diff --git a/package.json b/package.json index ffed5725e..f2c4f8cba 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "react-native-haptic-feedback": "1.13.0", "react-native-idle-timer": "https://github.com/BlueWallet/react-native-idle-timer#8587876d68ab5920e79619726aeca9e672beaf2b", "react-native-image-picker": "4.7.0", - "react-native-ios-context-menu": "https://github.com/BlueWallet/react-native-ios-context-menu.git#19868fc255e5dd5e41422b181cebcc6c448e2092", + "react-native-ios-context-menu": "https://github.com/BlueWallet/react-native-ios-context-menu.git#v1.3.0", "react-native-keychain": "8.0.0", "react-native-level-fs": "3.0.1", "react-native-linear-gradient": "2.5.6",