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
68 changes: 64 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 @@ -120,7 +120,7 @@
"electron-builder": "^26.4.0",
"esbuild": "^0.25.5",
"playwright": "^1.55.0",
"react": "^19.0.1",
"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 stays at 19.2.4. React 19 requires those packages to share the exact same version and throws during module init when they differ, which would break the dashboard that imports both via createRoot.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 7fdbfc2. Configure here.

"react-dom": "^19.0.1",
"rimraf": "^6.1.2",
"tailwindcss": "^4.1.18"
Expand Down