Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"vocs": "^1",
"typescript": "^5.5.4",
"viem": "2.x",
"wagmi": "2.x",
"wagmi": "3.x",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Peer dependency mismatch with wagmi 3.x upgrade

Upgrading wagmi to 3.x creates a peer dependency conflict. The seismic-react package declares a peer dependency on "wagmi": "^2.0.0", and @privy-io/wagmi@^1.0.3 requires "wagmi": "^2.14.11". Both are incompatible with wagmi 3.x, which is a major breaking version. This mismatch will likely cause runtime errors or build failures when these packages interact with the new wagmi version's changed API.

Additional Locations (1)

Fix in Cursor Fix in Web

"seismic-viem": "workspace:*",
"seismic-react": "workspace:*",
"@privy-io/react-auth": "^2.6.2",
Expand Down
Loading