From f680c33a312348d14e765b11fe6daf8c6a9f6874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Aaron?= Date: Tue, 27 Aug 2024 15:34:23 +0200 Subject: [PATCH] fix: upgrade packages --- package.json | 4 ++-- yarn.lock | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 4778930..da219a0 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "dayjs": "^1.11.10", - "expo": "^51.0.30", - "expo-camera": "^15.0.14", + "expo": "~51.0.31", + "expo-camera": "~15.0.15", "expo-clipboard": "~6.0.3", "expo-constants": "~16.0.2", "expo-font": "^12.0.9", diff --git a/yarn.lock b/yarn.lock index 97d2660..3fc3523 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3604,10 +3604,10 @@ expo-asset@~10.0.10: invariant "^2.2.4" md5-file "^3.2.3" -expo-camera@^15.0.14: - version "15.0.14" - resolved "https://registry.yarnpkg.com/expo-camera/-/expo-camera-15.0.14.tgz#1fec9c0e650cfa5b85d34ce8267ae8a9854eee4a" - integrity sha512-O4uvVywGsQ3a89d0BX4lq6mDuGYGukx1PYY4QrC9zw1yzD2W9BVTl8lanFRPC5h4PRniekfeWUVH1a0jJmkLIw== +expo-camera@~15.0.15: + version "15.0.15" + resolved "https://registry.yarnpkg.com/expo-camera/-/expo-camera-15.0.15.tgz#2959963b65219ca5d101327b3298b4170a4e107b" + integrity sha512-zJS0rfOwGfyDrccMsFaLH9s0mW0f6czw+W+RHvbyAdAmoAh6ZtzZRGbosKIYoRsn/8L7ajNp01seJUjsT0FtzA== dependencies: invariant "^2.2.4" @@ -3674,10 +3674,10 @@ expo-modules-autolinking@1.11.2: require-from-string "^2.0.2" resolve-from "^5.0.0" -expo-modules-core@1.12.22: - version "1.12.22" - resolved "https://registry.yarnpkg.com/expo-modules-core/-/expo-modules-core-1.12.22.tgz#2251577af969edaa0d7808b37b9f9b8493afefe5" - integrity sha512-MX9qJRuVszyuGksOZ1QkMcUGcAZ1o2AmDigkQAl9yxqFtwEpBOxELs3rXeQol7WiEabvK+bERTF9LtSTDCVCYw== +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== dependencies: invariant "^2.2.4" @@ -3713,10 +3713,10 @@ expo-status-bar@~1.12.1: resolved "https://registry.yarnpkg.com/expo-status-bar/-/expo-status-bar-1.12.1.tgz#52ce594aab5064a0511d14375364d718ab78aa66" integrity sha512-/t3xdbS8KB0prj5KG5w7z+wZPFlPtkgs95BsmrP/E7Q0xHXTcDcQ6Cu2FkFuRM+PKTb17cJDnLkawyS5vDLxMA== -expo@^51.0.30: - version "51.0.30" - resolved "https://registry.yarnpkg.com/expo/-/expo-51.0.30.tgz#5827ecef5e273238258cc808cefb473eaf5fce69" - integrity sha512-eo4T2TGnKyDkLryY6lYuGVV1FZyWa1FG7Ns0aqfZ7N/PFQYDfbowVwkcEWbRppSzqSfjGXYqvVV4WZNFbpgZZw== +expo@~51.0.31: + version "51.0.31" + resolved "https://registry.yarnpkg.com/expo/-/expo-51.0.31.tgz#edd623e718705d88681406e72869076dfeb485ff" + integrity sha512-YiUNcxzSkQ0jlKW+e8F81KnZfAhCugEZI9VYmuIsFONHivtiYIADHdcFvUWnexUEdgPQDkgWw85XBnIbzIZ39Q== dependencies: "@babel/runtime" "^7.20.0" "@expo/cli" "0.18.29" @@ -3730,7 +3730,7 @@ expo@^51.0.30: expo-font "~12.0.9" expo-keep-awake "~13.0.2" expo-modules-autolinking "1.11.2" - expo-modules-core "1.12.22" + expo-modules-core "1.12.23" fbemitter "^3.0.0" whatwg-url-without-unicode "8.0.0-3"