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
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"react-dropzone": "^4.2.8",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.0",
"react-scripts": "5.0.0",
Copy link

Choose a reason for hiding this comment

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

Incompatible React version with upgraded react-scripts

The upgrade of react-scripts from 1.1.0 to 5.0.0 requires React 17 or 18, but react and react-dom remain at ^16.2.0. This version incompatibility will cause the build to fail since react-scripts 5.0.0 has peer dependencies on React 17+.

Additional Locations (1)

Fix in Cursor Fix in Web

"react-select": "^1.2.1",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"sha1": "^1.1.1",
"superagent": "^3.8.2",
"superagent": "^10.2.2",
"tachyons": "^4.9.1",
"tachyons-cli": "^1.2.0"
},
Expand Down