mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* chore: bumped redux version to 4.x & correct GenericStoreEnhancer import
* Redux 4 typings uses generic parameter defaults
As of TypeScript 2.3 there is [support for generic parameter defaults](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-3.html#generic-parameter-defaults). Between [redux@3.6.0 and redux@4.0.0](3e114f8c0f...e95eaf2dc2 (diff-b52768974e6bc0faccb7d4b75b162c99)) generic parameter defaults were introduced which forces `remote-redux-devtools`' to use at least TypeScript 2.3
* Adding @colindekker to the list of contributors
7 lines
79 B
JSON
7 lines
79 B
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"redux": "^4.0.0"
|
|
}
|
|
}
|