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
21 changes: 12 additions & 9 deletions app/package-lock.json

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

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@types/node": "^22.16.5",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react-swc": "^3.11.0",
"@vitejs/plugin-react-swc": "^4.2.2",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[MAJOR]: Upgrading @vitejs/plugin-react-swc to 4.2.2 now inherits the plugin’s new engines requirement of Node ^20.19 || >=22.12 (see the engines block added for this dependency in app/package-lock.json). Our repo still targets Node 18 in docs/CI, so npm ci/npm run build will fail with EBADENGINE before tests execute. Please either keep the plugin on 3.11.0 or, preferably, bump the project to Node ≥22 (pin the CI runner via actions/setup-node, add matching .nvmrc/engines entries, and document the new requirement).

"autoprefixer": "^10.4.21",
"eslint": "^9.32.0",
"eslint-plugin-react-hooks": "^5.2.0",
Expand Down
Loading