Skip to content
This repository was archived by the owner on Aug 25, 2026. It is now read-only.
Closed
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
Binary file modified frontend/bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"next-client-cookies": "^2.0.0",
"next-themes": "^0.2.1",
"react": "^18",
"react-resizable-panels": "^3.0.0",
"react-resizable-panels": "^4.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Major version bump without migrating breaking API changes

High Severity

Bumping react-resizable-panels from v3 to v4 without updating consuming code will break the app. In v4, PanelGroup was renamed to Group and PanelResizeHandle to Separator, so resizable.tsx references non-existent exports. Additionally, sidebar.tsx uses removed/renamed props: direction (now orientation), onLayout (now onLayoutChange), onCollapse/onExpand (removed), and numeric size values (now require strings like "30%"). CSS selectors using data-[panel-group-direction=...] also changed to aria-[orientation=...].

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 09022ce. Configure here.

"react-wrap-balancer": "^1.1.0",
"recharts": "latest",
"tailwind-merge": "^3.0.0",
Expand Down