chore: update expo-doctor and remove postinstall-postinstall

Updates expo-doctor from version 1.17.0 to 1.17.8 to get latest bug fixes and improvements.

Removes postinstall-postinstall dependency as it's no longer needed, simplifying the dependency tree and reducing package bloat.
This commit is contained in:
Uruk
2025-09-22 20:45:03 +02:00
parent 19f604e986
commit adec78832a
2 changed files with 3 additions and 10 deletions

View File

@@ -111,10 +111,9 @@
"@types/react": "~19.0.10",
"@types/react-test-renderer": "^19.0.0",
"cross-env": "^10.0.0",
"expo-doctor": "^1.17.0",
"expo-doctor": "^1.17.8",
"husky": "^9.1.7",
"lint-staged": "^16.1.5",
"postinstall-postinstall": "^2.1.0",
"react-test-renderer": "19.1.1",
"typescript": "~5.8.3"
},