Add experimental feature (#5681)
This commit is contained in:
parent
830680bbf8
commit
87a0d8bf10
1 changed files with 4 additions and 1 deletions
|
@ -6,5 +6,8 @@
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"baseBranch": "main",
|
"baseBranch": "main",
|
||||||
"updateInternalDependencies": "patch",
|
"updateInternalDependencies": "patch",
|
||||||
"ignore": ["@example/*", "@test/*"]
|
"ignore": ["@example/*", "@test/*"],
|
||||||
|
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
|
||||||
|
"onlyUpdatePeerDependentsWhenOutOfRange": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue