Skip to content

Commit 8065f0c

Browse files
committed
fix(changesets): dont major update peer deps
1 parent 4a22c85 commit 8065f0c

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

.changeset/config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": []
10+
"ignore": [],
11+
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
12+
"onlyUpdatePeerDependentsWhenOutOfRange": true
13+
}
1114
}

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474
"hast-util-to-string": "^3.0.1"
7575
},
7676
"peerDependencies": {
77-
"@node-core/doc-kit": "workspace:*",
78-
"@node-core/doc-kit-legacy": "workspace:*",
79-
"@doc-kit/generator-react": "workspace:*"
77+
"@node-core/doc-kit": "workspace:>=2.0.0",
78+
"@node-core/doc-kit-legacy": "workspace:>=1.0.0",
79+
"@doc-kit/generator-react": "workspace:>=0.1.0"
8080
},
8181
"peerDependenciesMeta": {
8282
"@node-core/doc-kit": {

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)