fix: align dependency versions with Expo SDK 54

Packages were pinned to SDK 55 versions causing compatibility warnings
and potential runtime crashes:
  expo-notifications 55.x → 0.32.17
  expo-secure-store 55.x  → 15.0.8
  expo-task-manager 55.x  → 14.0.9
  @react-native-community/datetimepicker 9.x → 8.4.4

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-16 12:37:01 +02:00
parent ba9e4a5add
commit d3e327174e
2 changed files with 248 additions and 88 deletions
+4 -4
View File
@@ -56,11 +56,11 @@
"zod-validation-error": "^3.4.0"
},
"dependencies": {
"@react-native-community/datetimepicker": "^9.1.0",
"@react-native-community/datetimepicker": "8.4.4",
"axios": "^1.15.2",
"expo-notifications": "^55.0.22",
"expo-secure-store": "^55.0.13",
"expo-task-manager": "^55.0.15",
"expo-notifications": "~0.32.17",
"expo-secure-store": "~15.0.8",
"expo-task-manager": "~14.0.9",
"react-native-calendars": "^1.1314.0"
}
}