deps: react-native-webrtc@latest

This commit is contained in:
Saúl Ibarra Corretgé 2019-09-04 17:52:21 +02:00 committed by Saúl Ibarra Corretgé
parent dbf569e29e
commit c8753230a4
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -14274,8 +14274,8 @@
"integrity": "sha512-l3Quzbb+qa4in2U5RSt/lT0/pHrIpEChT1NnqrVAAXNrjkXjVOsxduaaEDdDhTzNJQEm/PcAcoyrFmgvGOohxw=="
},
"react-native-webrtc": {
"version": "github:jitsi/react-native-webrtc#44ecfddfa816d260087e16c92f299ded169a4472",
"from": "github:jitsi/react-native-webrtc#44ecfddfa816d260087e16c92f299ded169a4472",
"version": "github:react-native-webrtc/react-native-webrtc#6fd465d17cfb8d081af9928700a0a4ea33db798a",
"from": "github:react-native-webrtc/react-native-webrtc#6fd465d17cfb8d081af9928700a0a4ea33db798a",
"requires": {
"base64-js": "^1.1.2",
"event-target-shim": "^1.0.5",
@ -14284,9 +14284,9 @@
},
"dependencies": {
"uuid": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz",
"integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA=="
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz",
"integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ=="
}
}
},

View File

@ -78,7 +78,7 @@
"react-native-swipeout": "2.3.6",
"react-native-vector-icons": "6.0.2",
"react-native-watch-connectivity": "0.2.0",
"react-native-webrtc": "github:jitsi/react-native-webrtc#44ecfddfa816d260087e16c92f299ded169a4472",
"react-native-webrtc": "github:react-native-webrtc/react-native-webrtc#6fd465d17cfb8d081af9928700a0a4ea33db798a",
"react-native-webview": "5.8.1",
"react-redux": "7.1.0",
"react-textarea-autosize": "7.1.0",