From 10f0afa1e947a1d842ba3d067be0a5a35b22d609 Mon Sep 17 00:00:00 2001 From: Chancellor Clark Date: Tue, 12 Nov 2024 11:07:07 -0500 Subject: [PATCH] chore: only update peer deps when out of range --- .changeset/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index a273ede99..97b8d7f36 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -10,5 +10,8 @@ }, "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [] + "ignore": [], + "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { + "onlyUpdatePeerDependentsWhenOutOfRange": true + } }