Skip to content

Commit

Permalink
⬆️ Bump react-native-webview to 11.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong authored and nwingt committed Jun 28, 2023
1 parent 5a39ba4 commit ecc72a9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,8 @@ PODS:
- React-Core
- react-native-tracking-transparency (0.1.2):
- React
- react-native-webview (8.1.2):
- React
- react-native-webview (11.26.1):
- React-Core
- React-perflogger (0.66.5)
- React-RCTActionSheet (0.66.5):
- React-Core/RCTActionSheetHeaders (= 0.66.5)
Expand Down Expand Up @@ -920,7 +920,7 @@ SPEC CHECKSUMS:
react-native-safe-area-context: f0906bf8bc9835ac9a9d3f97e8bde2a997d8da79
react-native-splash-screen: 4312f786b13a81b5169ef346d76d33bc0c6dc457
react-native-tracking-transparency: 25ff1ff866e338c137c818bdec20526bb05ffcc1
react-native-webview: fcb5f377aadc216273300f452ee0d321fb85809b
react-native-webview: 9f111dfbcfc826084d6c507f569e5e03342ee1c1
React-perflogger: 169fb34f60c5fd793b370002ee9c916eba9bc4ae
React-RCTActionSheet: 2355539e02ad5cd4b1328682ab046487e1e1e920
React-RCTAnimation: 150644a38c24d80f1f761859c10c727412303f57
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"react-native-swipe-list-view": "^3.2.4",
"react-native-tracking-transparency": "^0.1.2",
"react-native-url-polyfill": "^1.3.0",
"react-native-webview": "^8.1.1",
"react-native-webview": "^11.26.1",
"react-navigation": "4.4.4",
"react-navigation-stack": "2.10.4",
"react-navigation-tabs": "2.11.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14905,10 +14905,10 @@ react-native-url-polyfill@^1.3.0:
dependencies:
whatwg-url-without-unicode "8.0.0-3"

react-native-webview@^8.1.1:
version "8.1.2"
resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-8.1.2.tgz#c2ddb1e82d1c294f8f68a13be5d0536f7808f377"
integrity sha512-UnGQDttXcgp9JuexidYVu3KIQn1V9xG93yKIs7u6OMdORD5EM4lm7Z1fqqBa59LBeEii5M546kh1/rm0rDA0cA==
react-native-webview@^11.26.1:
version "11.26.1"
resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-11.26.1.tgz#658c09ed5162dc170b361e48c2dd26c9712879da"
integrity sha512-hC7BkxOpf+z0UKhxFSFTPAM4shQzYmZHoELa6/8a/MspcjEP7ukYKpuSUTLDywQditT8yI9idfcKvfZDKQExGw==
dependencies:
escape-string-regexp "2.0.0"
invariant "2.2.4"
Expand Down

0 comments on commit ecc72a9

Please sign in to comment.