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 @@ -103,7 +103,7 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^3.6.0",
"date-fns": "^4.1.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.

Peer dependency conflict between date-fns v4 and react-day-picker v8

High Severity

Upgrading date-fns to ^4.1.0 while react-day-picker remains at ^8.10.1 creates a peer dependency conflict. react-day-picker v8 declares a peer dependency of date-fns ^2.28.0 || ^3.0.0 and does not support v4. This can cause runtime failures in the Calendar component and DatePickerFieldDefault, which are critical for date selection across multiple flows (Termination, Contractor Onboarding, etc.). react-day-picker needs to be upgraded to v9 to support date-fns v4.

Additional Locations (1)
Fix in Cursor Fix in Web

Triggered by project rule: Code Review Guidelines

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

"dompurify": "^3.3.3",
"lodash.capitalize": "^4.2.1",
"lodash.get": "^4.4.2",
Expand Down
Loading