Skip to content
Open
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 @@ -17,7 +17,7 @@
"@radix-ui/react-slot": "^1.2.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.562.0",
"lucide-react": "^0.563.0",
Copy link

Copilot AI Feb 16, 2026

Choose a reason for hiding this comment

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

The repo has a committed bun.lock that still pins lucide-react@0.562.0. Updating only package.json can leave CI/dev installs stuck on the old version (or fail under frozen/locked installs). Please regenerate and commit bun.lock (or align the repo to use npm lockfiles if that’s the intended package manager).

Suggested change
"lucide-react": "^0.563.0",
"lucide-react": "0.562.0",

Copilot uses AI. Check for mistakes.
"next": "16.1.6",
"next-themes": "^0.4.6",
"posthog-js": "^1.347.2",
Expand Down