Skip to content
Open
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 apps/penpal/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/unist": "^3.0.3",
"@vitejs/plugin-react": "^5.0.0",
"@vitejs/plugin-react": "^6.0.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 Keep @vitejs/plugin-react on a Vite 7-compatible major

apps/penpal/frontend/package.json:41 upgrades @vitejs/plugin-react to v6, but the same importer still pins vite to ^7.0.0 (apps/penpal/frontend/package.json:48), and the regenerated lockfile resolves that pair as plugin-react 6.0.1 with Vite 7.3.1 (pnpm-lock.yaml:141-143). Upstream v6 declares a vite:^8.0.0 peer and its 6.0.0 changelog explicitly drops Vite 7 support, so any fresh install/build of the Penpal frontend now runs on an unsupported dependency combination.

Useful? React with 👍 / 👎.

"eslint": "^10.0.0",
"jsdom": "^28.0.0",
"postcss": "^8.4.0",
Expand Down
Loading
Loading