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 apps/wails/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"clsx": "^2.1.1",
"date-fns": "^4.4.0",
"dayjs": "^1.11.21",
"lucide-react": "^0.468.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 Commit the workspace lockfile update

This bumps the workspace dependency range, but the root package-lock.json still records apps/wails/frontend with lucide-react: ^0.468.0 and resolves node_modules/lucide-react to 0.468.0. I checked the Wails frontend CI/release paths: .github/workflows/ci.yml installs with npm ci before npm --prefix apps/wails/frontend run build, and .github/workflows/release.yml also runs npm ci; npm's bundled npm-ci docs state it exits with an error when the lockfile dependencies do not match package.json instead of updating the lock. Please regenerate and commit package-lock.json with this dependency bump so those installs can proceed deterministically.

Useful? React with 👍 / 👎.

"maplibre-gl": "^5.24.0",
"openai": "^6.45.0",
"qrcode": "^1.5.4",
Expand Down
Loading