[pnpm] Set trustPolicy to no-downgrade (#10570)

This commit is contained in:
Samuel Newman
2026-05-26 00:31:30 +03:00
committed by GitHub
parent 98cdeef5b2
commit 3552c26449
3 changed files with 26 additions and 24 deletions
+2
View File
@@ -1,6 +1,8 @@
nodeLinker: 'hoisted'
autoInstallPeers: true # default: true
strictPeerDependencies: false # default: false
trustPolicy: 'no-downgrade' # default: off
trustPolicyIgnoreAfter: 10080 # 7 days, default: undefined
overrides:
'@react-native/babel-preset': '0.81.5'
'@react-native/normalize-colors': '0.81.5'