This repository was archived by the owner on May 17, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3636 "eslint-plugin-prettier" : " 3.0.0" ,
3737 "eslint-plugin-react" : " 7.11.1" ,
3838 "execa" : " ^1.0.0" ,
39- "flow-bin" : " ^0.87 .0" ,
39+ "flow-bin" : " ^0.92 .0" ,
4040 "fusion-core" : " 1.10.1" ,
4141 "fusion-test-utils" : " ^1.3.0" ,
4242 "nyc" : " ^13.1.0" ,
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ export const PreloadedStateToken: Token<Object> = createToken(
2323export const EnhancerToken : Token < StoreEnhancer < * , * , * > > = createToken (
2424 'EnhancerToken'
2525) ;
26- export const GetInitialStateToken : Token <
27- GetInitialStateType < Object >
28- > = createToken ( 'GetInitialStateToken' ) ;
26+ export const GetInitialStateToken : Token < GetInitialStateType < { } >> = createToken (
27+ 'GetInitialStateToken'
28+ ) ;
Original file line number Diff line number Diff line change @@ -2687,10 +2687,10 @@ flat-cache@^1.2.1:
26872687 rimraf "~2.6.2"
26882688 write "^0.2.1"
26892689
2690- flow-bin@^0.87 .0 :
2691- version "0.87.0 "
2692- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.87.0 .tgz#fab7f984d8cc767e93fa9eb01cf7d57ed744f19d "
2693- integrity sha512-mnvBXXZkUp4y6A96bR5BHa3q1ioIIN2L10w5osxJqagAakTXFYZwjl0t9cT3y2aCEf1wnK6n91xgYypQS/Dqbw ==
2690+ flow-bin@^0.92 .0 :
2691+ version "0.92.1 "
2692+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.92.1 .tgz#32c136c07235f30c42dc0549a0790f370fad4070 "
2693+ integrity sha512-F5kC5oQOR2FXROAeybJHFqgZP+moKV9fa/53QK4Q4WayTQHdA0KSl48KD1gP0A9mioRLiKUegTva/7I15cX3Iw ==
26942694
26952695for-each@~0.3.3 :
26962696 version "0.3.3"
You can’t perform that action at this time.
0 commit comments