Skip to content

Commit

Permalink
chore: update lock
Browse files Browse the repository at this point in the history
  • Loading branch information
xtuc committed May 10, 2018
1 parent 3be112b commit 912a1a6
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion yarn.lock
Expand Up @@ -16,6 +16,41 @@
esutils "^2.0.2"
js-tokens "^3.0.0"

"@babel/generator@^7.0.0-beta.40":
version "7.0.0-beta.46"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.46.tgz#6f57159bcc28bf8c3ed6b549789355cebfa3faa7"
dependencies:
"@babel/types" "7.0.0-beta.46"
jsesc "^2.5.1"
lodash "^4.2.0"
source-map "^0.5.0"
trim-right "^1.0.1"

"@babel/highlight@7.0.0-beta.46":
version "7.0.0-beta.46"
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.46.tgz#c553c51e65f572bdedd6eff66fc0bb563016645e"
dependencies:
chalk "^2.0.0"
esutils "^2.0.2"
js-tokens "^3.0.0"

"@babel/template@^7.0.0-beta.40":
version "7.0.0-beta.46"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.46.tgz#8b23982411d5b5dbfa479437bfe414adb1411bb9"
dependencies:
"@babel/code-frame" "7.0.0-beta.46"
"@babel/types" "7.0.0-beta.46"
babylon "7.0.0-beta.46"
lodash "^4.2.0"

"@babel/types@7.0.0-beta.46", "@babel/types@^7.0.0-beta.40":
version "7.0.0-beta.46"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.46.tgz#eb84399a699af9fcb244440cce78e1acbeb40e0c"
dependencies:
esutils "^2.0.2"
lodash "^4.2.0"
to-fast-properties "^2.0.0"

"@types/babel-types@*", "@types/babel-types@^7.0.0":
version "7.0.2"
resolved "https://registry.yarnpkg.com/@types/babel-types/-/babel-types-7.0.2.tgz#63dc3e5e7f6367e1819d2bba5213783cd926c5d5"
Expand Down Expand Up @@ -5646,7 +5681,7 @@ source-map@0.4.x, source-map@^0.4.4:
dependencies:
amdefine ">=0.0.4"

source-map@0.5.x, source-map@^0.5.3, source-map@^0.5.6, source-map@~0.5.1, source-map@~0.5.6:
source-map@0.5.x, source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6, source-map@~0.5.1, source-map@~0.5.6:
version "0.5.7"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"

Expand Down

0 comments on commit 912a1a6

Please sign in to comment.