Skip to content

Commit

Permalink
fix: issue with peer dependency bumping from changesets (#1790)
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Apr 29, 2022
1 parent dd9009d commit 26cbd1a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2,229 deletions.
10 changes: 4 additions & 6 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": [
"@changesets/changelog-github",
{
"repo": "marko-js/marko"
}
],
"changelog": ["@changesets/changelog-github", { "repo": "marko-js/marko" }],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
},
"updateInternalDependencies": "patch",
"baseBranch": "main",
"access": "public",
Expand Down
Loading

0 comments on commit 26cbd1a

Please sign in to comment.