From 6fedca0df7eee4556c90db6ad1c54d944c91e989 Mon Sep 17 00:00:00 2001 From: Olivier Bouillet <62574056+freeboub@users.noreply.github.com> Date: Thu, 19 Sep 2024 13:51:24 +0200 Subject: [PATCH] chore(sample): upgrade sample expo version (#4179) --- examples/basic/package.json | 2 +- examples/basic/yarn.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/examples/basic/package.json b/examples/basic/package.json index a0fcc356..88a79a66 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@react-native-picker/picker": "2.7.5", - "expo": "^51.0.31", + "expo": "^51.0.32", "expo-asset": "~10.0.10", "expo-image": "^1.12.15", "expo-navigation-bar": "~3.0.7", diff --git a/examples/basic/yarn.lock b/examples/basic/yarn.lock index 53ab63b8..3444c759 100644 --- a/examples/basic/yarn.lock +++ b/examples/basic/yarn.lock @@ -4856,10 +4856,10 @@ expo-file-system@~17.0.1: resolved "https://registry.yarnpkg.com/expo-file-system/-/expo-file-system-17.0.1.tgz#b9f8af8c1c06ec71d96fd7a0d2567fa9e1c88f15" integrity sha512-dYpnZJqTGj6HCYJyXAgpFkQWsiCH3HY1ek2cFZVHFoEc5tLz9gmdEgTF6nFHurvmvfmXqxi7a5CXyVm0aFYJBw== -expo-font@~12.0.9: - version "12.0.9" - resolved "https://registry.yarnpkg.com/expo-font/-/expo-font-12.0.9.tgz#096860a6b8b5dd54152262eafd318593ec2db48c" - integrity sha512-seTCyf0tbgkAnp3ZI9ZfK9QVtURQUgFnuj+GuJ5TSnN0XsOtVe1s2RxTvmMgkfuvfkzcjJ69gyRpsZS1cC8hjw== +expo-font@~12.0.10: + version "12.0.10" + resolved "https://registry.yarnpkg.com/expo-font/-/expo-font-12.0.10.tgz#62deaf1f46159d7839f01305f44079268781b1db" + integrity sha512-Q1i2NuYri3jy32zdnBaHHCya1wH1yMAsI+3CCmj9zlQzlhsS9Bdwcj2W3c5eU5FvH2hsNQy4O+O1NnM6o/pDaQ== dependencies: fontfaceobserver "^2.1.0" @@ -4886,10 +4886,10 @@ expo-modules-autolinking@1.11.2: require-from-string "^2.0.2" resolve-from "^5.0.0" -expo-modules-core@1.12.23: - version "1.12.23" - resolved "https://registry.yarnpkg.com/expo-modules-core/-/expo-modules-core-1.12.23.tgz#ea1c0c876aa52db2cb9d25cb59404c334f92446f" - integrity sha512-NYp/rWhKW6zlqNdC8/r+FckzlAGWX0IJEjOxwYHuYeRUn/vnKksb43G4E3jcaQEZgmWlKxK4LpxL3gr7m0RJFA== +expo-modules-core@1.12.24: + version "1.12.24" + resolved "https://registry.yarnpkg.com/expo-modules-core/-/expo-modules-core-1.12.24.tgz#8c35a16ed6ecb8997f6bd527fc95a8c22f343602" + integrity sha512-3geIe2ecizlp7l26iY8Nmc59z2d1RUC5nQZtI9iJoi5uHEUV/zut8e4zRLFVnZb8KOcMcEDsrvaBL5DPnqdfpg== dependencies: invariant "^2.2.4" @@ -4901,10 +4901,10 @@ expo-navigation-bar@~3.0.7: "@react-native/normalize-colors" "0.74.85" debug "^4.3.2" -expo@^51.0.31: - version "51.0.31" - resolved "https://registry.yarnpkg.com/expo/-/expo-51.0.31.tgz#edd623e718705d88681406e72869076dfeb485ff" - integrity sha512-YiUNcxzSkQ0jlKW+e8F81KnZfAhCugEZI9VYmuIsFONHivtiYIADHdcFvUWnexUEdgPQDkgWw85XBnIbzIZ39Q== +expo@^51.0.32: + version "51.0.32" + resolved "https://registry.yarnpkg.com/expo/-/expo-51.0.32.tgz#2e6068f33cb6a361a3aa35e03bf6d5ce21a4ee2d" + integrity sha512-6GEhYvHRnyS/6BytQagGkClsaqbuwAtlN3A6oDfnNMRKLmz6NE/r+Rjg9zbQgUO6zigqb60Yj5lAX32DmixRDw== dependencies: "@babel/runtime" "^7.20.0" "@expo/cli" "0.18.29" @@ -4915,10 +4915,10 @@ expo@^51.0.31: babel-preset-expo "~11.0.14" expo-asset "~10.0.10" expo-file-system "~17.0.1" - expo-font "~12.0.9" + expo-font "~12.0.10" expo-keep-awake "~13.0.2" expo-modules-autolinking "1.11.2" - expo-modules-core "1.12.23" + expo-modules-core "1.12.24" fbemitter "^3.0.0" whatwg-url-without-unicode "8.0.0-3"