From 9550c386d9016ac30d549fe1abe9a49cbeeb251e Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Sun, 30 Jun 2024 06:59:52 -0700 Subject: [PATCH] chore(root): try new peerdep changeset settings --- .changeset/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index b6844d54..bc92931e 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,8 @@ "access": "public", "baseBranch": "plugified", "updateInternalDependencies": "minor", - "ignore": [] + "ignore": [], + "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { + "onlyUpdatePeerDependentsWhenOutOfRange": true + } }