Skip to content
Open
Show file tree
Hide file tree
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"rehype-raw": "^7.0.0",
"sharp": "^0.32.6",
"viem": "^2.13.1",
"wagmi": "^2.12.12",
"wagmi": "^3.0.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

critical

This upgrade to [email protected] is likely to break the application for two critical reasons:

  1. Non-existent Package Version: Version 3.0.0 of wagmi does not appear to exist on the public npm registry. This will cause dependency installation to fail. The previous version 2.12.12 also seems to be non-public, which might suggest a private registry is in use. Even so, the availability of version 3.0.0 must be confirmed.

  2. Breaking Changes & Incompatibility: This is a major version upgrade, which implies breaking changes. The project uses @rainbow-me/rainbowkit@^2.1.5, which is designed for [email protected]. Upgrading wagmi to a new major version without also upgrading RainbowKit to a compatible version will almost certainly break the wallet functionality, as the configuration and APIs are likely to be incompatible.

Due to these critical issues, it is recommended to revert this change. A manual upgrade should be performed, carefully considering the breaking changes and updating all related dependencies like @rainbow-me/rainbowkit and application code accordingly.

Suggested change
"wagmi": "^3.0.0",
"wagmi": "^2.12.12",

"yaqrcode": "^0.2.1"
},
"devDependencies": {
Expand Down
Loading
Loading