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 front-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0"
"react-scripts": "5.0.0"

Copilot AI Feb 3, 2026

Copy link

Choose a reason for hiding this comment

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

The upgrade to react-scripts 5.0.0 requires Node.js version 14 or higher. Consider adding an "engines" field to package.json to enforce this requirement and prevent runtime errors for users with older Node.js versions. For example:

"engines": {
  "node": ">=14.0.0"
}

This will help ensure compatibility and provide clear error messages if someone attempts to use an incompatible Node.js version.

Copilot uses AI. Check for mistakes.
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading