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

Commit

Permalink
Update dependency create-universal-package to v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and fusion-bot[bot] committed Jan 29, 2018
1 parent 7ea46c3 commit 676eb6f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"babel-eslint": "8.2.1",
"babel-plugin-transform-flow-strip-types": "6.22.0",
"create-universal-package": "3.2.6",
"create-universal-package": "3.3.1",
"eslint": "4.16.0",
"eslint-config-fusion": "0.2.1",
"eslint-plugin-cup": "1.0.0",
Expand Down
35 changes: 15 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
esutils "^2.0.2"
js-tokens "^3.0.0"

"@babel/core@^7.0.0-beta.36":
"@babel/core@^7.0.0-beta.38":
version "7.0.0-beta.38"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0-beta.38.tgz#f669abfd5ca918a53cfef45eb57d9efd8d8eac5b"
dependencies:
Expand Down Expand Up @@ -405,7 +405,7 @@
dependencies:
"@babel/helper-builder-binary-assignment-operator-visitor" "7.0.0-beta.31"

"@babel/plugin-transform-flow-strip-types@^7.0.0-beta.36":
"@babel/plugin-transform-flow-strip-types@^7.0.0-beta.38":
version "7.0.0-beta.38"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.0.0-beta.38.tgz#a169de5b1dc6ac87f95e41f4cebc34d5c188ab9a"
dependencies:
Expand Down Expand Up @@ -513,7 +513,7 @@
"@babel/helper-regex" "7.0.0-beta.31"
regexpu-core "^4.1.3"

"@babel/preset-stage-3@^7.0.0-beta.36":
"@babel/preset-stage-3@^7.0.0-beta.38":
version "7.0.0-beta.38"
resolved "https://registry.yarnpkg.com/@babel/preset-stage-3/-/preset-stage-3-7.0.0-beta.38.tgz#f542ca4f043ddeb4456ac671b5f9ab47e9ab1456"
dependencies:
Expand Down Expand Up @@ -1450,13 +1450,13 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
safe-buffer "^5.0.1"
sha.js "^2.4.8"

create-universal-package@3.2.6:
version "3.2.6"
resolved "https://registry.yarnpkg.com/create-universal-package/-/create-universal-package-3.2.6.tgz#8269a7ac8ad5d1e13139a36f18d139fb48000483"
create-universal-package@3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/create-universal-package/-/create-universal-package-3.3.1.tgz#0ef1a3e57ccadd5a717cf0bcd6efc085c0bcccea"
dependencies:
"@babel/core" "^7.0.0-beta.36"
"@babel/plugin-transform-flow-strip-types" "^7.0.0-beta.36"
"@babel/preset-stage-3" "^7.0.0-beta.36"
"@babel/core" "^7.0.0-beta.38"
"@babel/plugin-transform-flow-strip-types" "^7.0.0-beta.38"
"@babel/preset-stage-3" "^7.0.0-beta.38"
"@rtsao/babel-preset-env" "^7.0.0-beta.31"
args "^3.0.8"
babel-plugin-istanbul "^4.1.5"
Expand All @@ -1465,12 +1465,11 @@ create-universal-package@3.2.6:
draftlog "^1.0.12"
fast-async "^6.3.0"
import-lazy "^3.1.0"
jest-worker "^22.0.3"
jest-worker "^22.1.0"
loader-utils "^1.1.0"
multi-entry-loader "^1.1.2"
rimraf "^2.6.2"
rollup "^0.53.2"
rollup-plugin-memory "^2.0.0"
rollup "^0.55.1"
rollup-plugin-multi-entry "^2.0.2"
rollup-pluginutils "^2.0.1"
webpack "^3.10.0"
Expand Down Expand Up @@ -2808,7 +2807,7 @@ jest-docblock@^21.0.0:
version "21.2.0"
resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-21.2.0.tgz#51529c3b30d5fd159da60c27ceedc195faf8d414"

jest-worker@^22.0.3:
jest-worker@^22.1.0:
version "22.1.0"
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-22.1.0.tgz#0987832fe58fbdc205357f4c19b992446368cafb"
dependencies:
Expand Down Expand Up @@ -3957,10 +3956,6 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
hash-base "^2.0.0"
inherits "^2.0.1"

rollup-plugin-memory@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/rollup-plugin-memory/-/rollup-plugin-memory-2.0.0.tgz#0a8ac6b57fa0e714f89a15c3ac82bc93f89c47c5"

rollup-plugin-multi-entry@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/rollup-plugin-multi-entry/-/rollup-plugin-multi-entry-2.0.2.tgz#ab50fbabec62526706492badadd8d59f139e4d58"
Expand All @@ -3974,9 +3969,9 @@ rollup-pluginutils@^2.0.1:
estree-walker "^0.3.0"
micromatch "^2.3.11"

rollup@^0.53.2:
version "0.53.4"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.53.4.tgz#f92ce56ee1d097ad5b6f13951bc80db5fef18113"
rollup@^0.55.1:
version "0.55.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.55.1.tgz#baf4f23abe3014b29e56dea7d72d9946e56ac7dd"

run-async@^2.2.0:
version "2.3.0"
Expand Down

0 comments on commit 676eb6f

Please sign in to comment.