chore: replace postinstall-postinstall with postinstall package

Updates dependency from postinstall-postinstall v2.1.0 to postinstall v0.11.2

Also includes dependency version updates for glob, minimatch, jackspeak, and path-scurry packages with their associated nested dependencies

Adds @expo/vector-icons to trusted dependencies list for improved build reliability
This commit is contained in:
Uruk
2025-09-01 23:40:01 +02:00
parent 79a785a615
commit d5aa812e04
3 changed files with 113 additions and 18 deletions

View File

@@ -113,7 +113,7 @@
"cross-env": "10.0.0",
"husky": "9.1.7",
"lint-staged": "16.1.6",
"postinstall-postinstall": "2.1.0",
"postinstall": "0.11.2",
"react-test-renderer": "19.1.1",
"typescript": "5.8.3"
},
@@ -123,7 +123,8 @@
"react-native",
"@shopify/flash-list",
"react-native-reanimated",
"react-native-pager-view"
"react-native-pager-view",
"@expo/vector-icons"
]
},
"doctor": {
@@ -149,7 +150,7 @@
]
},
"trustedDependencies": [
"postinstall-postinstall",
"postinstall",
"unrs-resolver"
]
}