From cf78fb9d5d2db2d8ac3e1b8aef9d2001749f8ebe Mon Sep 17 00:00:00 2001 From: bjoluc Date: Tue, 19 Oct 2021 22:13:43 +0200 Subject: [PATCH] Set `onlyUpdatePeerDependentsWhenOutOfRange` in changesets config --- .changeset/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 781ef19e..03d8778d 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -6,5 +6,8 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [] + "ignore": [], + "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { + "onlyUpdatePeerDependentsWhenOutOfRange": true + } }