chore(package.json): Update lib-jitsi-meet.

This commit is contained in:
hristoterezov 2018-02-28 16:55:42 -06:00 committed by Дамян Минков
parent 0d5cc8898d
commit e05f2a9027
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@ -7010,19 +7010,6 @@
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz",
"integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls="
},
"js-utils": {
"version": "github:jitsi/js-utils#fa6eb93d1792b75e25bf84b97e51672e70d900de",
"requires": {
"bowser": "1.9.1"
},
"dependencies": {
"bowser": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/bowser/-/bowser-1.9.1.tgz",
"integrity": "sha512-UXti1JB6oK8hO983AImunnV6j/fqAEeDlPXh99zhsP5g32oLbxJJ6qcOaUesR+tqqhnUVQHlRJyD0dfiV0Hxaw=="
}
}
},
"js-yaml": {
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.7.0.tgz",
@ -7220,12 +7207,12 @@
}
},
"lib-jitsi-meet": {
"version": "github:jitsi/lib-jitsi-meet#fff9fd6b8391824bc7d66c372dfcaa264200ef26",
"version": "github:jitsi/lib-jitsi-meet#d5389ace55686b96f1526c32fda26faf0d9a672f",
"requires": {
"async": "0.9.0",
"current-executing-script": "0.1.3",
"jitsi-meet-logger": "github:jitsi/jitsi-meet-logger#6fff754a77a56ab52499f3559105a15886942a1e",
"js-utils": "github:jitsi/js-utils#fa6eb93d1792b75e25bf84b97e51672e70d900de",
"js-utils": "github:jitsi/js-utils#d4b78721b754a15c2588b7b0c621a9fff6fa1363",
"react-native-callstats": "3.27.0",
"sdp-interop": "0.1.12",
"sdp-simulcast": "0.2.1",
@ -7234,6 +7221,19 @@
"strophejs-plugin-disco": "0.0.2",
"webrtc-adapter": "github:webrtc/adapter#1eec19782b4058d186341263e7d049cea3e3290a",
"yaeti": "1.0.1"
},
"dependencies": {
"bowser": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/bowser/-/bowser-1.9.1.tgz",
"integrity": "sha512-UXti1JB6oK8hO983AImunnV6j/fqAEeDlPXh99zhsP5g32oLbxJJ6qcOaUesR+tqqhnUVQHlRJyD0dfiV0Hxaw=="
},
"js-utils": {
"version": "github:jitsi/js-utils#d4b78721b754a15c2588b7b0c621a9fff6fa1363",
"requires": {
"bowser": "1.9.1"
}
}
}
},
"load-json-file": {

View File

@ -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#fff9fd6b8391824bc7d66c372dfcaa264200ef26",
"lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#d5389ace55686b96f1526c32fda26faf0d9a672f",
"lodash": "4.17.4",
"moment": "2.19.4",
"nuclear-js": "1.4.0",