mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-19 16:49:45 +08:00
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
8 lines
91 B
JSON
8 lines
91 B
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"redux": "^3.6.0",
|
|
"redux-thunk": "^2.3.0"
|
|
}
|
|
}
|