Set onlyUpdatePeerDependentsWhenOutOfRange in changesets config

This commit is contained in:
bjoluc 2021-10-19 22:13:43 +02:00
parent 997ba3cd74
commit cf78fb9d5d

View File

@ -6,5 +6,8 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": [],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}