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
31 changes: 22 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@metamask/profile-sync-controller": "^16.0.0",
"@metamask/sdk": "^0.33.1",
"@rjsf/core": "^5.24.12",
"@rjsf/utils": "^5.24.13",
"@rjsf/utils": "^6.1.1",
Copy link

Choose a reason for hiding this comment

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

Bug: RJSF Utils Upgrade: Major Version Conflict

Upgrading @rjsf/utils to version 6.1.1 creates a peer dependency mismatch. Both @rjsf/core (v5.24.12) and @rjsf/validator-ajv8 (v5.24.12) explicitly require @rjsf/utils version ^5.24.x, but this change installs version 6.1.1 instead. This major version incompatibility will cause npm peer dependency warnings and may lead to runtime errors due to breaking changes between major versions.

Fix in Cursor Fix in Web

"@rjsf/validator-ajv8": "^5.24.12",
"@sentry/browser": "^10.22.0",
"@types/react": "^18.3.3",
Expand Down
Loading