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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"idb": "8.0.3",
"lucide-react": "^0.562.0",
"next": "15.5.9",
"lucide-react": "^0.525.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.

🔴 Unintended downgrade of lucide-react from ^0.562.0 to ^0.525.0

This PR inadvertently downgrades lucide-react from ^0.562.0 to ^0.525.0. Main already has ^0.562.0 (merged via PR #7), but this PR branch appears to have been forked before that merge, so it reverts the upgrade. Since semver caret on 0.x versions is restrictive (^0.525.0 means >=0.525.0 <0.526.0 and ^0.562.0 means >=0.562.0 <0.563.0), this restricts the resolved version to the 0.525.x range. Any lucide-react icons that were added or renamed between 0.525.x and 0.562.x and are used in the codebase would cause build or runtime failures. The project imports lucide-react icons across 100+ component files.

Suggested change
"lucide-react": "^0.525.0",
"lucide-react": "^0.562.0",
Open in Devin Review (Beta)

Was this helpful? React with 👍 or 👎 to provide feedback.

Debug

Playground

"next": "16.1.1",
"onnxruntime-web": "1.23.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
Expand Down
Loading