From fb850c346539543e9effc3db77a3aca2b7ae8b99 Mon Sep 17 00:00:00 2001 From: Paulo Margarido <64600052+paulomarg@users.noreply.github.com> Date: Wed, 24 Apr 2024 16:17:58 -0400 Subject: [PATCH] Avoid major bumps in peer dep updates --- .changeset/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index ac8d21f84d..0be4842ff3 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -9,6 +9,7 @@ "updateInternalDependencies": "patch", "ignore": [], "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { - "updateInternalDependents": "always" + "updateInternalDependents": "always", + "onlyUpdatePeerDependentsWhenOutOfRange": true } }