File tree 4 files changed +7
-7
lines changed 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 38
38
"progress" : " ^2.0.3" ,
39
39
"prompts" : " ^2.3.0" ,
40
40
"react" : " ^16.8.0" ,
41
- "redux" : " ^4.0.4 " ,
41
+ "redux" : " ^4.0.5 " ,
42
42
"resolve-cwd" : " ^2.0.0" ,
43
43
"semver" : " ^6.3.0" ,
44
44
"signal-exit" : " ^3.0.2" ,
Original file line number Diff line number Diff line change 120
120
"react-error-overlay" : " ^3.0.0" ,
121
121
"react-hot-loader" : " ^4.12.18" ,
122
122
"react-refresh" : " ^0.7.0" ,
123
- "redux" : " ^4.0.4 " ,
123
+ "redux" : " ^4.0.5 " ,
124
124
"redux-thunk" : " ^2.3.0" ,
125
125
"semver" : " ^5.7.1" ,
126
126
"shallow-compare" : " ^1.2.2" ,
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ const multi: Middleware = ({ dispatch }) => next => (
55
55
56
56
export const configureStore = ( initialState : IReduxState ) : Store < IReduxState > =>
57
57
createStore (
58
- combineReducers ( { ...reducers } ) ,
58
+ combineReducers < IReduxState > ( { ...reducers } ) ,
59
59
initialState ,
60
60
applyMiddleware ( thunk , multi )
61
61
)
Original file line number Diff line number Diff line change @@ -19145,10 +19145,10 @@ redux-thunk@^2.3.0:
19145
19145
version "2.3.0"
19146
19146
resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.3.0.tgz#51c2c19a185ed5187aaa9a2d08b666d0d6467622"
19147
19147
19148
- redux@^4.0.4 :
19149
- version "4.0.4 "
19150
- resolved "https://registry.yarnpkg.com/redux/-/redux-4.0.4 .tgz#4ee1aeb164b63d6a1bcc57ae4aa0b6e6fa7a3796 "
19151
- integrity sha512-vKv4WdiJxOWKxK0yRoaK3Y4pxxB0ilzVx6dszU2W8wLxlb2yikRph4iV/ymtdJ6ZxpBLFbyrxklnT5yBbQSl3Q ==
19148
+ redux@^4.0.5 :
19149
+ version "4.0.5 "
19150
+ resolved "https://registry.yarnpkg.com/redux/-/redux-4.0.5 .tgz#4db5de5816e17891de8a80c424232d06f051d93f "
19151
+ integrity sha512-VSz1uMAH24DM6MF72vcojpYPtrTUu3ByVWfPL1nPfVRb5mZVTve5GnNCUV53QM/BZ66xfWrm0CTWoM+Xlz8V1w ==
19152
19152
dependencies:
19153
19153
loose-envify "^1.4.0"
19154
19154
symbol-observable "^1.2.0"
You can’t perform that action at this time.
0 commit comments