Explorar el Código

chore(deps) react-native-webrtc@118.0.3

Fixes spurious exceptions on Android 14.
factor2
Saúl Ibarra Corretgé hace 1 año
padre
commit
d358dd8ec6
Se han modificado 3 ficheros con 10 adiciones y 10 borrados
  1. 2
    2
      ios/Podfile.lock
  2. 7
    7
      package-lock.json
  3. 1
    1
      package.json

+ 2
- 2
ios/Podfile.lock Ver fichero

@@ -453,7 +453,7 @@ PODS:
453 453
   - react-native-video/Video (6.0.0-alpha.11):
454 454
     - PromisesSwift
455 455
     - React-Core
456
-  - react-native-webrtc (118.0.2):
456
+  - react-native-webrtc (118.0.3):
457 457
     - JitsiWebRTC (~> 118.0.0)
458 458
     - React-Core
459 459
   - react-native-webview (13.5.1):
@@ -881,7 +881,7 @@ SPEC CHECKSUMS:
881 881
   react-native-slider: 1cdd6ba29675df21f30544253bf7351d3c2d68c4
882 882
   react-native-splash-screen: 4312f786b13a81b5169ef346d76d33bc0c6dc457
883 883
   react-native-video: 472b7c366eaaaa0207e546d9a50410df89790bcf
884
-  react-native-webrtc: a0a8a1730b6cc5a5bda8a6e2166a74c9b78029e2
884
+  react-native-webrtc: 6fc32f3d556aa60aa2334eeaf6cadcdab2432809
885 885
   react-native-webview: 8baa0f5c6d336d6ba488e942bcadea5bf51f050a
886 886
   React-NativeModulesApple: 4225ac31a26696c02c54b471052b3e85e74a9a0c
887 887
   React-perflogger: cb433f318c6667060fc1f62e26eb58d6eb30a627

+ 7
- 7
package-lock.json Ver fichero

@@ -100,7 +100,7 @@
100 100
         "react-native-url-polyfill": "2.0.0",
101 101
         "react-native-video": "6.0.0-alpha.11",
102 102
         "react-native-watch-connectivity": "1.1.0",
103
-        "react-native-webrtc": "118.0.2",
103
+        "react-native-webrtc": "118.0.3",
104 104
         "react-native-webview": "13.5.1",
105 105
         "react-native-youtube-iframe": "2.3.0",
106 106
         "react-redux": "7.2.9",
@@ -16817,9 +16817,9 @@
16817 16817
       }
16818 16818
     },
16819 16819
     "node_modules/react-native-webrtc": {
16820
-      "version": "118.0.2",
16821
-      "resolved": "https://registry.npmjs.org/react-native-webrtc/-/react-native-webrtc-118.0.2.tgz",
16822
-      "integrity": "sha512-ICSv/iYXRILIHgWJXVI1ZlYkQeWZIuqi02FI+38Ch6YRbFZWUwcfhALZ5AhTRAlnUzpt+qsBxWrsq8eIG+3lTw==",
16820
+      "version": "118.0.3",
16821
+      "resolved": "https://registry.npmjs.org/react-native-webrtc/-/react-native-webrtc-118.0.3.tgz",
16822
+      "integrity": "sha512-qw+aa4rxGJTvltmYwwHonx4Qcgk/tcoojONu/6y5nsXGctkUqo886EIBb29Jv4ssHnudDzvkxyG/xVKK2vJc7Q==",
16823 16823
       "dependencies": {
16824 16824
         "base64-js": "1.5.1",
16825 16825
         "debug": "4.3.4",
@@ -32118,9 +32118,9 @@
32118 32118
       }
32119 32119
     },
32120 32120
     "react-native-webrtc": {
32121
-      "version": "118.0.2",
32122
-      "resolved": "https://registry.npmjs.org/react-native-webrtc/-/react-native-webrtc-118.0.2.tgz",
32123
-      "integrity": "sha512-ICSv/iYXRILIHgWJXVI1ZlYkQeWZIuqi02FI+38Ch6YRbFZWUwcfhALZ5AhTRAlnUzpt+qsBxWrsq8eIG+3lTw==",
32121
+      "version": "118.0.3",
32122
+      "resolved": "https://registry.npmjs.org/react-native-webrtc/-/react-native-webrtc-118.0.3.tgz",
32123
+      "integrity": "sha512-qw+aa4rxGJTvltmYwwHonx4Qcgk/tcoojONu/6y5nsXGctkUqo886EIBb29Jv4ssHnudDzvkxyG/xVKK2vJc7Q==",
32124 32124
       "requires": {
32125 32125
         "base64-js": "1.5.1",
32126 32126
         "debug": "4.3.4",

+ 1
- 1
package.json Ver fichero

@@ -106,7 +106,7 @@
106 106
     "react-native-url-polyfill": "2.0.0",
107 107
     "react-native-video": "6.0.0-alpha.11",
108 108
     "react-native-watch-connectivity": "1.1.0",
109
-    "react-native-webrtc": "118.0.2",
109
+    "react-native-webrtc": "118.0.3",
110 110
     "react-native-webview": "13.5.1",
111 111
     "react-native-youtube-iframe": "2.3.0",
112 112
     "react-redux": "7.2.9",

Loading…
Cancelar
Guardar