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 ui/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"autoprefixer": "^10.4.24",
"electron": "41.0.0",
"electron": "41.1.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 Regenerate pnpm lockfile after Electron version change

The commit updates ui/desktop/package.json to electron: 41.1.0, but ui/pnpm-lock.yaml still pins electron at 41.0.0 (both importer specifier/version and package entry). Because CI installs dependencies with pnpm install --frozen-lockfile (for example .github/workflows/ci.yml), this mismatch will cause install/check jobs to fail until the lockfile is updated.

Useful? React with 👍 / 👎.

"electron-devtools-installer": "^4.0.0",
"eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5",
Expand Down
Loading