Updates to latest lib-jitsi-meet f71ff66.
Updates also to latest react-callstats 3.27.0 as lib-jitsi-meet already updated to it.
This commit is contained in:
parent
b920140488
commit
9a42b866ba
|
@ -6386,12 +6386,12 @@
|
|||
}
|
||||
},
|
||||
"lib-jitsi-meet": {
|
||||
"version": "github:jitsi/lib-jitsi-meet#d0a4f63948475c391ea08b03694732bb204dbac4",
|
||||
"version": "github:jitsi/lib-jitsi-meet#f71ff66fb26f9dd0b49baeeee239345ba268d46d",
|
||||
"requires": {
|
||||
"async": "0.9.0",
|
||||
"current-executing-script": "0.1.3",
|
||||
"jitsi-meet-logger": "github:jitsi/jitsi-meet-logger#6fff754a77a56ab52499f3559105a15886942a1e",
|
||||
"react-native-callstats": "3.26.2",
|
||||
"react-native-callstats": "3.27.0",
|
||||
"sdp-interop": "0.1.12",
|
||||
"sdp-simulcast": "0.2.1",
|
||||
"sdp-transform": "2.3.0",
|
||||
|
@ -9452,9 +9452,9 @@
|
|||
"integrity": "sha512-vLNJIedXQZN4p3ChFsAgVHacnJqQMnLl+wBsnZuliRkmsjEHo8kQOA9fnLih/OoiDi1O3eHQvXC5L8f+RYiKgw=="
|
||||
},
|
||||
"react-native-callstats": {
|
||||
"version": "3.26.2",
|
||||
"resolved": "https://registry.npmjs.org/react-native-callstats/-/react-native-callstats-3.26.2.tgz",
|
||||
"integrity": "sha1-7QX56rwAkf1prgbu8wlmZtRsBLs=",
|
||||
"version": "3.27.0",
|
||||
"resolved": "https://registry.npmjs.org/react-native-callstats/-/react-native-callstats-3.27.0.tgz",
|
||||
"integrity": "sha1-xPyL0wTkCQKdnHzbcj/lQN3Bjuk=",
|
||||
"requires": {
|
||||
"base-64": "0.1.0",
|
||||
"jssha": "2.2.0",
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
"jquery-i18next": "1.2.0",
|
||||
"js-md5": "0.6.1",
|
||||
"jwt-decode": "2.2.0",
|
||||
"lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#d0a4f63948475c391ea08b03694732bb204dbac4",
|
||||
"lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#f71ff66fb26f9dd0b49baeeee239345ba268d46d",
|
||||
"lodash": "4.17.4",
|
||||
"nuclear-js": "1.4.0",
|
||||
"postis": "2.2.0",
|
||||
|
@ -54,7 +54,7 @@
|
|||
"react-i18next": "4.8.0",
|
||||
"react-native": "0.50.4",
|
||||
"react-native-background-timer": "2.0.0",
|
||||
"react-native-callstats": "3.26.2",
|
||||
"react-native-callstats": "3.27.0",
|
||||
"react-native-fetch-blob": "0.10.8",
|
||||
"react-native-img-cache": "1.5.2",
|
||||
"react-native-immersive": "1.1.0",
|
||||
|
|
Loading…
Reference in New Issue