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

Commit 1010af8

Browse files
authored
Upgrade flow-bin@latest and any packages raising Flow complaints (#163)
1 parent 9b89dcc commit 1010af8

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"eslint-plugin-jest": "^22.1.0",
3939
"eslint-plugin-prettier": "3.0.1",
4040
"eslint-plugin-react": "^7.11.1",
41-
"flow-bin": "^0.87.0",
41+
"flow-bin": "^0.91.0",
4242
"fusion-core": "1.10.1",
4343
"fusion-plugin-universal-events": "^1.3.0",
44-
"fusion-react": "1.3.4",
44+
"fusion-react": "^1.3.7",
4545
"fusion-test-utils": "^1.3.0",
4646
"fusion-tokens": "^1.1.1",
4747
"nyc": "^13.1.0",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2485,10 +2485,10 @@ flat-cache@^1.2.1:
24852485
rimraf "~2.6.2"
24862486
write "^0.2.1"
24872487

2488-
flow-bin@^0.87.0:
2489-
version "0.87.0"
2490-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.87.0.tgz#fab7f984d8cc767e93fa9eb01cf7d57ed744f19d"
2491-
integrity sha512-mnvBXXZkUp4y6A96bR5BHa3q1ioIIN2L10w5osxJqagAakTXFYZwjl0t9cT3y2aCEf1wnK6n91xgYypQS/Dqbw==
2488+
flow-bin@^0.91.0:
2489+
version "0.91.0"
2490+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.91.0.tgz#f5c89729f74b2ccbd47df6fbfadbdcc89cc1e478"
2491+
integrity sha512-j+L+xNiUYnZZ27MjVI0y2c9474ZHOvdSQq0Tjwh56mEA7tfxYqp5Dcb6aZSwvs3tGMTjCrZow9aUlZf3OoRyDQ==
24922492

24932493
for-each@~0.3.3:
24942494
version "0.3.3"
@@ -2583,13 +2583,13 @@ fusion-plugin-universal-events@^1.3.0:
25832583
dependencies:
25842584
koa-bodyparser "4.2.1"
25852585

2586-
2587-
version "1.3.4"
2588-
resolved "https://registry.yarnpkg.com/fusion-react/-/fusion-react-1.3.4.tgz#10265436f4616e8e6e5c4e9d6f267e8350033b83"
2589-
integrity sha512-fxQQxnx3ligjgwEdVO0Z77YnTgJNr9Md6gQgkwLOlxpS6J4l6s/ePcrTAxfT0e1VTKROTYLQCiMmxbUrzgWz6A==
2586+
fusion-react@^1.3.7:
2587+
version "1.3.7"
2588+
resolved "https://registry.yarnpkg.com/fusion-react/-/fusion-react-1.3.7.tgz#7ece897feff9ef67c33f13f376929fd5a1e471f6"
2589+
integrity sha512-Zs60GxwkjEkDb2jqcdxnWmGDxUDtD8VJmT6ipnr66oXQHSDl3iMtUDQIXFFg9mZG6jeRFF+BAK1Bhf3SMKt2PQ==
25902590
dependencies:
25912591
prop-types "^15.6.2"
2592-
react-is "^16.6.3"
2592+
react-is "^16.7.0"
25932593

25942594
fusion-test-utils@^1.3.0:
25952595
version "1.3.0"
@@ -4633,10 +4633,10 @@ rc@^1.2.7:
46334633
minimist "^1.2.0"
46344634
strip-json-comments "~2.0.1"
46354635

4636-
react-is@^16.6.3:
4637-
version "16.6.3"
4638-
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.6.3.tgz#d2d7462fcfcbe6ec0da56ad69047e47e56e7eac0"
4639-
integrity sha512-u7FDWtthB4rWibG/+mFbVd5FvdI20yde86qKGx4lVUTWmPlSWQ4QxbBIrrs+HnXGbxOUlUzTAP/VDmvCwaP2yA==
4636+
react-is@^16.7.0:
4637+
version "16.7.0"
4638+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.7.0.tgz#c1bd21c64f1f1364c6f70695ec02d69392f41bfa"
4639+
integrity sha512-Z0VRQdF4NPDoI0tsXVMLkJLiwEBa+RP66g0xDHxgxysxSoCUccSten4RTF/UFvZF1dZvZ9Zu1sx+MDXwcOR34g==
46404640

46414641
react@^16.6.3:
46424642
version "16.6.3"

0 commit comments

Comments
 (0)