deps(rn) update WebRTC to M92

This commit is contained in:
Saúl Ibarra Corretgé 2021-08-04 15:16:15 +02:00 committed by Saúl Ibarra Corretgé
parent 465e7f1458
commit 8161309e28
3 changed files with 6 additions and 6 deletions

View File

@ -293,7 +293,7 @@ PODS:
- react-native-video/Video (= 5.1.1) - react-native-video/Video (= 5.1.1)
- react-native-video/Video (5.1.1): - react-native-video/Video (5.1.1):
- React-Core - React-Core
- react-native-webrtc (1.89.3): - react-native-webrtc (1.92.0):
- React-Core - React-Core
- react-native-webview (11.0.2): - react-native-webview (11.0.2):
- React-Core - React-Core
@ -568,7 +568,7 @@ SPEC CHECKSUMS:
react-native-slider: b733e17fdd31186707146debf1f04b5d94aa1a93 react-native-slider: b733e17fdd31186707146debf1f04b5d94aa1a93
react-native-splash-screen: 200d11d188e2e78cea3ad319964f6142b6384865 react-native-splash-screen: 200d11d188e2e78cea3ad319964f6142b6384865
react-native-video: 1574074179ecaf6a9dd067116c8f31bf9fec15c8 react-native-video: 1574074179ecaf6a9dd067116c8f31bf9fec15c8
react-native-webrtc: 2e8095a43dd3d95ce796d9750280c0f48aadad3d react-native-webrtc: bbb644859dcc37ccb7edaec860ca62ed47bf996c
react-native-webview: b2542d6fd424bcc3e3b2ec5f854f0abb4ec86c87 react-native-webview: b2542d6fd424bcc3e3b2ec5f854f0abb4ec86c87
React-RCTActionSheet: bcbc311dc3b47bc8efb2737ff0940239a45789a9 React-RCTActionSheet: bcbc311dc3b47bc8efb2737ff0940239a45789a9
React-RCTAnimation: 65f61080ce632f6dea23d52e354ffac9948396c6 React-RCTAnimation: 65f61080ce632f6dea23d52e354ffac9948396c6

6
package-lock.json generated
View File

@ -15170,9 +15170,9 @@
"integrity": "sha512-iqdJ1KpZbR4XGahgVmaeibB7kDhyMT7wrylINgJaYBY38IAiI0LF32VX1umO4pko6n21YF5I/kSeNQ+OXGqqow==" "integrity": "sha512-iqdJ1KpZbR4XGahgVmaeibB7kDhyMT7wrylINgJaYBY38IAiI0LF32VX1umO4pko6n21YF5I/kSeNQ+OXGqqow=="
}, },
"react-native-webrtc": { "react-native-webrtc": {
"version": "1.89.3", "version": "1.92.0",
"resolved": "https://registry.npmjs.org/react-native-webrtc/-/react-native-webrtc-1.89.3.tgz", "resolved": "https://registry.npmjs.org/react-native-webrtc/-/react-native-webrtc-1.92.0.tgz",
"integrity": "sha512-K6GbLfOeOhJuxgWx8NKoSMnvl6hkqqOCUHZISABOspj00CXNtJgKvFBuCi+fBeNT/RribOODBFxK2sfHqRz7Ww==", "integrity": "sha512-nztKQ/SmO1DgA3QWCDHHK8ZVDf+5rLbmH42Ukoqnld7ut8/ehmFZXc17aSV/BN0H60jPigGqAMYopt/LZak7Sg==",
"requires": { "requires": {
"base64-js": "^1.1.2", "base64-js": "^1.1.2",
"cross-os": "^1.3.0", "cross-os": "^1.3.0",

View File

@ -89,7 +89,7 @@
"react-native-url-polyfill": "1.2.0", "react-native-url-polyfill": "1.2.0",
"react-native-video": "5.1.1", "react-native-video": "5.1.1",
"react-native-watch-connectivity": "0.4.3", "react-native-watch-connectivity": "0.4.3",
"react-native-webrtc": "1.89.3", "react-native-webrtc": "1.92.0",
"react-native-webview": "11.0.2", "react-native-webview": "11.0.2",
"react-native-youtube-iframe": "2.1.1", "react-native-youtube-iframe": "2.1.1",
"react-redux": "7.1.0", "react-redux": "7.1.0",