expo version 54

This commit is contained in:
EthanShoeDev
2025-09-10 19:45:52 -04:00
parent 730b5ca0b2
commit 5d038fdbbb
4 changed files with 362 additions and 394 deletions

View File

@@ -15,7 +15,7 @@
"prebuild": "expo prebuild",
"prebuild:clean": "expo prebuild --clean",
"expo:dep:check": "expo install --fix",
"expo:doctor": "pnpm dlx expo-doctor",
"expo:doctor": "pnpm dlx expo-doctor@latest",
"fmt": "cross-env SORT_IMPORTS=true prettier --write .",
"fmt:check": "cross-env SORT_IMPORTS=true prettier --check .",
"typecheck": "tsc",
@@ -26,30 +26,30 @@
"dependencies": {
"@dylankenneally/react-native-ssh-sftp": "^1.5.20",
"@expo/vector-icons": "^15.0.2",
"@react-native-picker/picker": "2.11.2",
"@react-navigation/bottom-tabs": "^7.4.0",
"@fressh/assets": "workspace:*",
"@react-native-picker/picker": "2.11.1",
"@react-navigation/bottom-tabs": "^7.4.0",
"@react-navigation/elements": "^2.6.4",
"@react-navigation/native": "^7.1.8",
"@tanstack/react-form": "^1.19.5",
"@tanstack/react-query": "^5.87.1",
"expo": "54.0.0-preview.16",
"expo": "54.0.1",
"expo-build-properties": "~1.0.7",
"expo-constants": "~18.0.7",
"expo-constants": "~18.0.8",
"expo-font": "~14.0.7",
"expo-haptics": "~15.0.6",
"expo-image": "~3.0.7",
"expo-linking": "~8.0.7",
"expo-router": "6.0.0-preview.16",
"expo-router": "6.0.0",
"expo-secure-store": "~15.0.6",
"expo-splash-screen": "~31.0.8",
"expo-status-bar": "~3.0.7",
"expo-symbols": "~1.0.6",
"expo-system-ui": "~6.0.6",
"expo-system-ui": "~6.0.7",
"expo-web-browser": "~15.0.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.1",
"react-native": "0.81.4",
"react-native-gesture-handler": "~2.28.0",
"react-native-reanimated": "~4.1.0",
"react-native-safe-area-context": "~5.6.1",
@@ -70,5 +70,14 @@
"prettier": "^3.6.2",
"tsx": "^4.20.5",
"typescript": "~5.9.2"
},
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": [
"@dylankenneally/react-native-ssh-sftp"
]
}
}
}
}

View File

@@ -1,7 +1,10 @@
{
"extends": ["//"],
"tasks": {
"lint": {},
"lint": {
"dependsOn": ["lint:fix", "typecheck", "//#lint:root", "expo:doctor"]
},
"expo:doctor": {},
"lint:check": {}
}
}

724
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -5,6 +5,8 @@ packages:
nodeLinker: hoisted
onlyBuiltDependencies:
- '@tailwindcss/oxide'
- esbuild
- oxc-resolver
- sharp
- unrs-resolver