DefinitelyTyped/types/redux-immutable/package.json
Kanitkorn Sujautra 29d283ca5c [redux-immutable] Upgrade type definition to support Redux v4 + Immutable v4 (#29334)
* [redux-immutable] Move the current version to v3 subfolder

* [redux-immutable] Copied v3 over to root and update it to v4
2018-10-08 10:21:41 -07:00

8 lines
115 B
JSON

{
"private": true,
"dependencies": {
"redux": "^4.0.0",
"immutable": "^4.0.0-rc.1"
}
}