Skip to content
Open
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 @@ -71,7 +71,7 @@
"parse5": "7.2.1",
"prettier": "^3.3.3",
"prop-types": "^15.7.2",
"react": "^18.0.0",
"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 19 requires matching react-dom version

High Severity

Bumping react to ^19.2.6 while leaving react-dom at ^18.0.0 will cause an immediate runtime error. React 19 added an explicit version check that throws if react and react-dom versions don't match. The react-test-renderer at ^18.0.0 and @types/react at ^18.0.3 are also incompatible with React 19.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 4e312c1. Configure here.

"react-dom": "^18.0.0",
"react-test-renderer": "^18.0.0",
"rimraf": "^6.0.1",
Expand Down
Loading