Browse Source

deps: update react-native-webrtc dependency

It includes a W3C-ish permissions API which we will leverage.
master
Saúl Ibarra Corretgé 7 years ago
parent
commit
288bb59f71
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      package-lock.json
  2. 1
    1
      package.json

+ 2
- 2
package-lock.json View File

@@ -12832,8 +12832,8 @@
12832 12832
       }
12833 12833
     },
12834 12834
     "react-native-webrtc": {
12835
-      "version": "github:jitsi/react-native-webrtc#111da886907024801bb3c90116708c6aad6dbba4",
12836
-      "from": "github:jitsi/react-native-webrtc#111da886907024801bb3c90116708c6aad6dbba4",
12835
+      "version": "github:jitsi/react-native-webrtc#be3de15bb988cfabbb62cd4b3b06f4c920ee5ba0",
12836
+      "from": "github:jitsi/react-native-webrtc#be3de15bb988cfabbb62cd4b3b06f4c920ee5ba0",
12837 12837
       "requires": {
12838 12838
         "base64-js": "^1.1.2",
12839 12839
         "event-target-shim": "^1.0.5",

+ 1
- 1
package.json View File

@@ -73,7 +73,7 @@
73 73
     "react-native-prompt": "1.0.0",
74 74
     "react-native-sound": "0.10.9",
75 75
     "react-native-vector-icons": "4.4.2",
76
-    "react-native-webrtc": "github:jitsi/react-native-webrtc#111da886907024801bb3c90116708c6aad6dbba4",
76
+    "react-native-webrtc": "github:jitsi/react-native-webrtc#be3de15bb988cfabbb62cd4b3b06f4c920ee5ba0",
77 77
     "react-redux": "5.0.7",
78 78
     "redux": "4.0.0",
79 79
     "redux-thunk": "2.2.0",

Loading…
Cancel
Save