From d4112d072f5e350a795931beb71f19c5bc7fa771 Mon Sep 17 00:00:00 2001 From: diegolmello Date: Fri, 2 Aug 2019 16:51:16 -0300 Subject: [PATCH] Update webview --- ios/Podfile.lock | 4 ++-- ios/Pods/Local Podspecs/react-native-webview.podspec.json | 4 ++-- ios/Pods/Manifest.lock | 4 ++-- package.json | 2 +- yarn.lock | 8 ++++---- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 57719a213..5c06d6c3c 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -168,7 +168,7 @@ PODS: - react-native-video/Video (= 5.0.0) - react-native-video/Video (5.0.0): - React - - react-native-webview (5.12.1): + - react-native-webview (6.6.0): - React - React-RCTActionSheet (0.60.4): - React-Core (= 0.60.4) @@ -515,7 +515,7 @@ SPEC CHECKSUMS: react-native-realm-path: 868473ea0bc4629850f1ec51a70d81055c06d091 react-native-splash-screen: 200d11d188e2e78cea3ad319964f6142b6384865 react-native-video: 6555881252c8ca039760e1cd6df28ac28ffb2baf - react-native-webview: 5036ed4a973ad1deeeff118262d2df7b60b3419d + react-native-webview: 7c83b03b51b3dbef50e61fe529e967e2dccb30a1 React-RCTActionSheet: 9f71d7ae3e8fb10e08d162cbf14c621349dbfab3 React-RCTAnimation: 981d8c95b0e30918a9832ccac32af83562a27fae React-RCTBlob: 21e73d1020a302a75fed30dbaee9f15287b80baa diff --git a/ios/Pods/Local Podspecs/react-native-webview.podspec.json b/ios/Pods/Local Podspecs/react-native-webview.podspec.json index 6f38c07a6..6b2bbe4c0 100644 --- a/ios/Pods/Local Podspecs/react-native-webview.podspec.json +++ b/ios/Pods/Local Podspecs/react-native-webview.podspec.json @@ -1,6 +1,6 @@ { "name": "react-native-webview", - "version": "5.12.1", + "version": "6.6.0", "summary": "React Native WebView component for iOS, Android, and Windows 10 (coming soon)", "license": "MIT", "authors": "Jamon Holmgren ", @@ -10,7 +10,7 @@ }, "source": { "git": "https://github.com/react-native-community/react-native-webview.git", - "tag": "v5.12.1" + "tag": "v6.6.0" }, "source_files": "ios/**/*.{h,m}", "dependencies": { diff --git a/ios/Pods/Manifest.lock b/ios/Pods/Manifest.lock index 57719a213..5c06d6c3c 100644 --- a/ios/Pods/Manifest.lock +++ b/ios/Pods/Manifest.lock @@ -168,7 +168,7 @@ PODS: - react-native-video/Video (= 5.0.0) - react-native-video/Video (5.0.0): - React - - react-native-webview (5.12.1): + - react-native-webview (6.6.0): - React - React-RCTActionSheet (0.60.4): - React-Core (= 0.60.4) @@ -515,7 +515,7 @@ SPEC CHECKSUMS: react-native-realm-path: 868473ea0bc4629850f1ec51a70d81055c06d091 react-native-splash-screen: 200d11d188e2e78cea3ad319964f6142b6384865 react-native-video: 6555881252c8ca039760e1cd6df28ac28ffb2baf - react-native-webview: 5036ed4a973ad1deeeff118262d2df7b60b3419d + react-native-webview: 7c83b03b51b3dbef50e61fe529e967e2dccb30a1 React-RCTActionSheet: 9f71d7ae3e8fb10e08d162cbf14c621349dbfab3 React-RCTAnimation: 981d8c95b0e30918a9832ccac32af83562a27fae React-RCTBlob: 21e73d1020a302a75fed30dbaee9f15287b80baa diff --git a/package.json b/package.json index fcea338f1..27ec1d029 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "react-native-vector-icons": "6.6.0", "react-native-video": "^5.0.0", "react-native-video-controls": "^2.2.3", - "react-native-webview": "^5.12.1", + "react-native-webview": "^6.6.0", "react-navigation": "^3.11.1", "react-navigation-header-buttons": "^2.3.1", "react-redux": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index cd58706c7..77a358d4a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12043,10 +12043,10 @@ react-native-video@^5.0.0: prop-types "^15.5.10" shaka-player "^2.4.4" -react-native-webview@^5.12.1: - version "5.12.1" - resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-5.12.1.tgz#5e2b124e9087d64fc40040d911c10ee5744b5d4d" - integrity sha512-pFYzyNUG+k7Jk2a0Z3S1+OL9qtp0VQxVP08d1ume/O6l1Xibi0K0hRZms7zPUHqQc2uWEfjZ0FOa17MIN7vruw== +react-native-webview@^6.6.0: + version "6.6.0" + resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-6.6.0.tgz#162eb5c39fd29a0ad5bd91e90d30d81ddb8895c6" + integrity sha512-cPK9KlXG+6zUvRhj+PxHN+8k2BjhmfJzl7GTCYSVxkCN3nBenD6p1ryFOxPqq5jmhkVO7S0Mh3+ZcSA48OvMKQ== dependencies: escape-string-regexp "1.0.5" invariant "2.2.4"