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 home/apps/symphony/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"@vitejs/plugin-react": "^5.2.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 the Symphony lockfile with this dependency bump

This changes home/apps/symphony/package.json but leaves home/apps/symphony/pnpm-lock.yaml with the old @vitejs/plugin-react specifier/version (^4.4.1 / 4.7.0). The default-app build runs the app install from home/apps/symphony/matrix.json via scripts/build-default-apps.mjs, which forces CI=1; pnpm documents that frozen-lockfile is true by default in CI and fails when the lockfile is out of sync. As a result, rebuilding the bundled default apps/host bundle for Symphony will fail until the app lockfile is regenerated for ^5.2.0.

Useful? React with 👍 / 👎.

"typescript": "~5.8.3",
"vite": "^6.3.2"
}
Expand Down