Browse Source

chore(deps,rn) react-native-webview@10.9.0

master
Saúl Ibarra Corretgé 4 years ago
parent
commit
d9f85c70f1
3 changed files with 6 additions and 6 deletions
  1. 2
    2
      ios/Podfile.lock
  2. 3
    3
      package-lock.json
  3. 1
    1
      package.json

+ 2
- 2
ios/Podfile.lock View File

269
     - React
269
     - React
270
   - react-native-webrtc (1.84.0):
270
   - react-native-webrtc (1.84.0):
271
     - React
271
     - React
272
-  - react-native-webview (7.4.1):
272
+  - react-native-webview (10.9.0):
273
     - React
273
     - React
274
   - React-RCTActionSheet (0.61.5-jitsi.1):
274
   - React-RCTActionSheet (0.61.5-jitsi.1):
275
     - React-Core/RCTActionSheetHeaders (= 0.61.5-jitsi.1)
275
     - React-Core/RCTActionSheetHeaders (= 0.61.5-jitsi.1)
534
   react-native-keep-awake: eba3137546b10003361b37c761f6c429b59814ae
534
   react-native-keep-awake: eba3137546b10003361b37c761f6c429b59814ae
535
   react-native-netinfo: 8d8db463bcc5db66a8ac5c48a7d86beb3b92f61a
535
   react-native-netinfo: 8d8db463bcc5db66a8ac5c48a7d86beb3b92f61a
536
   react-native-webrtc: 9268ae9a2bc9730796b0968d012327e92c392adf
536
   react-native-webrtc: 9268ae9a2bc9730796b0968d012327e92c392adf
537
-  react-native-webview: 4dbc1d2a4a6b9c5e9e723c62651917aa2b5e579e
537
+  react-native-webview: 6ee7868ca8eba635dbf7963986d1ab7959da0391
538
   React-RCTActionSheet: b72ddbfbe15b44ce691d128e4b582f4bb9abb540
538
   React-RCTActionSheet: b72ddbfbe15b44ce691d128e4b582f4bb9abb540
539
   React-RCTAnimation: cfaefba5024499d336b76ab850e6bd33b232b5e3
539
   React-RCTAnimation: cfaefba5024499d336b76ab850e6bd33b232b5e3
540
   React-RCTBlob: c427e643bef82999deeab97489ba43298ecfbe24
540
   React-RCTBlob: c427e643bef82999deeab97489ba43298ecfbe24

+ 3
- 3
package-lock.json View File

14148
       }
14148
       }
14149
     },
14149
     },
14150
     "react-native-webview": {
14150
     "react-native-webview": {
14151
-      "version": "7.4.1",
14152
-      "resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-7.4.1.tgz",
14153
-      "integrity": "sha512-AVT5HIEEWc/NZdNwXRVev0cAs1Si0O3BA4Crqyor8JbwuxUUCllLv+NK7TO3eOw/ENl+QyIPHu9dizkoycmgJQ==",
14151
+      "version": "10.9.0",
14152
+      "resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-10.9.0.tgz",
14153
+      "integrity": "sha512-zYZfmdJca/xRbwvvOfPhzL59SQC4L0W9rPWVF4zMi7BMDdCVHXVp0wKZ9KzmqxZNwadZNTxl5s0pvd6p3S34Fg==",
14154
       "requires": {
14154
       "requires": {
14155
         "escape-string-regexp": "2.0.0",
14155
         "escape-string-regexp": "2.0.0",
14156
         "invariant": "2.2.4"
14156
         "invariant": "2.2.4"

+ 1
- 1
package.json View File

84
     "react-native-swipeout": "2.3.6",
84
     "react-native-swipeout": "2.3.6",
85
     "react-native-watch-connectivity": "0.4.3",
85
     "react-native-watch-connectivity": "0.4.3",
86
     "react-native-webrtc": "1.84.0",
86
     "react-native-webrtc": "1.84.0",
87
-    "react-native-webview": "7.4.1",
87
+    "react-native-webview": "10.9.0",
88
     "react-native-youtube-iframe": "1.2.3",
88
     "react-native-youtube-iframe": "1.2.3",
89
     "react-redux": "7.1.0",
89
     "react-redux": "7.1.0",
90
     "react-textarea-autosize": "7.1.0",
90
     "react-textarea-autosize": "7.1.0",

Loading…
Cancel
Save