From 4942db0f7a703a0fe7999c964f3f9cfab855f6d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 01:03:10 +0000 Subject: [PATCH] chore(deps): bump react-native-web from 0.18.11 to 0.18.12 Bumps [react-native-web](https://github.com/necolas/react-native-web) from 0.18.11 to 0.18.12. - [Release notes](https://github.com/necolas/react-native-web/releases) - [Commits](https://github.com/necolas/react-native-web/compare/0.18.11...0.18.12) --- updated-dependencies: - dependency-name: react-native-web dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fe5703ac..aab98a0f 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "react-native-safe-area-context": "4.4.1", "react-native-screens": "~3.18.0", "react-native-svg": "13.4.0", - "react-native-web": "~0.18.11", + "react-native-web": "~0.18.12", "react-timeago": "^7.1.0", "url-otpauth": "^2.0.0", "utility-types": "^3.10.0", diff --git a/yarn.lock b/yarn.lock index a5a26080..42dcb197 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9453,10 +9453,10 @@ react-native-svg@13.4.0: css-select "^5.1.0" css-tree "^1.1.3" -react-native-web@~0.18.11: - version "0.18.11" - resolved "https://registry.yarnpkg.com/react-native-web/-/react-native-web-0.18.11.tgz#3559c5b34fd628a2e9ab50ee8d2209d416b4accf" - integrity sha512-aJpc4wrcPpWyybnSbTTh0kBfe6xJ+T55Fi9AVmPlkeY3iuyk+5OxWwhzuzj3nZwwCBbvuFeuffj7T9sgwwX8nQ== +react-native-web@~0.18.12: + version "0.18.12" + resolved "https://registry.yarnpkg.com/react-native-web/-/react-native-web-0.18.12.tgz#d4bb3a783ece2514ba0508d7805b09c0a98f5a8e" + integrity sha512-fboP7yqobJ8InSr4fP+bQ3scOtSQtUoPcR+HWasH8b/fk/RO+mWcJs/8n+lewy9WTZc2D68ha7VwRDviUshEWA== dependencies: "@babel/runtime" "^7.18.6" create-react-class "^15.7.0"