From 273ed709f1335392fbfe4ce6c131267ee29e1d29 Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Tue, 27 Dec 2022 11:26:37 -0500 Subject: [PATCH] Add experimental feature --- .changeset/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 8292fbe078586..6099b9f6199df 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -6,5 +6,8 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["@example/*", "@test/*"] + "ignore": ["@example/*", "@test/*"], + "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { + "onlyUpdatePeerDependentsWhenOutOfRange": true + } }