diff options
author | 2022-12-27 11:43:49 -0500 | |
---|---|---|
committer | 2022-12-27 11:43:49 -0500 | |
commit | 87a0d8bf100429900988acdf1bd6dc00f2fb8cba (patch) | |
tree | efeed40f5e0daf039c10cfbccc1a3153d21b2869 | |
parent | 830680bbf86f5b3dcdf5e3561927952874c77aa9 (diff) | |
download | astro-87a0d8bf100429900988acdf1bd6dc00f2fb8cba.tar.gz astro-87a0d8bf100429900988acdf1bd6dc00f2fb8cba.tar.zst astro-87a0d8bf100429900988acdf1bd6dc00f2fb8cba.zip |
Add experimental feature (#5681)
-rw-r--r-- | .changeset/config.json | 5 |
1 files changed, 4 insertions, 1 deletions
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 + } } |