Skip to content

Commit

Permalink
Update dependency expo to v43.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 11, 2021
1 parent 8e4374f commit 1d634ab
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
32 changes: 20 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down Expand Up @@ -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"
Expand All @@ -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"

[email protected]:
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==

[email protected].0:
version "43.0.0"
resolved "https://registry.yarnpkg.com/expo/-/expo-43.0.0.tgz#3dc338253fcd9eaaec366480afcb97eb897bf3e6"
integrity sha512-EuGJ0Ueq8hTEwyK3MmNxwkCypkivDZTo/mAESM9rJunSsbIKtoa5NcyFI/1GyHWDnfn87L7946Nhv5Gyo7H0rQ==
[email protected].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"
Expand All @@ -3089,12 +3097,12 @@ [email protected]:
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"
Expand Down

0 comments on commit 1d634ab

Please sign in to comment.