Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot]
5fd62d1297 chore(deps): Update expo monorepo 2026-05-22 12:35:22 +00:00
renovate[bot]
1ac0644a57 chore(deps): Pin expo/expo-github-action action to b184ff8 (#1580)
Some checks are pending
🏗️ Build Apps / 🤖 Build Android APK (Phone) (push) Waiting to run
🏗️ Build Apps / 🤖 Build Android APK (TV) (push) Waiting to run
🏗️ Build Apps / 🍎 Build iOS IPA (Phone) (push) Waiting to run
🏗️ Build Apps / 🍎 Build iOS IPA (Phone - Unsigned) (push) Waiting to run
🏗️ Build Apps / 🍎 Build tvOS IPA (push) Waiting to run
🏗️ Build Apps / 🍎 Build tvOS IPA (Unsigned) (push) Waiting to run
🔒 Lockfile Consistency Check / 🔍 Check bun.lock and package.json consistency (push) Waiting to run
🚦 Security & Quality Gate / 📝 Validate PR Title (push) Waiting to run
🚦 Security & Quality Gate / 🔍 Vulnerable Dependencies (push) Waiting to run
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (actions) (push) Waiting to run
🛡️ CodeQL Analysis / 🔎 Analyze with CodeQL (javascript-typescript) (push) Waiting to run
🏷️🔀Merge Conflict Labeler / 🏷️ Labeling Merge Conflicts (push) Waiting to run
🚦 Security & Quality Gate / 🚑 Expo Doctor Check (push) Waiting to run
🚦 Security & Quality Gate / 🔍 Lint & Test (check) (push) Waiting to run
🚦 Security & Quality Gate / 🔍 Lint & Test (format) (push) Waiting to run
🚦 Security & Quality Gate / 🔍 Lint & Test (lint) (push) Waiting to run
🚦 Security & Quality Gate / 🔍 Lint & Test (typecheck) (push) Waiting to run
2026-05-22 12:32:51 +02:00
3 changed files with 410 additions and 474 deletions

View File

@@ -344,7 +344,7 @@ jobs:
xcode-version: "26.2"
- name: 🏗️ Setup EAS
uses: expo/expo-github-action@main
uses: expo/expo-github-action@b184ff86a3c926240f1b6db41764c83a01c02eef # main
with:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}

820
bun.lock

File diff suppressed because it is too large Load Diff

View File

@@ -28,9 +28,9 @@
"dependencies": {
"@bottom-tabs/react-navigation": "1.1.0",
"@douglowder/expo-av-route-picker-view": "^0.0.5",
"@expo/metro-runtime": "~6.1.1",
"@expo/metro-runtime": "~56.0.0",
"@expo/react-native-action-sheet": "^4.1.1",
"@expo/ui": "0.2.0-beta.9",
"@expo/ui": "56.0.9",
"@expo/vector-icons": "^15.0.3",
"@gorhom/bottom-sheet": "5.2.8",
"@jellyfin/sdk": "^0.13.0",
@@ -43,34 +43,34 @@
"@tanstack/react-query": "5.90.20",
"@tanstack/react-query-persist-client": "^5.90.18",
"axios": "^1.7.9",
"expo": "~54.0.31",
"expo-application": "~7.0.8",
"expo-asset": "~12.0.12",
"expo-background-task": "~1.0.10",
"expo-blur": "~15.0.8",
"expo-brightness": "~14.0.8",
"expo-build-properties": "~1.0.10",
"expo-constants": "18.0.13",
"expo-crypto": "^15.0.8",
"expo-dev-client": "~6.0.20",
"expo-device": "~8.0.10",
"expo-font": "~14.0.10",
"expo-haptics": "~15.0.8",
"expo-image": "~3.0.11",
"expo-linear-gradient": "~15.0.8",
"expo-linking": "~8.0.11",
"expo-localization": "~17.0.8",
"expo-location": "^19.0.8",
"expo-notifications": "~0.32.16",
"expo-router": "~6.0.21",
"expo-screen-orientation": "~9.0.8",
"expo-secure-store": "^15.0.8",
"expo-sharing": "~14.0.8",
"expo-splash-screen": "~31.0.13",
"expo-status-bar": "~3.0.9",
"expo-system-ui": "~6.0.9",
"expo-task-manager": "14.0.9",
"expo-web-browser": "~15.0.10",
"expo": "~55.0.0",
"expo-application": "~56.0.0",
"expo-asset": "~56.0.0",
"expo-background-task": "~56.0.0",
"expo-blur": "~56.0.0",
"expo-brightness": "~56.0.0",
"expo-build-properties": "~56.0.0",
"expo-constants": "56.0.12",
"expo-crypto": "^56.0.0",
"expo-dev-client": "~56.0.0",
"expo-device": "~56.0.0",
"expo-font": "~56.0.0",
"expo-haptics": "~56.0.0",
"expo-image": "~56.0.0",
"expo-linear-gradient": "~56.0.0",
"expo-linking": "~56.0.0",
"expo-localization": "~56.0.0",
"expo-location": "^56.0.0",
"expo-notifications": "~56.0.0",
"expo-router": "~56.2.0",
"expo-screen-orientation": "~56.0.0",
"expo-secure-store": "^56.0.0",
"expo-sharing": "~56.0.0",
"expo-splash-screen": "~56.0.0",
"expo-status-bar": "~56.0.0",
"expo-system-ui": "~56.0.0",
"expo-task-manager": "56.0.10",
"expo-web-browser": "~56.0.0",
"i18next": "^26.0.0",
"jotai": "2.16.2",
"lodash": "4.17.23",
@@ -161,6 +161,6 @@
"unrs-resolver"
],
"resolutions": {
"expo-constants": "18.0.13"
"expo-constants": "56.0.12"
}
}