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

Commit 35a6610

Browse files
authored
Fix flow types (#74)
1 parent 5c5ade3 commit 35a6610

File tree

2 files changed

+40
-36
lines changed

2 files changed

+40
-36
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"./dist/browser.es2015.es.js": "./dist/browser.es2017.es.js"
2323
},
2424
"dependencies": {
25-
"fusion-plugin-rpc": "^1.0.0",
26-
"fusion-rpc-redux": "^1.0.0"
25+
"fusion-plugin-rpc": "^1.0.1",
26+
"fusion-rpc-redux": "^1.0.1"
2727
},
2828
"peerDependencies": {
2929
"fusion-core": "^1.0.0",
30-
"fusion-react": "^1.0.0",
31-
"fusion-tokens": "^1.0.0",
30+
"fusion-react": "^1.0.1",
31+
"fusion-tokens": "^1.0.1",
3232
"prop-types": "^15.6.0",
3333
"react": "14.x - 16.x"
3434
},
@@ -39,17 +39,17 @@
3939
"eslint": "^4.17.0",
4040
"eslint-config-fusion": "^1.0.0",
4141
"eslint-plugin-cup": "^1.0.0",
42-
"eslint-plugin-flowtype": "^2.42.0",
42+
"eslint-plugin-flowtype": "^2.43.0",
4343
"eslint-plugin-import": "^2.8.0",
4444
"eslint-plugin-prettier": "^2.6.0",
4545
"eslint-plugin-react": "^7.6.1",
4646
"flow-bin": "^0.65.0",
4747
"fusion-core": "^1.0.0",
48-
"fusion-plugin-universal-events": "^1.0.0",
49-
"fusion-react": "^1.0.0",
50-
"fusion-react-async": "^1.0.0",
51-
"fusion-test-utils": "^1.0.0",
52-
"fusion-tokens": "^1.0.0",
48+
"fusion-plugin-universal-events": "^1.0.1",
49+
"fusion-react": "^1.0.1",
50+
"fusion-react-async": "^1.0.1",
51+
"fusion-test-utils": "^1.0.1",
52+
"fusion-tokens": "^1.0.1",
5353
"nyc": "^11.4.1",
5454
"prettier": "1.10.2",
5555
"prop-types": "^15.6.0",

yarn.lock

Lines changed: 30 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1889,9 +1889,9 @@ eslint-plugin-cup@^1.0.0:
18891889
dependencies:
18901890
globals "^10.0.0"
18911891

1892-
eslint-plugin-flowtype@^2.42.0:
1893-
version "2.42.0"
1894-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.42.0.tgz#7fcc98df4ed9482a22ac10ba4ca48d649c4c733a"
1892+
eslint-plugin-flowtype@^2.43.0:
1893+
version "2.43.0"
1894+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.43.0.tgz#47cdac5f01cda53f1c3e8477f0c83fee66a1606e"
18951895
dependencies:
18961896
lodash "^4.15.0"
18971897

@@ -2283,47 +2283,47 @@ fusion-core@^1.0.0:
22832283
node-mocks-http "^1.6.6"
22842284
toposort "^1.0.6"
22852285

2286-
fusion-plugin-rpc@^1.0.0:
2287-
version "1.0.0"
2288-
resolved "https://registry.yarnpkg.com/fusion-plugin-rpc/-/fusion-plugin-rpc-1.0.0.tgz#71c340c26598458d69269c4e22aa3be40f4e3778"
2286+
fusion-plugin-rpc@^1.0.1:
2287+
version "1.0.1"
2288+
resolved "https://registry.yarnpkg.com/fusion-plugin-rpc/-/fusion-plugin-rpc-1.0.1.tgz#d4dadd59a9a054c18526a0ef42436e9eecf0e31b"
22892289
dependencies:
22902290
body-parser "^1.18.2"
22912291
koa-bodyparser "4.2.0"
2292-
rollup "0.55.3"
2292+
rollup "0.55.5"
22932293

