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

Commit

Permalink
Migrate Flow to v0.91.0 and resolve errors (#82)
Browse files Browse the repository at this point in the history
* Upgrade flow-bin to v0.91.0 (latest)

* Resolve Flow complaints
  • Loading branch information
AlexMSmithCA committed Jan 24, 2019
1 parent 095b50e commit 79268ce
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint-plugin-jest": "22.1.3",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "7.12.3",
"flow-bin": "^0.89.0",
"flow-bin": "^0.91.0",
"fusion-core": "^1.4.1",
"fusion-test-utils": "^1.1.0",
"fusion-tokens": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/fixtures/swTemplate.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ export type AssetInfo = {
precachePaths: Array<RequestInfo>,
cacheablePaths: Array<string>,
};

export type ConfigTokenType = any;
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2332,9 +2332,10 @@ flat-cache@^1.2.1:
rimraf "~2.6.2"
write "^0.2.1"

flow-bin@^0.89.0:
version "0.89.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.89.0.tgz#6bd29c2af7e0f429797f820662f33749105c32fa"
flow-bin@^0.91.0:
version "0.91.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.91.0.tgz#f5c89729f74b2ccbd47df6fbfadbdcc89cc1e478"
integrity sha512-j+L+xNiUYnZZ27MjVI0y2c9474ZHOvdSQq0Tjwh56mEA7tfxYqp5Dcb6aZSwvs3tGMTjCrZow9aUlZf3OoRyDQ==

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

0 comments on commit 79268ce

Please sign in to comment.