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 @@ -18,7 +18,7 @@
"wagmi": "2.x",
"seismic-viem": "workspace:*",
"seismic-react": "workspace:*",
"@privy-io/react-auth": "^2.6.2",
"@privy-io/react-auth": "^3.8.1",
Copy link

Choose a reason for hiding this comment

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

Bug: Major version mismatch between privy-io packages

The @privy-io/react-auth is being upgraded to version 3.x (^3.8.1), but @privy-io/wagmi@^1.0.3 has a peer dependency requiring @privy-io/react-auth@^2.0.0. This major version mismatch will cause peer dependency warnings and likely runtime failures since the wagmi integration package is not compatible with react-auth v3. The @privy-io/wagmi package needs to be upgraded to a version that supports @privy-io/react-auth v3.

Fix in Cursor Fix in Web

"@privy-io/wagmi": "^1.0.3",
"@rainbow-me/rainbowkit": "^2.0.0",
"@tanstack/react-query": "^5.67.3",
Expand Down