From 87a0d8bf100429900988acdf1bd6dc00f2fb8cba Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Tue, 27 Dec 2022 11:43:49 -0500 Subject: [PATCH] Add experimental feature (#5681) --- .changeset/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 8292fbe07..6099b9f61 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 + } }