Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
Upgrade flow and fix type test regression (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhorie authored Feb 7, 2019
1 parent 91ad394 commit 96207f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eslint-plugin-prettier": "3.0.0",
"eslint-plugin-react": "7.11.1",
"execa": "^1.0.0",
"flow-bin": "^0.87.0",
"flow-bin": "^0.92.0",
"fusion-core": "1.10.1",
"fusion-test-utils": "^1.3.0",
"nyc": "^13.1.0",
Expand Down
6 changes: 3 additions & 3 deletions src/tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ export const PreloadedStateToken: Token<Object> = createToken(
export const EnhancerToken: Token<StoreEnhancer<*, *, *>> = createToken(
'EnhancerToken'
);
export const GetInitialStateToken: Token<
GetInitialStateType<Object>
> = createToken('GetInitialStateToken');
export const GetInitialStateToken: Token<GetInitialStateType<{}>> = createToken(
'GetInitialStateToken'
);
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2687,10 +2687,10 @@ flat-cache@^1.2.1:
rimraf "~2.6.2"
write "^0.2.1"

flow-bin@^0.87.0:
version "0.87.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.87.0.tgz#fab7f984d8cc767e93fa9eb01cf7d57ed744f19d"
integrity sha512-mnvBXXZkUp4y6A96bR5BHa3q1ioIIN2L10w5osxJqagAakTXFYZwjl0t9cT3y2aCEf1wnK6n91xgYypQS/Dqbw==
flow-bin@^0.92.0:
version "0.92.1"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.92.1.tgz#32c136c07235f30c42dc0549a0790f370fad4070"
integrity sha512-F5kC5oQOR2FXROAeybJHFqgZP+moKV9fa/53QK4Q4WayTQHdA0KSl48KD1gP0A9mioRLiKUegTva/7I15cX3Iw==

for-each@~0.3.3:
version "0.3.3"
Expand Down

0 comments on commit 96207f1

Please sign in to comment.