Fix peer dependency versioning (#1554)

This commit is contained in:
Nathan Bierema 2023-12-08 23:42:26 -05:00 committed by GitHub
parent 7f5bddbdc2
commit d95a5ff5ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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