mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
react-intl-redux depends on react-redux and redux. react-redux also depends on redux, but a different version. This PR makes the versions the same. This fixes a DT build failure, and makes things less confusing.
7 lines
79 B
JSON
7 lines
79 B
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"redux": "^4.0.0"
|
|
}
|
|
}
|