Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump @metamask/react-native-webview #11819

Merged
merged 2 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ PODS:
- React-Core
- react-native-view-shot (3.1.2):
- React
- react-native-webview-mm (14.0.3):
- react-native-webview-mm (14.0.4):
- React-Core
- React-NativeModulesApple (0.72.15):
- React-callinvoker
Expand Down Expand Up @@ -1245,7 +1245,7 @@ SPEC CHECKSUMS:
react-native-slider: f266dd860064138a659a42714e6da47a52a51107
react-native-video: c26780b224543c62d5e1b2a7244a5cd1b50e8253
react-native-view-shot: 4475fde003fe8a210053d1f98fb9e06c1d834e1c
react-native-webview-mm: 37644cf11406a7135d030555a82186976feb5621
react-native-webview-mm: c518409c962c1f0f95c08bb6a700b9f97aff131b
React-NativeModulesApple: 7bab439cb5de9a76299210ed1127698170777a7f
React-perflogger: 6acc671f527e69c0cd93b8e62821d33d3ddf25ca
React-RCTActionSheet: 569bb9db46d85565d14697e15ecf2166e035eb07
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"@metamask/react-native-button": "^3.0.0",
"@metamask/react-native-payments": "^2.0.0",
"@metamask/react-native-search-api": "1.0.1",
"@metamask/react-native-webview": "^14.0.3",
"@metamask/react-native-webview": "^14.0.4",
"@metamask/rpc-errors": "^6.2.1",
"@metamask/scure-bip39": "^2.1.0",
"@metamask/sdk-communication-layer": "0.29.0-wallet",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5267,10 +5267,10 @@
resolved "https://registry.yarnpkg.com/@metamask/react-native-search-api/-/react-native-search-api-1.0.1.tgz#b3a2069ff851b88e1fe64b86f1fab7088a4daceb"
integrity sha512-ceCzyRZDZM0lpQSNUiFpo16nysTDIMUhkdyUcvBbkpiSUnYV+SjVMxYVn2Q+h7P9tce8wrb6zoxdlfK5BXtbAQ==

"@metamask/react-native-webview@^14.0.3":
version "14.0.3"
resolved "https://registry.yarnpkg.com/@metamask/react-native-webview/-/react-native-webview-14.0.3.tgz#f8bc80af6f2d72d64c34c4f9ae382f1ea8c492a4"
integrity sha512-jPtvStPnhr8T3ZTdcNw8VN3kSxHYqh1VQH9UO73/EFBDG1g4da1yz7qtH4vwmBE5WYsYYJjZtOZCcvgKb5wBsg==
"@metamask/react-native-webview@^14.0.4":
version "14.0.4"
resolved "https://registry.yarnpkg.com/@metamask/react-native-webview/-/react-native-webview-14.0.4.tgz#2bcb3300d8cd38748765063a0847c5f4ac960838"
integrity sha512-hECL9HTHByNb4tU/jnRmw8DGhK+x1QXbYWq5ySAiE3Z2FB67ddgD84UjELN1EG/6t2GKAtWXmfclR+MsjR/f6w==
dependencies:
escape-string-regexp "^4.0.0"
invariant "2.2.4"
Expand Down
Loading