From 7d939e49981bc033f65ace49ac216fb691b43d3f Mon Sep 17 00:00:00 2001 From: Antigravity Date: Fri, 29 May 2026 15:56:19 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20Expo=2053=20+=20versions=20exactes=20rec?= =?UTF-8?q?ommand=C3=A9es=20(Node=2022=20compatible)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- memento-mobile/package.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/memento-mobile/package.json b/memento-mobile/package.json index a6274d9..a340c07 100644 --- a/memento-mobile/package.json +++ b/memento-mobile/package.json @@ -10,25 +10,25 @@ "build:ios": "eas build --platform ios" }, "dependencies": { - "expo": "~52.0.0", - "expo-router": "~4.0.0", - "expo-status-bar": "~2.0.1", - "expo-secure-store": "~14.0.0", - "expo-font": "~13.0.2", - "expo-splash-screen": "~0.29.18", - "react": "18.3.1", - "react-native": "0.76.7", - "react-native-safe-area-context": "4.12.0", - "react-native-screens": "~4.4.0", - "react-native-webview": "13.12.5", - "@react-native-async-storage/async-storage": "1.23.1", + "expo": "~53.0.0", + "expo-router": "~5.1.11", + "expo-status-bar": "~2.2.3", + "expo-secure-store": "~14.2.0", + "expo-font": "~13.3.1", + "expo-splash-screen": "~0.30.8", + "react": "19.0.0", + "react-native": "0.79.6", + "react-native-safe-area-context": "5.4.0", + "react-native-screens": "~4.11.1", + "react-native-webview": "13.13.5", + "@react-native-async-storage/async-storage": "2.1.2", "nativewind": "^4.1.23", "tailwindcss": "^3.4.0", "zustand": "^5.0.2" }, "devDependencies": { "@babel/core": "^7.25.2", - "@types/react": "~18.3.12", - "typescript": "^5.3.3" + "@types/react": "~19.0.10", + "typescript": "~5.8.3" } }