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

Commit cb6fecb

Browse files
authored
Upgrade flow-bin@latest and any packages raising Flow complaints (#173)
1 parent 7f83d07 commit cb6fecb

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
"eslint-plugin-jest": "^22.1.0",
4646
"eslint-plugin-prettier": "^3.0.0",
4747
"eslint-plugin-react": "^7.11.1",
48-
"flow-bin": "^0.87.0",
48+
"flow-bin": "^0.91.0",
4949
"fusion-core": "^1.10.0",
5050
"fusion-plugin-universal-events": "^1.3.0",
51-
"fusion-react": "^1.3.4",
51+
"fusion-react": "^1.3.7",
5252
"fusion-test-utils": "^1.3.0",
5353
"fusion-tokens": "^1.1.1",
5454
"nyc": "^13.1.0",

yarn.lock

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2526,10 +2526,10 @@ flat-cache@^1.2.1:
25262526
rimraf "~2.6.2"
25272527
write "^0.2.1"
25282528

2529-
flow-bin@^0.87.0:
2530-
version "0.87.0"
2531-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.87.0.tgz#fab7f984d8cc767e93fa9eb01cf7d57ed744f19d"
2532-
integrity sha512-mnvBXXZkUp4y6A96bR5BHa3q1ioIIN2L10w5osxJqagAakTXFYZwjl0t9cT3y2aCEf1wnK6n91xgYypQS/Dqbw==
2529+
flow-bin@^0.91.0:
2530+
version "0.91.0"
2531+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.91.0.tgz#f5c89729f74b2ccbd47df6fbfadbdcc89cc1e478"
2532+
integrity sha512-j+L+xNiUYnZZ27MjVI0y2c9474ZHOvdSQq0Tjwh56mEA7tfxYqp5Dcb6aZSwvs3tGMTjCrZow9aUlZf3OoRyDQ==
25332533

25342534
for-each@~0.3.3:
25352535
version "0.3.3"
@@ -2635,13 +2635,13 @@ fusion-plugin-universal-events@^1.3.0:
26352635
dependencies:
26362636
koa-bodyparser "4.2.1"
26372637

2638-
fusion-react@^1.3.4:
2639-
version "1.3.4"
2640-
resolved "https://registry.yarnpkg.com/fusion-react/-/fusion-react-1.3.4.tgz#10265436f4616e8e6e5c4e9d6f267e8350033b83"
2641-
integrity sha512-fxQQxnx3ligjgwEdVO0Z77YnTgJNr9Md6gQgkwLOlxpS6J4l6s/ePcrTAxfT0e1VTKROTYLQCiMmxbUrzgWz6A==
2638+
fusion-react@^1.3.7:
2639+
version "1.3.7"
2640+
resolved "https://registry.yarnpkg.com/fusion-react/-/fusion-react-1.3.7.tgz#7ece897feff9ef67c33f13f376929fd5a1e471f6"
2641+
integrity sha512-Zs60GxwkjEkDb2jqcdxnWmGDxUDtD8VJmT6ipnr66oXQHSDl3iMtUDQIXFFg9mZG6jeRFF+BAK1Bhf3SMKt2PQ==
26422642
dependencies:
26432643
prop-types "^15.6.2"
2644-
react-is "^16.6.3"
2644+
react-is "^16.7.0"
26452645

26462646
fusion-rpc-redux@^1.3.0:
26472647
version "1.3.0"
@@ -4695,6 +4695,11 @@ react-is@^16.3.2, react-is@^16.6.0, react-is@^16.6.3:
46954695
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.6.3.tgz#d2d7462fcfcbe6ec0da56ad69047e47e56e7eac0"
46964696
integrity sha512-u7FDWtthB4rWibG/+mFbVd5FvdI20yde86qKGx4lVUTWmPlSWQ4QxbBIrrs+HnXGbxOUlUzTAP/VDmvCwaP2yA==
46974697

4698+
react-is@^16.7.0:
4699+
version "16.7.0"
4700+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.7.0.tgz#c1bd21c64f1f1364c6f70695ec02d69392f41bfa"
4701+
integrity sha512-Z0VRQdF4NPDoI0tsXVMLkJLiwEBa+RP66g0xDHxgxysxSoCUccSten4RTF/UFvZF1dZvZ9Zu1sx+MDXwcOR34g==
4702+
46984703
react-lifecycles-compat@^3.0.0:
46994704
version "3.0.4"
47004705
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"

0 commit comments

Comments
 (0)