mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-04-09 10:31:55 +01:00
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:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user