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.8.2",
"prism-react-renderer": "^2.4.1",
"react": "^19.2.5",
"react": "^19.2.6",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

react and react-dom version mismatch after bump

Low Severity

react is bumped to ^19.2.6 (resolving to 19.2.6) while react-dom stays at ^19.2.5 (locked to 19.2.5). The React team recommends keeping react and react-dom on the same version to avoid subtle runtime inconsistencies. Dependabot bumped only react, creating a version skew.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit e434649. Configure here.

"react-dom": "^19.2.5",
"react-icons": "^5.6.0",
"react-simple-code-editor": "^0.14.1",
Expand Down
Loading