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
8 changes: 4 additions & 4 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 @@ -28,7 +28,7 @@
"clvm-lib": "^1.0.1",
"prettier": "^3.9.6",
"prism-react-renderer": "^2.4.1",
"react": "^19.2.6",
"react": "^19.2.8",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Mismatched React package versions

High Severity

This bump updates react to 19.2.8 while react-dom remains at 19.2.7. React 19 requires those packages to share the exact same version, so the mismatch can throw an incompatible-versions error and break the app at runtime.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit e9e5b6f. Configure here.

"react-dom": "^19.2.7",
"react-icons": "^5.7.0",
"react-simple-code-editor": "^0.14.1",
Expand Down
Loading