-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Closed
Copy link
Description
- I have checked that this bug has not yet been reported by someone else
- I have checked that this bug appears on Chrome
- I have specified the version :
- latest
- other: please specify
- I have specified my environment :
- All
- my computer: Windows? Linux? Cloud?
- Cloud
We have warning because of react-trello which depends on too old react-redux version:
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: react-redux@5.1.2
npm WARN Found: react@17.0.2
npm WARN node_modules/react
npm WARN react@"17.0.2" from the root project
npm WARN 49 more (@apollo/client, ...)
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer react@"^0.14.0 || ^15.0.0-0 || ^16.0.0-0" from react-redux@5.1.2
npm WARN node_modules/@ObeoNetwork/react-trello/node_modules/react-redux
npm WARN react-redux@"^5.0.7" from @ObeoNetwork/react-trello@2.4.1
npm WARN node_modules/@ObeoNetwork/react-trello
npm WARN
npm WARN Conflicting peer dependency: react@16.14.0
npm WARN node_modules/react
npm WARN peer react@"^0.14.0 || ^15.0.0-0 || ^16.0.0-0" from react-redux@5.1.2
npm WARN node_modules/@ObeoNetwork/react-trello/node_modules/react-redux
npm WARN react-redux@"^5.0.7" from @ObeoNetwork/react-trello@2.4.1
npm WARN node_modules/@ObeoNetwork/react-trello
The react-redux version has been upgrade in the react-trello 2.4.11 release