From 97f0f29d3c8bc63572c36ac4403082ab228d3dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Aug 2021 02:27:57 +0000 Subject: [PATCH] Bump react-native-webview from 7.4.3 to 11.0.0 in /example Bumps [react-native-webview](https://github.com/react-native-webview/react-native-webview) from 7.4.3 to 11.0.0. - [Release notes](https://github.com/react-native-webview/react-native-webview/releases) - [Changelog](https://github.com/react-native-webview/react-native-webview/blob/master/.releaserc) - [Commits](https://github.com/react-native-webview/react-native-webview/compare/v7.4.3...v11.0.0) --- updated-dependencies: - dependency-name: react-native-webview dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- example/yarn.lock | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 1bd815e..7e1ebd3 100644 --- a/example/package.json +++ b/example/package.json @@ -14,7 +14,7 @@ "react-native": "0.61.2", "react-native-autoheight-webview": "^1.2.2", "react-native-disqus": "^1.0.0", - "react-native-webview": "^7.4.3" + "react-native-webview": "^11.0.0" }, "devDependencies": { "@babel/core": "^7.6.4", diff --git a/example/yarn.lock b/example/yarn.lock index 19deb8a..9af7eaf 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -5223,6 +5223,14 @@ react-native-disqus@^1.0.0: react-native-autoheight-webview "^1.2.2" react-native-webview "^7.4.3" +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" + react-native-webview@^7.4.3: version "7.4.3" resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-7.4.3.tgz#e00e92e17f7389d84d09f5900652501ff2665915"