Skip to content

Commit

Permalink
fix: merging
Browse files Browse the repository at this point in the history
  • Loading branch information
xtuc committed Jul 25, 2018
1 parent 38c3403 commit 075208d
Showing 1 changed file with 82 additions and 9 deletions.
91 changes: 82 additions & 9 deletions yarn.lock
Expand Up @@ -18,25 +18,98 @@
optionalDependencies:
chokidar "^2.0.3"

"@babel/code-frame@7.0.0-beta.54":
"@babel/code-frame@7.0.0-beta.54", "@babel/code-frame@^7.0.0-beta.35":
version "7.0.0-beta.54"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.54.tgz#0024f96fdf7028a21d68e273afd4e953214a1ead"
dependencies:
"@babel/highlight" "7.0.0-beta.54"

"@babel/code-frame@^7.0.0-beta.35":
"@babel/core@^7.0.0-beta.54":
version "7.0.0-beta.54"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.54.tgz#0024f96fdf7028a21d68e273afd4e953214a1ead"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0-beta.54.tgz#253c54d0095403a5cfa764e7d9b458194692d02b"
dependencies:
"@babel/highlight" "7.0.0-beta.54"
"@babel/code-frame" "7.0.0-beta.54"
"@babel/generator" "7.0.0-beta.54"
"@babel/helpers" "7.0.0-beta.54"
"@babel/parser" "7.0.0-beta.54"
"@babel/template" "7.0.0-beta.54"
"@babel/traverse" "7.0.0-beta.54"
"@babel/types" "7.0.0-beta.54"
convert-source-map "^1.1.0"
debug "^3.1.0"
json5 "^0.5.0"
lodash "^4.17.5"
resolve "^1.3.2"
semver "^5.4.1"
source-map "^0.5.0"

"@babel/highlight@7.0.0-beta.54":
"@babel/generator@7.0.0-beta.54":
version "7.0.0-beta.54"
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.54.tgz#155d507358329b8e7068970017c3fd74a9b08584"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.54.tgz#c043c7eebeebfd7e665d95c281a4aafc83d4e1c9"
dependencies:
chalk "^2.0.0"
esutils "^2.0.2"
js-tokens "^3.0.0"
"@babel/types" "7.0.0-beta.54"
jsesc "^2.5.1"
lodash "^4.17.5"
source-map "^0.5.0"
trim-right "^1.0.1"

"@babel/helper-function-name@7.0.0-beta.54":
version "7.0.0-beta.54"
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.54.tgz#307875507a1eda2482a09a9a4df6a25632ffb34b"
dependencies:
"@babel/helper-get-function-arity" "7.0.0-beta.54"
"@babel/template" "7.0.0-beta.54"
"@babel/types" "7.0.0-beta.54"

"@babel/helper-get-function-arity@7.0.0-beta.54":
version "7.0.0-beta.54"
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.54.tgz#757bd189b077074a004028cfde5f083c306cc6c4"
dependencies:
"@babel/types" "7.0.0-beta.54"

"@babel/helper-module-imports@7.0.0-beta.54":
version "7.0.0-beta.54"
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0-beta.54.tgz#c2d8e14ff034225bf431356db77ef467b8d35aac"
dependencies:
"@babel/types" "7.0.0-beta.54"
lodash "^4.17.5"

"@babel/helper-module-transforms@7.0.0-beta.54":
version "7.0.0-beta.54"
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.0.0-beta.54.tgz#8cc57eb0db5f0945d866524d555abd084e30cc35"
dependencies:
"@babel/helper-module-imports" "7.0.0-beta.54"
"@babel/helper-simple-access" "7.0.0-beta.54"
"@babel/helper-split-export-declaration" "7.0.0-beta.54"
"@babel/template" "7.0.0-beta.54"
"@babel/types" "7.0.0-beta.54"
lodash "^4.17.5"

"@babel/helper-plugin-utils@7.0.0-beta.54":
version "7.0.0-beta.54"
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0-beta.54.tgz#61d2a9a0f9a3e31838a458debb9eebd7bdd249b4"

"@babel/helper-simple-access@7.0.0-beta.54":
version "7.0.0-beta.54"
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.0.0-beta.54.tgz#5f760a19589a9b6f07e80a65ef4bcbd4fba8c253"
dependencies:
"@babel/template" "7.0.0-beta.54"
"@babel/types" "7.0.0-beta.54"
lodash "^4.17.5"

"@babel/helper-split-export-declaration@7.0.0-beta.54":
version "7.0.0-beta.54"
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.54.tgz#89cd8833c95481a0827ac6a1bfccddb92b75a109"
dependencies:
"@babel/types" "7.0.0-beta.54"

"@babel/helpers@7.0.0-beta.54":
version "7.0.0-beta.54"
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.0.0-beta.54.tgz#b86a99a80efd81668caef307610b961197446a74"
dependencies:
"@babel/template" "7.0.0-beta.54"
"@babel/traverse" "7.0.0-beta.54"
"@babel/types" "7.0.0-beta.54"

"@babel/highlight@7.0.0-beta.54":
version "7.0.0-beta.54"
Expand Down

0 comments on commit 075208d

Please sign in to comment.