Unsolvable Peer Dependency Warning
Open
area: 3rd party dependencies
area: maintenance
type: bug
- Dominant language
- JavaScript
- Stars
- 19.4k
- Forks
- 3.1k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 9
Description
Yarn gives the following peer-dependency warning when using Redux 4+:
> warning "netlify-cms-app > netlify-cms-core > redux-notifications > react-redux@4.4.10" has incorrect peer dependency "redux@^2.0.0 || ^3.0.0".
Looks like `redux-notifications` has been abandoned and isn't going to update its peer dependency to cover anything later than redux@3 (redux is on `4.0.5` at time of writing).
> Latest commit b03011c on 27 Jun 2017
No PR merged since 2108, so I'm guessing the only solution here is to swap out redux-notifications for something else.
**Applicable Versions:**
- Netlify CMS version: `netlify-cms-app@2.12.13`
Contributor guide
Assessment
This issue has not been assessed yet.