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
9 changes: 5 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 @@ -53,7 +53,7 @@
"axios": "^1.8.4",
"dompurify": "3.2.4",
"flatpickr": "4.6.3",
"immutable": "^4.0.0-rc.12",
"immutable": "^4.3.7",
Copy link

Copilot AI Aug 15, 2025

Choose a reason for hiding this comment

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

The package.json shows the previous version was ^4.0.0-rc.12 (a release candidate), but the PR description indicates upgrading from 4.2.2. This version mismatch suggests the package.json may not reflect the actual installed version, which could cause confusion about what's being upgraded.

Suggested change
"immutable": "^4.3.7",
"immutable": "^4.2.2",

Copilot uses AI. Check for mistakes.
"lodash": "^4.17.21",
"memoize-one": "^6.0.0",
"moment": "^2.29.4",
Expand Down
Loading