Skip to content
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
52 changes: 46 additions & 6 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 @@ -115,7 +115,7 @@
"lodash.omitby": "^4.6.0",
"lucide-react": "0.577.0",
"postcss": "^8.5.9",
"react-day-picker": "^8.10.1",
"react-day-picker": "^9.14.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.

v9 classNames keys are incompatible with v8 names

High Severity

Upgrading react-day-picker to v9 without updating calendar.tsx breaks all custom styling. The v8 classNames keys (caption, caption_label, nav_button, nav_button_previous, nav_button_next, table, head_row, head_cell, row, cell, day, day_range_start, day_range_end, day_selected, day_today, day_outside, day_disabled, day_range_middle, day_hidden) no longer exist in v9. They must be renamed to their v9 equivalents (month_caption, button_previous, button_next, month_grid, weekdays, weekday, week, day/day_button, range_start, range_end, selected, today, outside, disabled, range_middle, hidden).

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 9b0c51a. Configure here.

"react-flagpack": "^2.0.6",
"react-hook-form": "^7.54.2",
"tailwind-merge": "^3.5.0",
Expand Down
Loading