From a7f77f3a724f0aa96687d2e61586532925e5f6e5 Mon Sep 17 00:00:00 2001 From: Dylan Myers Date: Sun, 18 Feb 2024 03:54:32 +0000 Subject: [PATCH] 1.2.1 --- app.json | 2 +- package.json | 6 +++--- yarn.lock | 35 +++++++++++++++++++++-------------- 3 files changed, 25 insertions(+), 18 deletions(-) diff --git a/app.json b/app.json index 3cba975..9593470 100644 --- a/app.json +++ b/app.json @@ -7,7 +7,7 @@ "slug": "setlist-sherlock", "owner": "dylmye", "scheme": "setlist-sherlock", - "version": "1.1.1", + "version": "1.2.1", "orientation": "portrait", "userInterfaceStyle": "automatic", "backgroundColor": "#000000", diff --git a/package.json b/package.json index fcf3202..504302b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setlist-sherlock", - "version": "1.2.0", + "version": "1.2.1", "license": "ISC", "private": true, "repository": "https://github.com/dylmye/setlist-sherlock", @@ -22,10 +22,10 @@ "@react-navigation/native-stack": "^6.9.17", "@reduxjs/toolkit": "^1.9.7", "date-fns": "^2.30.0", - "expo": "~50.0.6", + "expo": "~50.0.7", "expo-auth-session": "~5.4.0", "expo-constants": "~15.4.5", - "expo-crypto": "~12.8.0", + "expo-crypto": "~12.8.1", "expo-dev-client": "~3.3.8", "expo-linking": "~6.2.2", "expo-router": "~3.4.7", diff --git a/yarn.lock b/yarn.lock index 0dc503c..7ef433f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4654,6 +4654,13 @@ expo-crypto@~12.8.0: dependencies: base64-js "^1.3.0" +expo-crypto@~12.8.1: + version "12.8.1" + resolved "https://registry.yarnpkg.com/expo-crypto/-/expo-crypto-12.8.1.tgz#c7de01a61e89a0600f8f62ef6e71de4e6d3fcbae" + integrity sha512-EJEzmfBUSkGfALTlZRKUbh1RMKF7mWI12vkhO2w6bhGO4bjgGB8XzUHgLfrvSjphDFMx/lwaR6bAQDmXKO9UkQ== + dependencies: + base64-js "^1.3.0" + expo-dev-client@~3.3.8: version "3.3.8" resolved "https://registry.yarnpkg.com/expo-dev-client/-/expo-dev-client-3.3.8.tgz#f6cff563f2437d0d265aa4d91eb263d592ac43f3" @@ -4699,10 +4706,10 @@ expo-file-system@~16.0.6: resolved "https://registry.yarnpkg.com/expo-file-system/-/expo-file-system-16.0.6.tgz#07a140a7bcb44b42bd3f0b465e7583cc7f7d7078" integrity sha512-ATCHL7nEg2WwKeamW/SDTR9jBEqM5wncFq594ftKS5QFmhKIrX48d9jyPFGnNq+6h8AGPg4QKh2KCA4OY49L4g== -expo-font@~11.10.2: - version "11.10.2" - resolved "https://registry.yarnpkg.com/expo-font/-/expo-font-11.10.2.tgz#233195c4fa0321763bd89bd7919bf7271a439c3f" - integrity sha512-AE0Q0LiWiVosQ/jlKUPoWoob7p3GwYM2xmLoUkuopO9RYh9NL1hZKHiMKcWBZyDG8Gww1GtBQwh7ZREST8+jjQ== +expo-font@~11.10.3: + version "11.10.3" + resolved "https://registry.yarnpkg.com/expo-font/-/expo-font-11.10.3.tgz#a3115ebda8e09bd7cb8052619a4bbe606f0c17f4" + integrity sha512-q1Td2zUvmLbCA9GV4OG4nLPw5gJuNY1VrPycsnemN1m8XWTzzs8nyECQQqrcBhgulCgcKZZJJ6U0kC2iuSoQHQ== dependencies: fontfaceobserver "^2.1.0" @@ -4744,10 +4751,10 @@ expo-modules-autolinking@1.10.3: find-up "^5.0.0" fs-extra "^9.1.0" -expo-modules-core@1.11.8: - version "1.11.8" - resolved "https://registry.yarnpkg.com/expo-modules-core/-/expo-modules-core-1.11.8.tgz#b0bdb31e70e1e570b70a9613f4b6392306c99a80" - integrity sha512-rlctE3nCNLCGv3LosGQNaTuwGrr2SyQA+hOgci/0l+VRc0gFNtvl0gskph9C0tnN1jzBeb8rRZQYVj5ih1yxcA== +expo-modules-core@1.11.9: + version "1.11.9" + resolved "https://registry.yarnpkg.com/expo-modules-core/-/expo-modules-core-1.11.9.tgz#4b95070390fe7e3418aa84580244bcf0540357ca" + integrity sha512-GTUb81vcPaF+5MtlBI1u9IjrZbGdF1ZUwz3u8Gc+rOLBblkZ7pYsj2mU/tu+k0khTckI9vcH4ZBksXWvE1ncjQ== dependencies: invariant "^2.2.4" @@ -4804,10 +4811,10 @@ expo-web-browser@~12.8.0, expo-web-browser@~12.8.2: compare-urls "^2.0.0" url "^0.11.0" -expo@~50.0.6: - version "50.0.6" - resolved "https://registry.yarnpkg.com/expo/-/expo-50.0.6.tgz#36135b59e51a40a166d47de845da313fc0184da5" - integrity sha512-CVg0h9bmYeTWtw4EOL0HKNL+zu84YZl5nLWRPKrcpt8jox1VQQAYmvJGMdM5gSRxq5CFNLlWGxq9O8Zvfi1SOQ== +expo@~50.0.7: + version "50.0.7" + resolved "https://registry.yarnpkg.com/expo/-/expo-50.0.7.tgz#d32e6f05e03e7b97d53571f5b3a453a1c4d72fde" + integrity sha512-lTqIrKOUTKHLdTuAaJzZihi1v7F8Ix1dOXVWMpToDy9zPC/s+fet0fbyXdFUxYsCUyuEDIB9tvejrTYZk8Hm0Q== dependencies: "@babel/runtime" "^7.20.0" "@expo/cli" "0.17.5" @@ -4818,10 +4825,10 @@ expo@~50.0.6: babel-preset-expo "~10.0.1" expo-asset "~9.0.2" expo-file-system "~16.0.6" - expo-font "~11.10.2" + expo-font "~11.10.3" expo-keep-awake "~12.8.2" expo-modules-autolinking "1.10.3" - expo-modules-core "1.11.8" + expo-modules-core "1.11.9" fbemitter "^3.0.0" whatwg-url-without-unicode "8.0.0-3"