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

Commit b0638f1

Browse files
alxmythfusion-bot[bot]
authored andcommitted
Upgrade flow-bin@latest and any packages raising Flow complaints
#34
1 parent 84cec16 commit b0638f1

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
"eslint-plugin-jest": "^22.1.0",
4747
"eslint-plugin-prettier": "3.0.0",
4848
"eslint-plugin-react": "7.11.1",
49-
"flow-bin": "0.87.0",
49+
"flow-bin": "^0.91.0",
5050
"fusion-core": "^1.10.0",
5151
"fusion-plugin-react-router": "1.4.2",
5252
"fusion-plugin-universal-events": "^1.3.0",
53-
"fusion-react": "^1.3.4",
53+
"fusion-react": "^1.3.7",
5454
"fusion-test-utils": "^1.3.0",
5555
"fusion-tokens": "^1.1.1",
5656
"nyc": "13.1.0",

yarn.lock

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2238,9 +2238,10 @@ flat-cache@^1.2.1:
22382238
graceful-fs "^4.1.2"
22392239
write "^0.2.1"
22402240

2241-
2242-
version "0.87.0"
2243-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.87.0.tgz#fab7f984d8cc767e93fa9eb01cf7d57ed744f19d"
2241+
flow-bin@^0.91.0:
2242+
version "0.91.0"
2243+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.91.0.tgz#f5c89729f74b2ccbd47df6fbfadbdcc89cc1e478"
2244+
integrity sha512-j+L+xNiUYnZZ27MjVI0y2c9474ZHOvdSQq0Tjwh56mEA7tfxYqp5Dcb6aZSwvs3tGMTjCrZow9aUlZf3OoRyDQ==
22442245

22452246
for-each@~0.3.3:
22462247
version "0.3.3"
@@ -2335,12 +2336,13 @@ fusion-plugin-universal-events@^1.3.0:
23352336
dependencies:
23362337
koa-bodyparser "4.2.1"
23372338

2338-
fusion-react@^1.3.4:
2339-
version "1.3.4"
2340-
resolved "https://registry.yarnpkg.com/fusion-react/-/fusion-react-1.3.4.tgz#10265436f4616e8e6e5c4e9d6f267e8350033b83"
2339+
fusion-react@^1.3.7:
2340+
version "1.3.7"
2341+
resolved "https://registry.yarnpkg.com/fusion-react/-/fusion-react-1.3.7.tgz#7ece897feff9ef67c33f13f376929fd5a1e471f6"
2342+
integrity sha512-Zs60GxwkjEkDb2jqcdxnWmGDxUDtD8VJmT6ipnr66oXQHSDl3iMtUDQIXFFg9mZG6jeRFF+BAK1Bhf3SMKt2PQ==
23412343
dependencies:
23422344
prop-types "^15.6.2"
2343-
react-is "^16.6.3"
2345+
react-is "^16.7.0"
23442346

23452347
fusion-test-utils@^1.3.0:
23462348
version "1.3.0"
@@ -4121,10 +4123,15 @@ react-dom@^16.6.3:
41214123
prop-types "^15.6.2"
41224124
scheduler "^0.11.2"
41234125

4124-
react-is@^16.3.2, react-is@^16.6.0, react-is@^16.6.3:
4126+
react-is@^16.3.2, react-is@^16.6.0:
41254127
version "16.6.3"
41264128
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.6.3.tgz#d2d7462fcfcbe6ec0da56ad69047e47e56e7eac0"
41274129

4130+
react-is@^16.7.0:
4131+
version "16.7.0"
4132+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.7.0.tgz#c1bd21c64f1f1364c6f70695ec02d69392f41bfa"
4133+
integrity sha512-Z0VRQdF4NPDoI0tsXVMLkJLiwEBa+RP66g0xDHxgxysxSoCUccSten4RTF/UFvZF1dZvZ9Zu1sx+MDXwcOR34g==
4134+
41284135
react-lifecycles-compat@^3.0.0:
41294136
version "3.0.4"
41304137
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"

0 commit comments

Comments
 (0)