Files
DefinitelyTyped/types/redux-testkit/package.json
Alejandro Manuel Baronetti f777274f56 Updated Package.json to prevent redux-thunk 2.2.0 to be used (#27597)
Fix for pull request https://github.com/DefinitelyTyped/DefinitelyTyped/pull/27341
package.json was not updated and it will make projects fail for users who are using redux-thunk 2.2.0
2018-07-26 08:33:24 -07:00

8 lines
91 B
JSON

{
"private": true,
"dependencies": {
"redux": "^3.6.0",
"redux-thunk": "^2.3.0"
}
}