Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
8379fbb
chore(deps): align expo packages and pass APP_VERSION_NAME in make ta…
masch Jul 27, 2026
2f386b3
fix(mobile): use single web output to resolve SSG web export in CI
masch Jul 27, 2026
224cb79
Merge branch 'main' into chore/expo-deps-and-makefile-upgrade
masch Jul 28, 2026
b8d68e8
chore: upgrade Expo and related dependencies
masch Jul 28, 2026
c26dcde
chore: downgrade expo to 56.0.16 and update lockfile dependencies
masch Jul 28, 2026
5e3ec99
chore: add verify-web target to catch CJS interop bugs
masch Jul 28, 2026
1632650
ci: add verify-web step triggered by config changes
masch Jul 28, 2026
f4369be
Merge branch 'main' into chore/expo-deps-and-makefile-upgrade
masch Jul 29, 2026
b5d88ba
Merge branch 'main' into chore/expo-deps-and-makefile-upgrade
masch Aug 1, 2026
c716d86
Merge branch 'main' into chore/expo-deps-and-makefile-upgrade
masch Aug 2, 2026
982c18a
Merge branch 'main' into chore/expo-deps-and-makefile-upgrade
masch Aug 2, 2026
d82ae74
chore: bump expo, expo-router, and related core dependency versions
masch Aug 2, 2026
9a9db94
chore: bump expo, expo-router, and related core dependency versions
masch Aug 2, 2026
77c6928
Merge branch 'main' into chore/expo-deps-and-makefile-upgrade
masch Aug 2, 2026
674c532
Merge branch 'main' into chore/expo-deps-and-makefile-upgrade
masch Aug 4, 2026
0d86e97
Merge branch 'main' into chore/expo-deps-and-makefile-upgrade
masch Aug 4, 2026
b4593c5
Merge branch 'main' into chore/expo-deps-and-makefile-upgrade
masch Aug 4, 2026
ea716a1
Merge branch 'main' into chore/expo-deps-and-makefile-upgrade
masch Aug 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,39 @@
"version": "1.0.0",
"dependencies": {
"@expo-google-fonts/caveat": "0.4.2",
"@expo/ui": "56.0.22",
"@expo/ui": "56.0.24",
"@expo/vector-icons": "15.1.1",
"@react-native-community/netinfo": "12.0.1",
"@react-native-firebase/analytics": "21.14.0",
"@react-native-firebase/app": "21.14.0",
"@react-native-firebase/crashlytics": "21.14.0",
"@sonora/shared": "workspace:*",
"@tailwindcss/postcss": "4.3.0",
"expo": "56.0.16",
"expo": "56.0.18",
"expo-application": "56.0.3",
"expo-asset": "56.0.20",
"expo-audio": "56.0.12",
"expo-background-fetch": "56.0.22",
"expo-asset": "56.0.21",
"expo-audio": "56.0.13",
"expo-background-fetch": "56.0.24",
"expo-build-properties": "56.0.24",
"expo-constants": "56.0.21",
"expo-constants": "56.0.22",
"expo-crypto": "56.0.4",
"expo-device": "56.0.4",
"expo-file-system": "56.0.8",
"expo-font": "56.0.7",
"expo-glass-effect": "56.0.4",
"expo-image": "56.0.11",
"expo-linear-gradient": "56.0.4",
"expo-linking": "56.0.15",
"expo-linking": "56.0.16",
"expo-localization": "56.0.6",
"expo-location": "56.0.21",
"expo-router": "56.2.15",
"expo-splash-screen": "56.0.13",
"expo-location": "56.0.22",
"expo-router": "56.2.17",
"expo-splash-screen": "56.0.14",
"expo-sqlite": "56.0.5",
"expo-status-bar": "56.0.4",
"expo-symbols": "56.0.6",
"expo-system-ui": "56.0.5",
"expo-task-manager": "56.0.22",
"expo-web-browser": "56.0.5",
"expo-task-manager": "56.0.24",
"expo-web-browser": "56.0.6",
"firebase": "11.3.1",
"i18next": "26.3.6",
"nativewind": "5.0.0-preview.4",
Expand All @@ -50,7 +50,7 @@
"react-native-gesture-handler": "2.31.2",
"react-native-reanimated": "4.3.1",
"react-native-safe-area-context": "5.7.0",
"react-native-screens": "4.25.2",
"react-native-screens": "4.26.0",
"react-native-web": "0.21.2",
"react-native-webview": "13.16.1",
"react-native-worklets": "0.8.3",
Expand Down
Loading
Loading