fix(ci): expo-blur in package.json behalten — Lockfile-Mismatch beheben

CI (frozen-lockfile) brach seit 2 Commits: committed package.json hatte
expo-blur entfernt, pnpm-lock.yaml aber behalten → ERR_PNPM_OUTDATED_LOCKFILE,
Deploy blieb auf fd44687 (STT/TTS/Coach-Fixes nie live). expo-blur wird für
iOS-Vibrancy (SearchBarFloating) wieder gebraucht → package.json + Lockfile
konsistent mit expo-blur. Android nutzt platform-conditional Fallback.

Trägt zusätzlich den Version-Sync 0.3.6 → 0.3.13 (zied Versions-Schema).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
chahinebrini 2026-05-30 00:21:42 +02:00
parent f9d44a6754
commit e5eff6778f

View File

@ -1,6 +1,6 @@
{ {
"name": "rebreak-native", "name": "rebreak-native",
"version": "0.3.6", "version": "0.3.13",
"private": true, "private": true,
"main": "expo-router/entry", "main": "expo-router/entry",
"scripts": { "scripts": {
@ -28,6 +28,7 @@
"expo-apple-authentication": "~8.0.8", "expo-apple-authentication": "~8.0.8",
"expo-application": "~7.0.8", "expo-application": "~7.0.8",
"expo-av": "~16.0.8", "expo-av": "~16.0.8",
"expo-blur": "~15.0.8",
"expo-build-properties": "~1.0.10", "expo-build-properties": "~1.0.10",
"expo-clipboard": "^8.0.8", "expo-clipboard": "^8.0.8",
"expo-constants": "~18.0.13", "expo-constants": "~18.0.13",