From 5f63b8d40f7ede8bbaaf1d1f68200126896f061b Mon Sep 17 00:00:00 2001 From: Hailey Date: Fri, 7 Jun 2024 19:17:00 -0700 Subject: [PATCH] Bump `expo-notifications` to fix NPE (#4425) * bump library * rename patch file --- package.json | 2 +- ...tions+0.28.3.patch => expo-notifications+0.28.7.patch} | 0 ...0.28.3.patch.md => expo-notifications-0.28.7.patch.md} | 0 yarn.lock | 8 ++++---- 4 files changed, 5 insertions(+), 5 deletions(-) rename patches/{expo-notifications+0.28.3.patch => expo-notifications+0.28.7.patch} (100%) rename patches/{expo-notifications-0.28.3.patch.md => expo-notifications-0.28.7.patch.md} (100%) diff --git a/package.json b/package.json index 458baa28..1ba0ab2e 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "expo-localization": "~15.0.3", "expo-media-library": "~16.0.3", "expo-navigation-bar": "~3.0.4", - "expo-notifications": "~0.28.3", + "expo-notifications": "~0.28.7", "expo-sharing": "^12.0.1", "expo-splash-screen": "~0.27.4", "expo-status-bar": "~1.12.1", diff --git a/patches/expo-notifications+0.28.3.patch b/patches/expo-notifications+0.28.7.patch similarity index 100% rename from patches/expo-notifications+0.28.3.patch rename to patches/expo-notifications+0.28.7.patch diff --git a/patches/expo-notifications-0.28.3.patch.md b/patches/expo-notifications-0.28.7.patch.md similarity index 100% rename from patches/expo-notifications-0.28.3.patch.md rename to patches/expo-notifications-0.28.7.patch.md diff --git a/yarn.lock b/yarn.lock index bf882875..321cd746 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12180,10 +12180,10 @@ expo-navigation-bar@~3.0.4: "@react-native/normalize-colors" "~0.74.83" debug "^4.3.2" -expo-notifications@~0.28.3: - version "0.28.3" - resolved "https://registry.yarnpkg.com/expo-notifications/-/expo-notifications-0.28.3.tgz#9076c2bd69c3de3338a2e2161c8bd5f18cb440cb" - integrity sha512-Xaj82eQUJzJXa8+giZr708ih86GGtkGS8N01epoiDkTKC8Z9783UJ8Pf8+PSFSfHsY3Sd8TJpQrD9n7QnGHwGQ== +expo-notifications@~0.28.7: + version "0.28.7" + resolved "https://registry.yarnpkg.com/expo-notifications/-/expo-notifications-0.28.7.tgz#14826c10d126b1dd16d1604add2a4766aecf7591" + integrity sha512-P68/IlnxTtKjfHy22nC+o/H4VSgBVrmTQcx42JCevTbVQB8JTITmR42hvpZh8GUecB7jNOsuVokTTDZDE6aSyg== dependencies: "@expo/image-utils" "^0.5.0" "@ide/backoff" "^1.0.0"