2294-
fusion-plugin-universal-events@^1.0.0:
2295-
version "1.0.0"
2296-
resolved "https://registry.yarnpkg.com/fusion-plugin-universal-events/-/fusion-plugin-universal-events-1.0.0.tgz#5f2a058078f7a3ab7c9eb7feb1d588fc4f2cbfb4"
2294+
fusion-plugin-universal-events@^1.0.1:
2295+
version "1.0.1"
2296+
resolved "https://registry.yarnpkg.com/fusion-plugin-universal-events/-/fusion-plugin-universal-events-1.0.1.tgz#3bc31b6450212a1a973a7f9674a6d28b0995eac8"
22972297
dependencies:
22982298
koa-bodyparser "4.2.0"
22992299

2300-
fusion-react-async@^1.0.0:
2301-
version "1.0.0"
2302-
resolved "https://registry.yarnpkg.com/fusion-react-async/-/fusion-react-async-1.0.0.tgz#4753d0bbb8169cdb02d834257f2ae0a89112e85d"
2300+
fusion-react-async@^1.0.1:
2301+
version "1.0.1"
2302+
resolved "https://registry.yarnpkg.com/fusion-react-async/-/fusion-react-async-1.0.1.tgz#b6bc9dc18bbc2abbf8fcc7db3509c6a5388dad23"
23032303
dependencies:
23042304
prop-types "^15.5.8"
23052305

2306-
fusion-react@^1.0.0:
2307-
version "1.0.0"
2308-
resolved "https://registry.yarnpkg.com/fusion-react/-/fusion-react-1.0.0.tgz#182eb4f1702a75c4f3097bc0ad2dbd517fa9dcf2"
2306+
fusion-react@^1.0.1:
2307+
version "1.0.1"
2308+
resolved "https://registry.yarnpkg.com/fusion-react/-/fusion-react-1.0.1.tgz#7119ebf578765dc3dc99d66582ff97da7fbdb52c"
23092309

2310-
fusion-rpc-redux@^1.0.0:
2311-
version "1.0.0"
2312-
resolved "https://registry.yarnpkg.com/fusion-rpc-redux/-/fusion-rpc-redux-1.0.0.tgz#355d39a00f16dfd64ca7e15563440a36a627ba7f"
2310+
fusion-rpc-redux@^1.0.1:
2311+
version "1.0.1"
2312+
resolved "https://registry.yarnpkg.com/fusion-rpc-redux/-/fusion-rpc-redux-1.0.1.tgz#82731d0244371ae75ce5ee7c09bf06051aaa0d2d"
23132313
dependencies:
23142314
redux-reactors "^1.0.3"
23152315

2316-
fusion-test-utils@^1.0.0:
2317-
version "1.0.0"
2318-
resolved "https://registry.yarnpkg.com/fusion-test-utils/-/fusion-test-utils-1.0.0.tgz#f3ef434aff74186a77837828b84e2b50b524218f"
2316+
fusion-test-utils@^1.0.1:
2317+
version "1.0.1"
2318+
resolved "https://registry.yarnpkg.com/fusion-test-utils/-/fusion-test-utils-1.0.1.tgz#9ff6b0747ddacf0b89d101b325885cd6fbecd59b"
23192319
dependencies:
23202320
assert "^1.4.1"
23212321
koa "^2.4.1"
23222322
node-mocks-http "^1.6.6"
23232323

2324-
fusion-tokens@^1.0.0:
2325-
version "1.0.0"
2326-
resolved "https://registry.yarnpkg.com/fusion-tokens/-/fusion-tokens-1.0.0.tgz#84ce2755ef444259a63b6287d6b279c48e5f4f62"
2324+
fusion-tokens@^1.0.1:
2325+
version "1.0.1"
2326+
resolved "https://registry.yarnpkg.com/fusion-tokens/-/fusion-tokens-1.0.1.tgz#b2ef62f515c1a314c7d2590a6e7caf5dca737cc4"
23272327

23282328
gauge@~2.7.3:
23292329
version "2.7.4"
@@ -4134,7 +4134,11 @@ rollup-pluginutils@^2.0.1:
41344134
estree-walker "^0.3.0"
41354135
micromatch "^2.3.11"
41364136

4137-
rollup@0.55.3, rollup@^0.55.1:
4137+
rollup@0.55.5:
4138+
version "0.55.5"
4139+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.55.5.tgz#2f88c300f7cf24b5ec2dca8a6aba73b04e087e93"
4140+
4141+
rollup@^0.55.1:
41384142
version "0.55.3"
41394143
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.55.3.tgz#0af082a766d51c3058430c8372442ff5207d8736"
41404144

0 commit comments

Comments
 (0)