-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore: use caret version for the viem
dependencies
#5038
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 8 commits
7d309b9
c670e07
12042ec
29ff523
7937bff
35ad545
fca0f9f
f0cf221
007e19e
82cccd5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ | |
"lit": "3.3.0", | ||
"valtio": "2.1.7" | ||
}, | ||
"optionalDependencies": { | ||
"peerDependencies": { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: Unintended Dependency Change Breaks ConsumersMoving |
||
"@lit/react": "1.0.8" | ||
}, | ||
"author": "Reown (https://discord.gg/reown)", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Unintended Dependency Changes Cause Installation Issues
Moving
@coinbase/wallet-sdk
,@safe-global/safe-apps-provider
,@safe-global/safe-apps-sdk
(inethers
adapters) and@lit/react
(inwallet-button
) fromoptionalDependencies
topeerDependencies
makes these previously optional packages now required. This is a breaking change for consumers, forcing them to install dependencies they might not need and potentially causing installation failures, which also goes beyond the PR's stated scope.Additional Locations (2)
packages/adapters/ethers5/package.json#L31-L38
packages/wallet-button/package.json#L46-L49