chore: 移除expo-updates依赖+清理BOM

This commit is contained in:
LukeMackin
2026-07-22 18:25:20 +08:00
parent 4db4b6c0f3
commit ffb74262e9

View File

@@ -1,4 +1,4 @@
{ {
"name": "@yuzu-gca/client-android", "name": "@yuzu-gca/client-android",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
@@ -16,7 +16,6 @@
"expo-constants": "~17.0.0", "expo-constants": "~17.0.0",
"expo-file-system": "~18.0.0", "expo-file-system": "~18.0.0",
"expo-status-bar": "~2.0.0", "expo-status-bar": "~2.0.0",
"expo-updates": "~26.0.0",
"react": "18.3.1", "react": "18.3.1",
"react-native": "0.76.5" "react-native": "0.76.5"
}, },