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

Commit b4ac891

Browse files
authored
Update dependencies (#95)
1 parent ea1a3a7 commit b4ac891

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,32 +31,32 @@
3131
"prepublish": "npm run transpile"
3232
},
3333
"dependencies": {
34-
"fusion-plugin-i18n": "^0.4.3",
34+
"fusion-plugin-i18n": "^1.0.0",
3535
"prop-types": "^15.6.0"
3636
},
3737
"peerDependencies": {
38-
"fusion-core": "^0.3.3",
39-
"fusion-react": "^0.4.1",
40-
"fusion-tokens": "^0.0.6",
38+
"fusion-core": "^1.0.0",
39+
"fusion-react": "^1.0.0",
40+
"fusion-tokens": "^1.0.0",
4141
"react": "14.x - 16.x"
4242
},
4343
"devDependencies": {
4444
"@babel/preset-react": "7.0.0-beta.39",
4545
"babel-eslint": "8.2.1",
4646
"create-universal-package": "3.4.0",
4747
"eslint": "4.17.0",
48-
"eslint-config-fusion": "0.2.1",
48+
"eslint-config-fusion": "^1.0.0",
4949
"eslint-plugin-cup": "1.0.0",
5050
"eslint-plugin-flowtype": "2.42.0",
5151
"eslint-plugin-import": "^2.8.0",
5252
"eslint-plugin-prettier": "2.6.0",
5353
"eslint-plugin-react": "7.6.1",
5454
"flow-bin": "0.65.0",
55-
"fusion-core": "^0.3.3",
56-
"fusion-react": "0.4.2",
57-
"fusion-react-async": "0.1.4",
58-
"fusion-test-utils": "^0.4.2",
59-
"fusion-tokens": "^0.0.6",
55+
"fusion-core": "^1.0.0",
56+
"fusion-react": "^1.0.0",
57+
"fusion-react-async": "^1.0.0",
58+
"fusion-test-utils": "^1.0.0",
59+
"fusion-tokens": "^1.0.0",
6060
"nyc": "11.4.1",
6161
"prettier": "1.10.2",
6262
"react": "16.2.0",

yarn.lock

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

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

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

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

2287-
fusion-plugin-i18n@^0.4.3:
2288-
version "0.4.3"
2289-
resolved "https://registry.yarnpkg.com/fusion-plugin-i18n/-/fusion-plugin-i18n-0.4.3.tgz#fdeaa328269abd36efc08d01b8242addd4a7bce7"
2287+
fusion-plugin-i18n@^1.0.0:
2288+
version "1.0.0"
2289+
resolved "https://registry.yarnpkg.com/fusion-plugin-i18n/-/fusion-plugin-i18n-1.0.0.tgz#fae312e71c093e6171745e5bdb75831c849738cf"
22902290
dependencies:
22912291
locale "^0.1.0"
22922292
rollup "^0.55.1"
22932293

2294-
fusion-react-async@0.1.4:
2295-
version "0.1.4"
2296-
resolved "https://registry.yarnpkg.com/fusion-react-async/-/fusion-react-async-0.1.4.tgz#f664a5bbe37aafd73e5b721586606940bda20398"
2294+
fusion-react-async@^1.0.0:
2295+
version "1.0.0"
2296+
resolved "https://registry.yarnpkg.com/fusion-react-async/-/fusion-react-async-1.0.0.tgz#4753d0bbb8169cdb02d834257f2ae0a89112e85d"
22972297
dependencies:
22982298
prop-types "^15.5.8"
22992299

2300-
fusion-react@0.4.2:
2301-
version "0.4.2"
2302-
resolved "https://registry.yarnpkg.com/fusion-react/-/fusion-react-0.4.2.tgz#00fbaebb62c4a616feb0be1c4dc3f0202e4d3371"
2300+
fusion-react@^1.0.0:
2301+
version "1.0.0"
2302+
resolved "https://registry.yarnpkg.com/fusion-react/-/fusion-react-1.0.0.tgz#182eb4f1702a75c4f3097bc0ad2dbd517fa9dcf2"
23032303

2304-
fusion-test-utils@^0.4.2:
2305-
version "0.4.2"
2306-
resolved "https://registry.yarnpkg.com/fusion-test-utils/-/fusion-test-utils-0.4.2.tgz#a8cc45eea3c6943cb41ba4b61f699adb126ef531"
2304+
fusion-test-utils@^1.0.0:
2305+
version "1.0.0"
2306+
resolved "https://registry.yarnpkg.com/fusion-test-utils/-/fusion-test-utils-1.0.0.tgz#f3ef434aff74186a77837828b84e2b50b524218f"
23072307
dependencies:
23082308
assert "^1.4.1"
23092309
koa "^2.4.1"
23102310
node-mocks-http "^1.6.6"
23112311

2312-
fusion-tokens@^0.0.6:
2313-
version "0.0.6"
2314-
resolved "https://registry.yarnpkg.com/fusion-tokens/-/fusion-tokens-0.0.6.tgz#71606a0109918dc098eb43cc0a3b877beb111d4d"
2312+
fusion-tokens@^1.0.0:
2313+
version "1.0.0"
2314+
resolved "https://registry.yarnpkg.com/fusion-tokens/-/fusion-tokens-1.0.0.tgz#84ce2755ef444259a63b6287d6b279c48e5f4f62"
23152315

23162316
gauge@~2.7.3:
23172317
version "2.7.4"
@@ -2997,7 +2997,7 @@ koa-is-json@^1.0.0:
29972997
version "1.0.0"
29982998
resolved "https://registry.yarnpkg.com/koa-is-json/-/koa-is-json-1.0.0.tgz#273c07edcdcb8df6a2c1ab7d59ee76491451ec14"
29992999

3000-
koa@^2.3.0, koa@^2.4.1:
3000+
koa@^2.4.1:
30013001
version "2.4.1"
30023002
resolved "https://registry.yarnpkg.com/koa/-/koa-2.4.1.tgz#d449cfb970a7e9da571f699eda40bb9e32eb1484"
30033003
dependencies:

0 commit comments

Comments
 (0)