Skip to content
Closed
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 @@ -43,7 +43,7 @@
"@metamask/eslint-config-jest": "^12.1.0",
"@metamask/eslint-config-nodejs": "^12.1.0",
"@metamask/eslint-config-typescript": "^12.1.0",
"@metamask/snaps-controllers": "^13.1.0",
"@metamask/snaps-controllers": "^15.0.2",
Copy link

Choose a reason for hiding this comment

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

Bug: Incompatible Dependencies Cause Installation Issues

Updating @metamask/snaps-controllers to 15.0.2 requires newer versions of @metamask/snaps-sdk (^10.0.0) and @metamask/snaps-utils (^11.6.0). The devDependencies still list older, incompatible versions (^8.1.0 and ^10.1.0), which can cause multiple package installations, type conflicts, runtime issues, and inconsistent behavior between dev and production.

Fix in Cursor Fix in Web

"@metamask/snaps-sdk": "^8.1.0",
"@metamask/snaps-utils": "^10.1.0",
"@noble/curves": "^1.2.0",
Expand Down
Loading
Loading