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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@tauri-apps/api": "^2.11.0",
"lucide-react": "^1.24.0",
"lucide-react": "^1.25.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.

P1 Badge Update frontend license inventory with lucide bump

Changing the locked production dependency to lucide-react 1.25.0 leaves THIRD_PARTY_LICENSES.txt listing lucide-react 1.24.0; the frontend inventory check builds exact name version entries from pnpm licenses list --prod --json and compares them to that file (scripts/check-dependency-inventory.mjs lines 81-90), and CI runs it in license:check before the build (.github/workflows/ci.yml line 31). Once pnpm is set up, this dependency update will report missing lucide-react 1.25.0 and stale lucide-react 1.24.0, so the PR cannot pass CI/release license validation until the notice file is regenerated or updated.

Useful? React with 👍 / 👎.

"react": "^19.1.0",
"react-dom": "^19.1.0"
},
Expand Down
25 changes: 20 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading