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

Commit

Permalink
Update dependencies (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
ganemone authored Feb 9, 2018
1 parent ea1a3a7 commit b4ac891
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,32 +31,32 @@
"prepublish": "npm run transpile"
},
"dependencies": {
"fusion-plugin-i18n": "^0.4.3",
"fusion-plugin-i18n": "^1.0.0",
"prop-types": "^15.6.0"
},
"peerDependencies": {
"fusion-core": "^0.3.3",
"fusion-react": "^0.4.1",
"fusion-tokens": "^0.0.6",
"fusion-core": "^1.0.0",
"fusion-react": "^1.0.0",
"fusion-tokens": "^1.0.0",
"react": "14.x - 16.x"
},
"devDependencies": {
"@babel/preset-react": "7.0.0-beta.39",
"babel-eslint": "8.2.1",
"create-universal-package": "3.4.0",
"eslint": "4.17.0",
"eslint-config-fusion": "0.2.1",
"eslint-config-fusion": "^1.0.0",
"eslint-plugin-cup": "1.0.0",
"eslint-plugin-flowtype": "2.42.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "2.6.0",
"eslint-plugin-react": "7.6.1",
"flow-bin": "0.65.0",
"fusion-core": "^0.3.3",
"fusion-react": "0.4.2",
"fusion-react-async": "0.1.4",
"fusion-test-utils": "^0.4.2",
"fusion-tokens": "^0.0.6",
"fusion-core": "^1.0.0",
"fusion-react": "^1.0.0",
"fusion-react-async": "^1.0.0",
"fusion-test-utils": "^1.0.0",
"fusion-tokens": "^1.0.0",
"nyc": "11.4.1",
"prettier": "1.10.2",
"react": "16.2.0",
Expand Down
46 changes: 23 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1839,9 +1839,9 @@ eslint-config-cup@^1.0.0-rc.4:
version "1.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-cup/-/eslint-config-cup-1.0.0.tgz#0fcdb787fe254fc9458ec5258143cb0d47052896"

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

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

fusion-core@^0.3.3:
version "0.3.6"
resolved "https://registry.yarnpkg.com/fusion-core/-/fusion-core-0.3.6.tgz#14903281aa94c37c898243f6061299aece31cc2a"
fusion-core@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/fusion-core/-/fusion-core-1.0.0.tgz#7be714926ead57cdfeaf467b90bb794c9eb46d67"
dependencies:
koa "^2.3.0"
koa "^2.4.1"
koa-compose "^4.0.0"
node-mocks-http "^1.6.6"
toposort "^1.0.6"

fusion-plugin-i18n@^0.4.3:
version "0.4.3"
resolved "https://registry.yarnpkg.com/fusion-plugin-i18n/-/fusion-plugin-i18n-0.4.3.tgz#fdeaa328269abd36efc08d01b8242addd4a7bce7"
fusion-plugin-i18n@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/fusion-plugin-i18n/-/fusion-plugin-i18n-1.0.0.tgz#fae312e71c093e6171745e5bdb75831c849738cf"
dependencies:
locale "^0.1.0"
rollup "^0.55.1"

fusion-react-async@0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/fusion-react-async/-/fusion-react-async-0.1.4.tgz#f664a5bbe37aafd73e5b721586606940bda20398"
fusion-react-async@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/fusion-react-async/-/fusion-react-async-1.0.0.tgz#4753d0bbb8169cdb02d834257f2ae0a89112e85d"
dependencies:
prop-types "^15.5.8"

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

fusion-test-utils@^0.4.2:
version "0.4.2"
resolved "https://registry.yarnpkg.com/fusion-test-utils/-/fusion-test-utils-0.4.2.tgz#a8cc45eea3c6943cb41ba4b61f699adb126ef531"
fusion-test-utils@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/fusion-test-utils/-/fusion-test-utils-1.0.0.tgz#f3ef434aff74186a77837828b84e2b50b524218f"
dependencies:
assert "^1.4.1"
koa "^2.4.1"
node-mocks-http "^1.6.6"

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

gauge@~2.7.3:
version "2.7.4"
Expand Down Expand Up @@ -2997,7 +2997,7 @@ koa-is-json@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/koa-is-json/-/koa-is-json-1.0.0.tgz#273c07edcdcb8df6a2c1ab7d59ee76491451ec14"

koa@^2.3.0, koa@^2.4.1:
koa@^2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/koa/-/koa-2.4.1.tgz#d449cfb970a7e9da571f699eda40bb9e32eb1484"
dependencies:
Expand Down

0 comments on commit b4ac891

Please sign in to comment.