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

Commit c376ce9

Browse files
authored
Update dependencies (#69)
1 parent 8fca37c commit c376ce9

File tree

2 files changed

+46
-44
lines changed

2 files changed

+46
-44
lines changed

package.json

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"version": "0.3.3",
55
"license": "MIT",
66
"repository": "fusionjs/fusion-plugin-rpc-redux-react",
7-
"files": ["dist", "src"],
7+
"files": [
8+
"dist",
9+
"src"
10+
],
811
"main": "./dist/index.js",
912
"module": "./dist/index.es.js",
1013
"browser": {
@@ -19,13 +22,13 @@
1922
"./dist/browser.es2015.es.js": "./dist/browser.es2017.es.js"
2023
},
2124
"dependencies": {
22-
"fusion-plugin-rpc": "^0.6.3",
23-
"fusion-rpc-redux": "^0.3.6"
25+
"fusion-plugin-rpc": "^1.0.0",
26+
"fusion-rpc-redux": "^1.0.0"
2427
},
2528
"peerDependencies": {
26-
"fusion-core": "0.3.6",
27-
"fusion-react": "0.4.3",
28-
"fusion-tokens": "0.0.6",
29+
"fusion-core": "^1.0.0",
30+
"fusion-react": "^1.0.0",
31+
"fusion-tokens": "^1.0.0",
2932
"prop-types": "^15.6.0",
3033
"react": "14.x - 16.x"
3134
},
@@ -34,19 +37,19 @@
3437
"babel-plugin-transform-flow-strip-types": "^6.22.0",
3538
"create-universal-package": "^3.4.0",
3639
"eslint": "^4.17.0",
37-
"eslint-config-fusion": "^0.2.1",
40+
"eslint-config-fusion": "^1.0.0",
3841
"eslint-plugin-cup": "^1.0.0",
3942
"eslint-plugin-flowtype": "^2.42.0",
4043
"eslint-plugin-import": "^2.8.0",
4144
"eslint-plugin-prettier": "^2.6.0",
4245
"eslint-plugin-react": "^7.6.1",
4346
"flow-bin": "^0.65.0",
44-
"fusion-core": "0.3.6",
45-
"fusion-plugin-universal-events": "0.3.4",
46-
"fusion-react": "0.4.3",
47-
"fusion-react-async": "0.2.0",
48-
"fusion-test-utils": "^0.4.2",
49-
"fusion-tokens": "0.0.6",
47+
"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",
5053
"nyc": "^11.4.1",
5154
"prettier": "1.10.2",
5255
"prop-types": "^15.6.0",
@@ -64,8 +67,7 @@
6467
"lint": "eslint . --ignore-path .gitignore",
6568
"transpile": "npm run clean && cup build",
6669
"build-test": "rm -rf dist-tests && cup build-tests",
67-
"just-test":
68-
"node_modules/.bin/unitest --browser=dist-tests/browser.js --node=dist-tests/node.js",
70+
"just-test": "node_modules/.bin/unitest --browser=dist-tests/browser.js --node=dist-tests/node.js",
6971
"test": "npm run build-test && npm run just-test",
7072
"cover": "npm run build-test && nyc npm run just-test",
7173
"prepublish": "npm run transpile"

yarn.lock

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1838,9 +1838,9 @@ eslint-config-cup@^1.0.0-rc.4:
18381838
version "1.0.0"
18391839
resolved "https://registry.yarnpkg.com/eslint-config-cup/-/eslint-config-cup-1.0.0.tgz#0fcdb787fe254fc9458ec5258143cb0d47052896"
18401840

1841-
eslint-config-fusion@^0.2.1:
1842-
version "0.2.1"
1843-
resolved "https://registry.yarnpkg.com/eslint-config-fusion/-/eslint-config-fusion-0.2.1.tgz#39db6979719dab00953e561b2ff0af66981397bb"
1841+
eslint-config-fusion@^1.0.0:
1842+
version "1.0.0"
1843+
resolved "https://registry.yarnpkg.com/eslint-config-fusion/-/eslint-config-fusion-1.0.0.tgz#161df9de6660d8b6172e4a8a2a8c1a196d6bbf67"
18441844
dependencies:
18451845
eslint-config-uber-universal-stage-3 "^1.0.0-rc.7"
18461846

@@ -2274,56 +2274,56 @@ functional-red-black-tree@^1.0.1:
22742274
version "1.0.1"
22752275
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
22762276

2277-
fusion-core@0.3.6:
2278-
version "0.3.6"
2279-
resolved "https://registry.yarnpkg.com/fusion-core/-/fusion-core-0.3.6.tgz#14903281aa94c37c898243f6061299aece31cc2a"
2277+
fusion-core@^1.0.0:
2278+
version "1.0.0"
2279+
resolved "https://registry.yarnpkg.com/fusion-core/-/fusion-core-1.0.0.tgz#7be714926ead57cdfeaf467b90bb794c9eb46d67"
22802280
dependencies:
2281-
koa "^2.3.0"
2281+
koa "^2.4.1"
22822282
koa-compose "^4.0.0"
22832283
node-mocks-http "^1.6.6"
22842284
toposort "^1.0.6"
22852285

2286-
fusion-plugin-rpc@^0.6.3:
2287-
version "0.6.3"
2288-
resolved "https://registry.yarnpkg.com/fusion-plugin-rpc/-/fusion-plugin-rpc-0.6.3.tgz#0177b5516d1bcd595fc4eb156715156910cf34ff"
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"
22892289
dependencies:
22902290
body-parser "^1.18.2"
22912291
koa-bodyparser "4.2.0"
22922292
rollup "0.55.3"
22932293

2294-
fusion-plugin-universal-events@0.3.4:
2295-
version "0.3.4"
2296-
resolved "https://registry.yarnpkg.com/fusion-plugin-universal-events/-/fusion-plugin-universal-events-0.3.4.tgz#1edd179cfeee94786910b2ae77c5961e1416110a"
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"
22972297
dependencies:
22982298
koa-bodyparser "4.2.0"
22992299

2300-
fusion-react-async@0.2.0:
2301-
version "0.2.0"
2302-
resolved "https://registry.yarnpkg.com/fusion-react-async/-/fusion-react-async-0.2.0.tgz#d835ef85d4342fc083cc82a13eafd87bb7e69617"
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"
23032303
dependencies:
23042304
prop-types "^15.5.8"
23052305

2306-
fusion-react@0.4.3:
2307-
version "0.4.3"
2308-
resolved "https://registry.yarnpkg.com/fusion-react/-/fusion-react-0.4.3.tgz#cd62c1ddfbe1480b948c65aca2b88a7bcf1d9257"
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"
23092309

2310-
fusion-rpc-redux@^0.3.6:
2311-
version "0.3.6"
2312-
resolved "https://registry.yarnpkg.com/fusion-rpc-redux/-/fusion-rpc-redux-0.3.6.tgz#e1a3e21287dfaaa58e287050f36375e75bd56323"
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"
23132313
dependencies:
23142314
redux-reactors "^1.0.3"
23152315

2316-
fusion-test-utils@^0.4.2:
2317-
version "0.4.2"
2318-
resolved "https://registry.yarnpkg.com/fusion-test-utils/-/fusion-test-utils-0.4.2.tgz#a8cc45eea3c6943cb41ba4b61f699adb126ef531"
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"
23192319
dependencies:
23202320
assert "^1.4.1"
23212321
koa "^2.4.1"
23222322
node-mocks-http "^1.6.6"
23232323

2324-
fusion-tokens@0.0.6:
2325-
version "0.0.6"
2326-
resolved "https://registry.yarnpkg.com/fusion-tokens/-/fusion-tokens-0.0.6.tgz#71606a0109918dc098eb43cc0a3b877beb111d4d"
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"
23272327

23282328
gauge@~2.7.3:
23292329
version "2.7.4"
@@ -3024,7 +3024,7 @@ koa-is-json@^1.0.0:
30243024
version "1.0.0"
30253025
resolved "https://registry.yarnpkg.com/koa-is-json/-/koa-is-json-1.0.0.tgz#273c07edcdcb8df6a2c1ab7d59ee76491451ec14"
30263026

3027-
koa@^2.3.0, koa@^2.4.1:
3027+
koa@^2.4.1:
30283028
version "2.4.1"
30293029
resolved "https://registry.yarnpkg.com/koa/-/koa-2.4.1.tgz#d449cfb970a7e9da571f699eda40bb9e32eb1484"
30303030
dependencies:

0 commit comments

Comments
 (0)