Browse Source

Updates to latest lib-jitsi-meet f71ff66.

Updates also to latest react-callstats 3.27.0 as lib-jitsi-meet already updated to it.
master
damencho 7 years ago
parent
commit
9a42b866ba
2 changed files with 7 additions and 7 deletions
  1. 5
    5
      package-lock.json
  2. 2
    2
      package.json

+ 5
- 5
package-lock.json View File

@@ -6386,12 +6386,12 @@
6386 6386
       }
6387 6387
     },
6388 6388
     "lib-jitsi-meet": {
6389
-      "version": "github:jitsi/lib-jitsi-meet#d0a4f63948475c391ea08b03694732bb204dbac4",
6389
+      "version": "github:jitsi/lib-jitsi-meet#f71ff66fb26f9dd0b49baeeee239345ba268d46d",
6390 6390
       "requires": {
6391 6391
         "async": "0.9.0",
6392 6392
         "current-executing-script": "0.1.3",
6393 6393
         "jitsi-meet-logger": "github:jitsi/jitsi-meet-logger#6fff754a77a56ab52499f3559105a15886942a1e",
6394
-        "react-native-callstats": "3.26.2",
6394
+        "react-native-callstats": "3.27.0",
6395 6395
         "sdp-interop": "0.1.12",
6396 6396
         "sdp-simulcast": "0.2.1",
6397 6397
         "sdp-transform": "2.3.0",
@@ -9452,9 +9452,9 @@
9452 9452
       "integrity": "sha512-vLNJIedXQZN4p3ChFsAgVHacnJqQMnLl+wBsnZuliRkmsjEHo8kQOA9fnLih/OoiDi1O3eHQvXC5L8f+RYiKgw=="
9453 9453
     },
9454 9454
     "react-native-callstats": {
9455
-      "version": "3.26.2",
9456
-      "resolved": "https://registry.npmjs.org/react-native-callstats/-/react-native-callstats-3.26.2.tgz",
9457
-      "integrity": "sha1-7QX56rwAkf1prgbu8wlmZtRsBLs=",
9455
+      "version": "3.27.0",
9456
+      "resolved": "https://registry.npmjs.org/react-native-callstats/-/react-native-callstats-3.27.0.tgz",
9457
+      "integrity": "sha1-xPyL0wTkCQKdnHzbcj/lQN3Bjuk=",
9458 9458
       "requires": {
9459 9459
         "base-64": "0.1.0",
9460 9460
         "jssha": "2.2.0",

+ 2
- 2
package.json View File

@@ -44,7 +44,7 @@
44 44
     "jquery-i18next": "1.2.0",
45 45
     "js-md5": "0.6.1",
46 46
     "jwt-decode": "2.2.0",
47
-    "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#d0a4f63948475c391ea08b03694732bb204dbac4",
47
+    "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#f71ff66fb26f9dd0b49baeeee239345ba268d46d",
48 48
     "lodash": "4.17.4",
49 49
     "nuclear-js": "1.4.0",
50 50
     "postis": "2.2.0",
@@ -54,7 +54,7 @@
54 54
     "react-i18next": "4.8.0",
55 55
     "react-native": "0.50.4",
56 56
     "react-native-background-timer": "2.0.0",
57
-    "react-native-callstats": "3.26.2",
57
+    "react-native-callstats": "3.27.0",
58 58
     "react-native-fetch-blob": "0.10.8",
59 59
     "react-native-img-cache": "1.5.2",
60 60
     "react-native-immersive": "1.1.0",

Loading…
Cancel
Save