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
101 changes: 32 additions & 69 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.2.5",
Copy link

Choose a reason for hiding this comment

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

Incompatible major version mismatch in rjsf packages

High Severity

@rjsf/utils is upgraded to v6.2.5, but @rjsf/core (v5.24.12) and @rjsf/validator-ajv8 (v5.24.12) have peer dependencies requiring @rjsf/utils ^5.24.x. These packages are designed to work together at matching major versions. The version mismatch will cause peer dependency warnings and potentially runtime errors or type mismatches, as the types and APIs from @rjsf/utils v6 may not be compatible with the v5 packages that consume them.

Additional Locations (1)

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