From 6f4301085e0a413c1f72d91bd6ceff5d46461215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jan 2021 09:52:01 +0000 Subject: [PATCH] Bump react-native-webview from 10.1.0 to 11.0.0 in /example Bumps [react-native-webview](https://github.com/react-native-community/react-native-webview) from 10.1.0 to 11.0.0. - [Release notes](https://github.com/react-native-community/react-native-webview/releases) - [Changelog](https://github.com/react-native-webview/react-native-webview/blob/master/.releaserc) - [Commits](https://github.com/react-native-community/react-native-webview/compare/v10.1.0...v11.0.0) Signed-off-by: dependabot[bot] --- example/package.json | 2 +- example/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/package.json b/example/package.json index 6a112f6..2c150c7 100644 --- a/example/package.json +++ b/example/package.json @@ -19,7 +19,7 @@ "react-native-root-tips": "^1.1.2", "react-native-safe-area-context": "^2.0.3", "react-native-screens": "^2.8.0", - "react-native-webview": "^10.1.0", + "react-native-webview": "^11.0.0", "react-navigation": "^4.3.9", "react-navigation-stack": "^2.5.1" }, diff --git a/example/yarn.lock b/example/yarn.lock index 0a842ea..0b3559e 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -5764,10 +5764,10 @@ react-native-screens@^2.8.0: resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-2.8.0.tgz#9f989096fc5ccf248e0dfa93a74f1a64057e15f1" integrity sha512-fUCIQLZX+5XB0ypWX038P3zso54IFFjTsQUZJWEsjC3pp5rPItAt5SzqtJn+uVjcJaczZ+dpIuvj6IFLqkWLZQ== -react-native-webview@^10.1.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-10.1.0.tgz#57ddb199e6f574b5a31196a6343b89f3998b815c" - integrity sha512-caoM/sd2bZkcMtU4s6UNAnS1BXHYh0EnGci5iju/uDTWCydfSpK6Lt2GwD9DL4dy9znJXPjSDKcMsnxCB+Lz7g== +react-native-webview@^11.0.0: + version "11.0.0" + resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-11.0.0.tgz#d667cbcc772e963fe88a4156290d25fe47ed43b0" + integrity sha512-gzID5ebCFVNkxreuabClymo6QkJbXCLEtiIUY9QAhxY58HsDUp8x0YzDVEROYyEJ4ghL71koAOeQRDNAgNnh1w== dependencies: escape-string-regexp "2.0.0" invariant "2.2.4"