Skip to content
Closed
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.7",

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 and react-dom versions

Medium Severity

Bumping react to ^19.2.7 while react-dom and react-test-renderer remain on ^18.0.0 leaves devDependencies on incompatible majors. React enforces matching react and react-dom versions at runtime, so Jest tests that use @testing-library/react or react-test-renderer can fail during module load or rendering.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 10b8506. Configure here.

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