From e5eff6778fad9d5247ace5832670c9d5ba74d5b6 Mon Sep 17 00:00:00 2001 From: chahinebrini Date: Sat, 30 May 2026 00:21:42 +0200 Subject: [PATCH] =?UTF-8?q?fix(ci):=20expo-blur=20in=20package.json=20beha?= =?UTF-8?q?lten=20=E2=80=94=20Lockfile-Mismatch=20beheben?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- apps/rebreak-native/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/rebreak-native/package.json b/apps/rebreak-native/package.json index 354b29b..8079747 100644 --- a/apps/rebreak-native/package.json +++ b/apps/rebreak-native/package.json @@ -1,6 +1,6 @@ { "name": "rebreak-native", - "version": "0.3.6", + "version": "0.3.13", "private": true, "main": "expo-router/entry", "scripts": { @@ -28,6 +28,7 @@ "expo-apple-authentication": "~8.0.8", "expo-application": "~7.0.8", "expo-av": "~16.0.8", + "expo-blur": "~15.0.8", "expo-build-properties": "~1.0.10", "expo-clipboard": "^8.0.8", "expo-constants": "~18.0.13",