Skip to content

Commit 2235563

Browse files
committed
Freshen yarn.lock
1 parent 7462eb2 commit 2235563

File tree

1 file changed

+44
-5
lines changed

1 file changed

+44
-5
lines changed

yarn.lock

Lines changed: 44 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,12 @@ babel-messages@^6.22.0:
299299
dependencies:
300300
babel-runtime "^6.22.0"
301301

302+
babel-messages@^6.23.0:
303+
version "6.23.0"
304+
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e"
305+
dependencies:
306+
babel-runtime "^6.22.0"
307+
302308
303309
version "6.22.0"
304310
resolved "https://registry.yarnpkg.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz#35157b101426fd2ffd3da3f75c7d1e91835bbf8a"
@@ -400,14 +406,14 @@ [email protected]:
400406
dependencies:
401407
babel-runtime "^6.22.0"
402408

403-
babel-plugin-transform-es2015-modules-commonjs@6.22.0:
404-
version "6.22.0"
405-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.22.0.tgz#6ca04e22b8e214fb50169730657e7a07dc941145"
409+
babel-plugin-transform-es2015-modules-commonjs@6.24.0:
410+
version "6.24.0"
411+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.24.0.tgz#e921aefb72c2cc26cb03d107626156413222134f"
406412
dependencies:
407413
babel-plugin-transform-strict-mode "^6.22.0"
408414
babel-runtime "^6.22.0"
409-
babel-template "^6.22.0"
410-
babel-types "^6.22.0"
415+
babel-template "^6.23.0"
416+
babel-types "^6.23.0"
411417

412418
413419
version "6.22.0"
@@ -516,6 +522,16 @@ babel-template@^6.22.0:
516522
babylon "^6.11.0"
517523
lodash "^4.2.0"
518524

525+
babel-template@^6.23.0:
526+
version "6.23.0"
527+
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.23.0.tgz#04d4f270adbb3aa704a8143ae26faa529238e638"
528+
dependencies:
529+
babel-runtime "^6.22.0"
530+
babel-traverse "^6.23.0"
531+
babel-types "^6.23.0"
532+
babylon "^6.11.0"
533+
lodash "^4.2.0"
534+
519535
babel-traverse@^6.15.0, babel-traverse@^6.22.0, babel-traverse@^6.22.1:
520536
version "6.22.1"
521537
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.22.1.tgz#3b95cd6b7427d6f1f757704908f2fc9748a5f59f"
@@ -530,6 +546,20 @@ babel-traverse@^6.15.0, babel-traverse@^6.22.0, babel-traverse@^6.22.1:
530546
invariant "^2.2.0"
531547
lodash "^4.2.0"
532548

549+
babel-traverse@^6.23.0:
550+
version "6.23.1"
551+
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.23.1.tgz#d3cb59010ecd06a97d81310065f966b699e14f48"
552+
dependencies:
553+
babel-code-frame "^6.22.0"
554+
babel-messages "^6.23.0"
555+
babel-runtime "^6.22.0"
556+
babel-types "^6.23.0"
557+
babylon "^6.15.0"
558+
debug "^2.2.0"
559+
globals "^9.0.0"
560+
invariant "^2.2.0"
561+
lodash "^4.2.0"
562+
533563
babel-types@^6.15.0, babel-types@^6.19.0, babel-types@^6.22.0:
534564
version "6.22.0"
535565
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.22.0.tgz#2a447e8d0ea25d2512409e4175479fd78cc8b1db"
@@ -539,6 +569,15 @@ babel-types@^6.15.0, babel-types@^6.19.0, babel-types@^6.22.0:
539569
lodash "^4.2.0"
540570
to-fast-properties "^1.0.1"
541571

572+
babel-types@^6.23.0:
573+
version "6.23.0"
574+
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.23.0.tgz#bb17179d7538bad38cd0c9e115d340f77e7e9acf"
575+
dependencies:
576+
babel-runtime "^6.22.0"
577+
esutils "^2.0.2"
578+
lodash "^4.2.0"
579+
to-fast-properties "^1.0.1"
580+
542581
babylon@^6.11.0, babylon@^6.13.0, babylon@^6.15.0:
543582
version "6.15.0"
544583
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.15.0.tgz#ba65cfa1a80e1759b0e89fb562e27dccae70348e"

0 commit comments

Comments
 (0)