Skip to content

Commit

Permalink
build: relax peer dependencies (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
tien authored Sep 9, 2024
1 parent 76fd118 commit 86b6fb1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected].2/schema.json",
"$schema": "https://unpkg.com/@changesets/[email protected].3/schema.json",
"access": "public",
"baseBranch": "main",
"changelog": [
"@changesets/changelog-github",
{ "repo": "tien/reactive-dot" }
],
"privatePackages": false,
"linked": [["@reactive-dot/*"]]
"linked": [["@reactive-dot/*"]],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}
2 changes: 1 addition & 1 deletion packages/wallet-walletconnect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"typescript": "^5.5.4"
},
"peerDependencies": {
"@reactive-dot/core": "workspace:^"
"@reactive-dot/core": "*"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4487,7 +4487,7 @@ __metadata:
eslint: "npm:^9.10.0"
typescript: "npm:^5.5.4"
peerDependencies:
"@reactive-dot/core": "workspace:^"
"@reactive-dot/core": "*"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 86b6fb1

Please sign in to comment.