From 1d634abcdc7480e61109bee5c394efc7895bb612 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 11 Nov 2021 22:08:00 +0000 Subject: [PATCH] Update dependency expo to v43.0.3 --- package.json | 2 +- yarn.lock | 32 ++++++++++++++++++++------------ 2 files changed, 21 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 34978bb..f7c3b1d 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@react-navigation/bottom-tabs": "^6.0.9", "@react-navigation/native": "^6.0.6", "camelize": "^1.0.0", - "expo": "43.0.0", + "expo": "43.0.3", "expo-font": "~10.0.3", "expo-status-bar": "1.1.0", "react": "17.0.2", diff --git a/yarn.lock b/yarn.lock index caaebb2..ece0a89 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3015,7 +3015,7 @@ expo-asset@~8.4.3: path-browserify "^1.0.0" url-parse "^1.4.4" -expo-constants@~12.1.2: +expo-constants@~12.1.3: version "12.1.3" resolved "https://registry.yarnpkg.com/expo-constants/-/expo-constants-12.1.3.tgz#bec48a42a7760b010450961c209bb4b1158b9cd6" integrity sha512-HXlMTPn9pnJdMju3WcwX4oEB7EOECOTzdIPaG3JEluygqzafwKLMR8BE82+64jgAxlGIWZsYl+3Ni9wuTFQeYw== @@ -3053,10 +3053,10 @@ expo-keep-awake@~10.0.0: resolved "https://registry.yarnpkg.com/expo-keep-awake/-/expo-keep-awake-10.0.0.tgz#275a3e02f99bc0429790047add126c1dcce60d63" integrity sha512-x5zRTjIvSry/EISKvjWpnLERGZj5maCwEouOfiDk0JPa0UTg/zFkT7pmiadAfHT95XUgjjb2DOku+wj6J7el7Q== -expo-modules-autolinking@~0.3.3: - version "0.3.3" - resolved "https://registry.yarnpkg.com/expo-modules-autolinking/-/expo-modules-autolinking-0.3.3.tgz#95795f2292bd187b388413e36936bfd6fa7a46a9" - integrity sha512-hMouDBw/Y5POeYU0ZBsykGC+uiOO1WV0JSz5EE8uO87AlXAzR0K5aPkzgQiufONNwwgxsaD2xUV/J+tjwMw2Ug== +expo-modules-autolinking@~0.3.4: + version "0.3.4" + resolved "https://registry.yarnpkg.com/expo-modules-autolinking/-/expo-modules-autolinking-0.3.4.tgz#25ce32ca933fedab2a5eb139e91327d123aa6066" + integrity sha512-Mu3CIMqEAI8aNM18U/l+7CCi+afU8dERrKjDDEx/Hu7XX3v3FcnnP+NuWDLY/e9/ETzwTJaqoRoBuzhawsuLWw== dependencies: chalk "^4.1.0" commander "^7.2.0" @@ -3072,15 +3072,23 @@ expo-modules-core@~0.4.4: compare-versions "^3.4.0" invariant "^2.2.4" +expo-modules-core@~0.4.8: + version "0.4.8" + resolved "https://registry.yarnpkg.com/expo-modules-core/-/expo-modules-core-0.4.8.tgz#6fed03fca9370793b0a4bebc4fe1a44b213ed445" + integrity sha512-PElvF9/mw8TZ0FG3cQkQHB1yZEvtSrQ9nh90pINuTwmIUrxC427rgGoPrALsMaX90h94jTkPHODXHuX+Xsl/rg== + dependencies: + compare-versions "^3.4.0" + invariant "^2.2.4" + expo-status-bar@1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/expo-status-bar/-/expo-status-bar-1.1.0.tgz#b1015a69c8563b7cadcb5b6c726227397610725d" integrity sha512-XgAbGfDV/Q6br2h4yzQwcZRYi37bZ/nvc06vvaJ7i7w9tRxb05OJmXBxl7ywkKlFCMcN6q3Miaf2wnzEgMwJoQ== -expo@43.0.0: - version "43.0.0" - resolved "https://registry.yarnpkg.com/expo/-/expo-43.0.0.tgz#3dc338253fcd9eaaec366480afcb97eb897bf3e6" - integrity sha512-EuGJ0Ueq8hTEwyK3MmNxwkCypkivDZTo/mAESM9rJunSsbIKtoa5NcyFI/1GyHWDnfn87L7946Nhv5Gyo7H0rQ== +expo@43.0.3: + version "43.0.3" + resolved "https://registry.yarnpkg.com/expo/-/expo-43.0.3.tgz#230df8248f10b2530c894acea6af75a01881a69c" + integrity sha512-X4lLvoUuUbjj1n3DOjZ+w9TfNbEvNMRWvbOzYNYwS4FMB04Gt2RvQYYP8mXWbBZz0+b/s/Q+u67jj0+LMdxyfg== dependencies: "@babel/runtime" "^7.14.0" "@expo/metro-config" "~0.1.84" @@ -3089,12 +3097,12 @@ expo@43.0.0: cross-spawn "^6.0.5" expo-application "~4.0.0" expo-asset "~8.4.3" - expo-constants "~12.1.2" + expo-constants "~12.1.3" expo-file-system "~13.0.3" expo-font "~10.0.3" expo-keep-awake "~10.0.0" - expo-modules-autolinking "~0.3.3" - expo-modules-core "~0.4.4" + expo-modules-autolinking "~0.3.4" + expo-modules-core "~0.4.8" fbemitter "^2.1.1" invariant "^2.2.2" md5-file "^3.2.3"