Update webview
This commit is contained in:
parent
071f0e454c
commit
d4112d072f
|
@ -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
|
||||
|
|
|
@ -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 <jamon@infinite.red>",
|
||||
|
@ -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": {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue