DefinitelyTyped/types/remote-redux-devtools/package.json
Maximo Dominguez 99f83ab60b remote-redux-devtools: bumped redux version to 4.x & correct (Generic)StoreEnhancer import & TypeScript 2.3 (#26966)
* 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
2018-07-02 09:53:58 -07:00

7 lines
79 B
JSON

{
"private": true,
"dependencies": {
"redux": "^4.0.0"
}
}