Ver código fonte

chore(deps) react-native-webrtc@1.89.2

THe new version fixed a longstanding problem with RN not updating the JS side
SDP representation properly. This will allow us to remove a hack we currently
have to sidestep this.
master
Saúl Ibarra Corretgé 4 anos atrás
pai
commit
47576aebba
3 arquivos alterados com 6 adições e 5 exclusões
  1. 2
    2
      ios/Podfile.lock
  2. 3
    2
      package-lock.json
  3. 1
    1
      package.json

+ 2
- 2
ios/Podfile.lock Ver arquivo

@@ -288,7 +288,7 @@ PODS:
288 288
     - React
289 289
   - react-native-splash-screen (3.2.0):
290 290
     - React
291
-  - react-native-webrtc (1.89.1):
291
+  - react-native-webrtc (1.89.3):
292 292
     - React-Core
293 293
   - react-native-webview (11.0.2):
294 294
     - React-Core
@@ -559,7 +559,7 @@ SPEC CHECKSUMS:
559 559
   react-native-netinfo: 8d8db463bcc5db66a8ac5c48a7d86beb3b92f61a
560 560
   react-native-slider: b733e17fdd31186707146debf1f04b5d94aa1a93
561 561
   react-native-splash-screen: 200d11d188e2e78cea3ad319964f6142b6384865
562
-  react-native-webrtc: ccb0c21eb4fb04326648fbdb4a5d49977e2cf274
562
+  react-native-webrtc: 2e8095a43dd3d95ce796d9750280c0f48aadad3d
563 563
   react-native-webview: b2542d6fd424bcc3e3b2ec5f854f0abb4ec86c87
564 564
   React-RCTActionSheet: bcbc311dc3b47bc8efb2737ff0940239a45789a9
565 565
   React-RCTAnimation: 65f61080ce632f6dea23d52e354ffac9948396c6

+ 3
- 2
package-lock.json Ver arquivo

@@ -15149,8 +15149,9 @@
15149 15149
       "integrity": "sha512-iqdJ1KpZbR4XGahgVmaeibB7kDhyMT7wrylINgJaYBY38IAiI0LF32VX1umO4pko6n21YF5I/kSeNQ+OXGqqow=="
15150 15150
     },
15151 15151
     "react-native-webrtc": {
15152
-      "version": "github:react-native-webrtc/react-native-webrtc#510d20dd62c1768885a98f36fde83f9e48a723fa",
15153
-      "from": "github:react-native-webrtc/react-native-webrtc#510d20dd62c1768885a98f36fde83f9e48a723fa",
15152
+      "version": "1.89.3",
15153
+      "resolved": "https://registry.npmjs.org/react-native-webrtc/-/react-native-webrtc-1.89.3.tgz",
15154
+      "integrity": "sha512-K6GbLfOeOhJuxgWx8NKoSMnvl6hkqqOCUHZISABOspj00CXNtJgKvFBuCi+fBeNT/RribOODBFxK2sfHqRz7Ww==",
15154 15155
       "requires": {
15155 15156
         "base64-js": "^1.1.2",
15156 15157
         "cross-os": "^1.3.0",

+ 1
- 1
package.json Ver arquivo

@@ -88,7 +88,7 @@
88 88
     "react-native-svg-transformer": "0.14.3",
89 89
     "react-native-url-polyfill": "1.2.0",
90 90
     "react-native-watch-connectivity": "0.4.3",
91
-    "react-native-webrtc": "github:react-native-webrtc/react-native-webrtc#510d20dd62c1768885a98f36fde83f9e48a723fa",
91
+    "react-native-webrtc": "1.89.3",
92 92
     "react-native-webview": "11.0.2",
93 93
     "react-native-youtube-iframe": "1.2.3",
94 94
     "react-redux": "7.1.0",

Carregando…
Cancelar
Salvar