diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-06-25 11:33:16 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-06-25 11:33:16 +0200 |
commit | f627b712c95cb7a867499534424f63d409f21ef7 (patch) | |
tree | ae966005a3e844b37b03cb136503cf73fbd175c8 | |
parent | 26b8286522f6be8ce097ad3f512ab4ad13d1191d (diff) | |
download | PeerTube-f627b712c95cb7a867499534424f63d409f21ef7.tar.gz PeerTube-f627b712c95cb7a867499534424f63d409f21ef7.tar.zst PeerTube-f627b712c95cb7a867499534424f63d409f21ef7.zip |
Fix client build
A node dep is in ES2015, but uglify is not compatible.
Temporary quick fix -> use babel on this module (awaiting an official
support of uglify and webpack for ES2015)
-rw-r--r-- | client/config/webpack.prod.js | 16 | ||||
-rw-r--r-- | client/package.json | 5 | ||||
-rw-r--r-- | client/yarn.lock | 616 |
3 files changed, 606 insertions, 31 deletions
diff --git a/client/config/webpack.prod.js b/client/config/webpack.prod.js index 1484e2ac2..4f33961f5 100644 --- a/client/config/webpack.prod.js +++ b/client/config/webpack.prod.js | |||
@@ -81,6 +81,21 @@ module.exports = function (env) { | |||
81 | publicPath: '/client/' | 81 | publicPath: '/client/' |
82 | }, | 82 | }, |
83 | 83 | ||
84 | module: { | ||
85 | rules: [ | ||
86 | { | ||
87 | test: /junk\/index\.js$/, | ||
88 | // exclude: /(node_modules|bower_components)/, | ||
89 | use: { | ||
90 | loader: 'babel-loader', | ||
91 | options: { | ||
92 | presets: [ 'env' ] | ||
93 | } | ||
94 | } | ||
95 | } | ||
96 | ] | ||
97 | }, | ||
98 | |||
84 | /** | 99 | /** |
85 | * Add additional plugins to the compiler. | 100 | * Add additional plugins to the compiler. |
86 | * | 101 | * |
@@ -130,6 +145,7 @@ module.exports = function (env) { | |||
130 | 'HMR': METADATA.HMR | 145 | 'HMR': METADATA.HMR |
131 | } | 146 | } |
132 | }), | 147 | }), |
148 | |||
133 | /** | 149 | /** |
134 | * Plugin: UglifyJsPlugin | 150 | * Plugin: UglifyJsPlugin |
135 | * Description: Minimize all JavaScript output of chunks. | 151 | * Description: Minimize all JavaScript output of chunks. |
diff --git a/client/package.json b/client/package.json index 6062d3087..a36d840f7 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -43,6 +43,9 @@ | |||
43 | "angular2-template-loader": "^0.6.0", | 43 | "angular2-template-loader": "^0.6.0", |
44 | "assets-webpack-plugin": "^3.4.0", | 44 | "assets-webpack-plugin": "^3.4.0", |
45 | "awesome-typescript-loader": "3.1.3", | 45 | "awesome-typescript-loader": "3.1.3", |
46 | "babel-core": "^6.25.0", | ||
47 | "babel-loader": "^7.1.0", | ||
48 | "babel-preset-env": "^1.5.2", | ||
46 | "bootstrap": "^3.3.6", | 49 | "bootstrap": "^3.3.6", |
47 | "bootstrap-loader": "2.1.0", | 50 | "bootstrap-loader": "2.1.0", |
48 | "bootstrap-sass": "^3.3.6", | 51 | "bootstrap-sass": "^3.3.6", |
@@ -82,7 +85,7 @@ | |||
82 | "url-loader": "^0.5.7", | 85 | "url-loader": "^0.5.7", |
83 | "video.js": "^5.19.2", | 86 | "video.js": "^5.19.2", |
84 | "videojs-dock": "^2.0.2", | 87 | "videojs-dock": "^2.0.2", |
85 | "webpack": "^2.6.0", | 88 | "webpack": "^3.0.0", |
86 | "webpack-merge": "~4.1.0", | 89 | "webpack-merge": "~4.1.0", |
87 | "webpack-notifier": "^1.3.0", | 90 | "webpack-notifier": "^1.3.0", |
88 | "webtorrent": "^0.98.0", | 91 | "webtorrent": "^0.98.0", |
diff --git a/client/yarn.lock b/client/yarn.lock index 56f7923a4..2e8de72be 100644 --- a/client/yarn.lock +++ b/client/yarn.lock | |||
@@ -178,10 +178,14 @@ adjust-sourcemap-loader@^1.1.0: | |||
178 | object-path "^0.9.2" | 178 | object-path "^0.9.2" |
179 | regex-parser "^2.2.1" | 179 | regex-parser "^2.2.1" |
180 | 180 | ||
181 | ajv-keywords@^1.0.0, ajv-keywords@^1.1.1: | 181 | ajv-keywords@^1.0.0: |
182 | version "1.5.1" | 182 | version "1.5.1" |
183 | resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-1.5.1.tgz#314dd0a4b3368fad3dfcdc54ede6171b886daf3c" | 183 | resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-1.5.1.tgz#314dd0a4b3368fad3dfcdc54ede6171b886daf3c" |
184 | 184 | ||
185 | ajv-keywords@^2.0.0: | ||
186 | version "2.1.0" | ||
187 | resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.0.tgz#a296e17f7bfae7c1ce4f7e0de53d29cb32162df0" | ||
188 | |||
185 | ajv@^4.7.0, ajv@^4.9.1: | 189 | ajv@^4.7.0, ajv@^4.9.1: |
186 | version "4.11.8" | 190 | version "4.11.8" |
187 | resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.11.8.tgz#82ffb02b29e662ae53bdc20af15947706739c536" | 191 | resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.11.8.tgz#82ffb02b29e662ae53bdc20af15947706739c536" |
@@ -189,7 +193,7 @@ ajv@^4.7.0, ajv@^4.9.1: | |||
189 | co "^4.6.0" | 193 | co "^4.6.0" |
190 | json-stable-stringify "^1.0.1" | 194 | json-stable-stringify "^1.0.1" |
191 | 195 | ||
192 | ajv@^5.0.0: | 196 | ajv@^5.0.0, ajv@^5.1.5: |
193 | version "5.2.0" | 197 | version "5.2.0" |
194 | resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.2.0.tgz#c1735024c5da2ef75cc190713073d44f098bf486" | 198 | resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.2.0.tgz#c1735024c5da2ef75cc190713073d44f098bf486" |
195 | dependencies: | 199 | dependencies: |
@@ -432,13 +436,464 @@ babel-code-frame@^6.11.0, babel-code-frame@^6.16.0, babel-code-frame@^6.22.0: | |||
432 | esutils "^2.0.2" | 436 | esutils "^2.0.2" |
433 | js-tokens "^3.0.0" | 437 | js-tokens "^3.0.0" |
434 | 438 | ||
435 | babel-runtime@^6.9.2: | 439 | babel-core@^6.24.1, babel-core@^6.25.0: |
440 | version "6.25.0" | ||
441 | resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.25.0.tgz#7dd42b0463c742e9d5296deb3ec67a9322dad729" | ||
442 | dependencies: | ||
443 | babel-code-frame "^6.22.0" | ||
444 | babel-generator "^6.25.0" | ||
445 | babel-helpers "^6.24.1" | ||
446 | babel-messages "^6.23.0" | ||
447 | babel-register "^6.24.1" | ||
448 | babel-runtime "^6.22.0" | ||
449 | babel-template "^6.25.0" | ||
450 | babel-traverse "^6.25.0" | ||
451 | babel-types "^6.25.0" | ||
452 | babylon "^6.17.2" | ||
453 | convert-source-map "^1.1.0" | ||
454 | debug "^2.1.1" | ||
455 | json5 "^0.5.0" | ||
456 | lodash "^4.2.0" | ||
457 | minimatch "^3.0.2" | ||
458 | path-is-absolute "^1.0.0" | ||
459 | private "^0.1.6" | ||
460 | slash "^1.0.0" | ||
461 | source-map "^0.5.0" | ||
462 | |||
463 | babel-generator@^6.25.0: | ||
464 | version "6.25.0" | ||
465 | resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.25.0.tgz#33a1af70d5f2890aeb465a4a7793c1df6a9ea9fc" | ||
466 | dependencies: | ||
467 | babel-messages "^6.23.0" | ||
468 | babel-runtime "^6.22.0" | ||
469 | babel-types "^6.25.0" | ||
470 | detect-indent "^4.0.0" | ||
471 | jsesc "^1.3.0" | ||
472 | lodash "^4.2.0" | ||
473 | source-map "^0.5.0" | ||
474 | trim-right "^1.0.1" | ||
475 | |||
476 | babel-helper-builder-binary-assignment-operator-visitor@^6.24.1: | ||
477 | version "6.24.1" | ||
478 | resolved "https://registry.yarnpkg.com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz#cce4517ada356f4220bcae8a02c2b346f9a56664" | ||
479 | dependencies: | ||
480 | babel-helper-explode-assignable-expression "^6.24.1" | ||
481 | babel-runtime "^6.22.0" | ||
482 | babel-types "^6.24.1" | ||
483 | |||
484 | babel-helper-call-delegate@^6.24.1: | ||
485 | version "6.24.1" | ||
486 | resolved "https://registry.yarnpkg.com/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz#ece6aacddc76e41c3461f88bfc575bd0daa2df8d" | ||
487 | dependencies: | ||
488 | babel-helper-hoist-variables "^6.24.1" | ||
489 | babel-runtime "^6.22.0" | ||
490 | babel-traverse "^6.24.1" | ||
491 | babel-types "^6.24.1" | ||
492 | |||
493 | babel-helper-define-map@^6.24.1: | ||
494 | version "6.24.1" | ||
495 | resolved "https://registry.yarnpkg.com/babel-helper-define-map/-/babel-helper-define-map-6.24.1.tgz#7a9747f258d8947d32d515f6aa1c7bd02204a080" | ||
496 | dependencies: | ||
497 | babel-helper-function-name "^6.24.1" | ||
498 | babel-runtime "^6.22.0" | ||
499 | babel-types "^6.24.1" | ||
500 | lodash "^4.2.0" | ||
501 | |||
502 | babel-helper-explode-assignable-expression@^6.24.1: | ||
503 | version "6.24.1" | ||
504 | resolved "https://registry.yarnpkg.com/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz#f25b82cf7dc10433c55f70592d5746400ac22caa" | ||
505 | dependencies: | ||
506 | babel-runtime "^6.22.0" | ||
507 | babel-traverse "^6.24.1" | ||
508 | babel-types "^6.24.1" | ||
509 | |||
510 | babel-helper-function-name@^6.24.1: | ||
511 | version "6.24.1" | ||
512 | resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz#d3475b8c03ed98242a25b48351ab18399d3580a9" | ||
513 | dependencies: | ||
514 | babel-helper-get-function-arity "^6.24.1" | ||
515 | babel-runtime "^6.22.0" | ||
516 | babel-template "^6.24.1" | ||
517 | babel-traverse "^6.24.1" | ||
518 | babel-types "^6.24.1" | ||
519 | |||
520 | babel-helper-get-function-arity@^6.24.1: | ||
521 | version "6.24.1" | ||
522 | resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz#8f7782aa93407c41d3aa50908f89b031b1b6853d" | ||
523 | dependencies: | ||
524 | babel-runtime "^6.22.0" | ||
525 | babel-types "^6.24.1" | ||
526 | |||
527 | babel-helper-hoist-variables@^6.24.1: | ||
528 | version "6.24.1" | ||
529 | resolved "https://registry.yarnpkg.com/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz#1ecb27689c9d25513eadbc9914a73f5408be7a76" | ||
530 | dependencies: | ||
531 | babel-runtime "^6.22.0" | ||
532 | babel-types "^6.24.1" | ||
533 | |||
534 | babel-helper-optimise-call-expression@^6.24.1: | ||
535 | version "6.24.1" | ||
536 | resolved "https://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz#f7a13427ba9f73f8f4fa993c54a97882d1244257" | ||
537 | dependencies: | ||
538 | babel-runtime "^6.22.0" | ||
539 | babel-types "^6.24.1" | ||
540 | |||
541 | babel-helper-regex@^6.24.1: | ||
542 | version "6.24.1" | ||
543 | resolved "https://registry.yarnpkg.com/babel-helper-regex/-/babel-helper-regex-6.24.1.tgz#d36e22fab1008d79d88648e32116868128456ce8" | ||
544 | dependencies: | ||
545 | babel-runtime "^6.22.0" | ||
546 | babel-types "^6.24.1" | ||
547 | lodash "^4.2.0" | ||
548 | |||
549 | babel-helper-remap-async-to-generator@^6.24.1: | ||
550 | version "6.24.1" | ||
551 | resolved "https://registry.yarnpkg.com/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz#5ec581827ad723fecdd381f1c928390676e4551b" | ||
552 | dependencies: | ||
553 | babel-helper-function-name "^6.24.1" | ||
554 | babel-runtime "^6.22.0" | ||
555 | babel-template "^6.24.1" | ||
556 | babel-traverse "^6.24.1" | ||
557 | babel-types "^6.24.1" | ||
558 | |||
559 | babel-helper-replace-supers@^6.24.1: | ||
560 | version "6.24.1" | ||
561 | resolved "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz#bf6dbfe43938d17369a213ca8a8bf74b6a90ab1a" | ||
562 | dependencies: | ||
563 | babel-helper-optimise-call-expression "^6.24.1" | ||
564 | babel-messages "^6.23.0" | ||
565 | babel-runtime "^6.22.0" | ||
566 | babel-template "^6.24.1" | ||
567 | babel-traverse "^6.24.1" | ||
568 | babel-types "^6.24.1" | ||
569 | |||
570 | babel-helpers@^6.24.1: | ||
571 | version "6.24.1" | ||
572 | resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.24.1.tgz#3471de9caec388e5c850e597e58a26ddf37602b2" | ||
573 | dependencies: | ||
574 | babel-runtime "^6.22.0" | ||
575 | babel-template "^6.24.1" | ||
576 | |||
577 | babel-loader@^7.1.0: | ||
578 | version "7.1.0" | ||
579 | resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-7.1.0.tgz#3fbf2581f085774bd9642dca9990e6d6c1491144" | ||
580 | dependencies: | ||
581 | find-cache-dir "^1.0.0" | ||
582 | loader-utils "^1.0.2" | ||
583 | mkdirp "^0.5.1" | ||
584 | |||
585 | babel-messages@^6.23.0: | ||
586 | version "6.23.0" | ||
587 | resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e" | ||
588 | dependencies: | ||
589 | babel-runtime "^6.22.0" | ||
590 | |||
591 | babel-plugin-check-es2015-constants@^6.22.0: | ||
592 | version "6.22.0" | ||
593 | resolved "https://registry.yarnpkg.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz#35157b101426fd2ffd3da3f75c7d1e91835bbf8a" | ||
594 | dependencies: | ||
595 | babel-runtime "^6.22.0" | ||
596 | |||
597 | babel-plugin-syntax-async-functions@^6.8.0: | ||
598 | version "6.13.0" | ||
599 | resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz#cad9cad1191b5ad634bf30ae0872391e0647be95" | ||
600 | |||
601 | babel-plugin-syntax-exponentiation-operator@^6.8.0: | ||
602 | version "6.13.0" | ||
603 | resolved "https://registry.yarnpkg.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz#9ee7e8337290da95288201a6a57f4170317830de" | ||
604 | |||
605 | babel-plugin-syntax-trailing-function-commas@^6.22.0: | ||
606 | version "6.22.0" | ||
607 | resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz#ba0360937f8d06e40180a43fe0d5616fff532cf3" | ||
608 | |||
609 | babel-plugin-transform-async-to-generator@^6.22.0: | ||
610 | version "6.24.1" | ||
611 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz#6536e378aff6cb1d5517ac0e40eb3e9fc8d08761" | ||
612 | dependencies: | ||
613 | babel-helper-remap-async-to-generator "^6.24.1" | ||
614 | babel-plugin-syntax-async-functions "^6.8.0" | ||
615 | babel-runtime "^6.22.0" | ||
616 | |||
617 | babel-plugin-transform-es2015-arrow-functions@^6.22.0: | ||
618 | version "6.22.0" | ||
619 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz#452692cb711d5f79dc7f85e440ce41b9f244d221" | ||
620 | dependencies: | ||
621 | babel-runtime "^6.22.0" | ||
622 | |||
623 | babel-plugin-transform-es2015-block-scoped-functions@^6.22.0: | ||
624 | version "6.22.0" | ||
625 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz#bbc51b49f964d70cb8d8e0b94e820246ce3a6141" | ||
626 | dependencies: | ||
627 | babel-runtime "^6.22.0" | ||
628 | |||
629 | babel-plugin-transform-es2015-block-scoping@^6.23.0: | ||
630 | version "6.24.1" | ||
631 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.24.1.tgz#76c295dc3a4741b1665adfd3167215dcff32a576" | ||
632 | dependencies: | ||
633 | babel-runtime "^6.22.0" | ||
634 | babel-template "^6.24.1" | ||
635 | babel-traverse "^6.24.1" | ||
636 | babel-types "^6.24.1" | ||
637 | lodash "^4.2.0" | ||
638 | |||
639 | babel-plugin-transform-es2015-classes@^6.23.0: | ||
640 | version "6.24.1" | ||
641 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz#5a4c58a50c9c9461e564b4b2a3bfabc97a2584db" | ||
642 | dependencies: | ||
643 | babel-helper-define-map "^6.24.1" | ||
644 | babel-helper-function-name "^6.24.1" | ||
645 | babel-helper-optimise-call-expression "^6.24.1" | ||
646 | babel-helper-replace-supers "^6.24.1" | ||
647 | babel-messages "^6.23.0" | ||
648 | babel-runtime "^6.22.0" | ||
649 | babel-template "^6.24.1" | ||
650 | babel-traverse "^6.24.1" | ||
651 | babel-types "^6.24.1" | ||
652 | |||
653 | babel-plugin-transform-es2015-computed-properties@^6.22.0: | ||
654 | version "6.24.1" | ||
655 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz#6fe2a8d16895d5634f4cd999b6d3480a308159b3" | ||
656 | dependencies: | ||
657 | babel-runtime "^6.22.0" | ||
658 | babel-template "^6.24.1" | ||
659 | |||
660 | babel-plugin-transform-es2015-destructuring@^6.23.0: | ||
661 | version "6.23.0" | ||
662 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz#997bb1f1ab967f682d2b0876fe358d60e765c56d" | ||
663 | dependencies: | ||
664 | babel-runtime "^6.22.0" | ||
665 | |||
666 | babel-plugin-transform-es2015-duplicate-keys@^6.22.0: | ||
667 | version "6.24.1" | ||
668 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz#73eb3d310ca969e3ef9ec91c53741a6f1576423e" | ||
669 | dependencies: | ||
670 | babel-runtime "^6.22.0" | ||
671 | babel-types "^6.24.1" | ||
672 | |||
673 | babel-plugin-transform-es2015-for-of@^6.23.0: | ||
674 | version "6.23.0" | ||
675 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz#f47c95b2b613df1d3ecc2fdb7573623c75248691" | ||
676 | dependencies: | ||
677 | babel-runtime "^6.22.0" | ||
678 | |||
679 | babel-plugin-transform-es2015-function-name@^6.22.0: | ||
680 | version "6.24.1" | ||
681 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz#834c89853bc36b1af0f3a4c5dbaa94fd8eacaa8b" | ||
682 | dependencies: | ||
683 | babel-helper-function-name "^6.24.1" | ||
684 | babel-runtime "^6.22.0" | ||
685 | babel-types "^6.24.1" | ||
686 | |||
687 | babel-plugin-transform-es2015-literals@^6.22.0: | ||
688 | version "6.22.0" | ||
689 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz#4f54a02d6cd66cf915280019a31d31925377ca2e" | ||
690 | dependencies: | ||
691 | babel-runtime "^6.22.0" | ||
692 | |||
693 | babel-plugin-transform-es2015-modules-amd@^6.22.0, babel-plugin-transform-es2015-modules-amd@^6.24.1: | ||
694 | version "6.24.1" | ||
695 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz#3b3e54017239842d6d19c3011c4bd2f00a00d154" | ||
696 | dependencies: | ||
697 | babel-plugin-transform-es2015-modules-commonjs "^6.24.1" | ||
698 | babel-runtime "^6.22.0" | ||
699 | babel-template "^6.24.1" | ||
700 | |||
701 | babel-plugin-transform-es2015-modules-commonjs@^6.23.0, babel-plugin-transform-es2015-modules-commonjs@^6.24.1: | ||
702 | version "6.24.1" | ||
703 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.24.1.tgz#d3e310b40ef664a36622200097c6d440298f2bfe" | ||
704 | dependencies: | ||
705 | babel-plugin-transform-strict-mode "^6.24.1" | ||
706 | babel-runtime "^6.22.0" | ||
707 | babel-template "^6.24.1" | ||
708 | babel-types "^6.24.1" | ||
709 | |||
710 | babel-plugin-transform-es2015-modules-systemjs@^6.23.0: | ||
711 | version "6.24.1" | ||
712 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz#ff89a142b9119a906195f5f106ecf305d9407d23" | ||
713 | dependencies: | ||
714 | babel-helper-hoist-variables "^6.24.1" | ||
715 | babel-runtime "^6.22.0" | ||
716 | babel-template "^6.24.1" | ||
717 | |||
718 | babel-plugin-transform-es2015-modules-umd@^6.23.0: | ||
719 | version "6.24.1" | ||
720 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz#ac997e6285cd18ed6176adb607d602344ad38468" | ||
721 | dependencies: | ||
722 | babel-plugin-transform-es2015-modules-amd "^6.24.1" | ||
723 | babel-runtime "^6.22.0" | ||
724 | babel-template "^6.24.1" | ||
725 | |||
726 | babel-plugin-transform-es2015-object-super@^6.22.0: | ||
727 | version "6.24.1" | ||
728 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz#24cef69ae21cb83a7f8603dad021f572eb278f8d" | ||
729 | dependencies: | ||
730 | babel-helper-replace-supers "^6.24.1" | ||
731 | babel-runtime "^6.22.0" | ||
732 | |||
733 | babel-plugin-transform-es2015-parameters@^6.23.0: | ||
734 | version "6.24.1" | ||
735 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz#57ac351ab49caf14a97cd13b09f66fdf0a625f2b" | ||
736 | dependencies: | ||
737 | babel-helper-call-delegate "^6.24.1" | ||
738 | babel-helper-get-function-arity "^6.24.1" | ||
739 | babel-runtime "^6.22.0" | ||
740 | babel-template "^6.24.1" | ||
741 | babel-traverse "^6.24.1" | ||
742 | babel-types "^6.24.1" | ||
743 | |||
744 | babel-plugin-transform-es2015-shorthand-properties@^6.22.0: | ||
745 | version "6.24.1" | ||
746 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz#24f875d6721c87661bbd99a4622e51f14de38aa0" | ||
747 | dependencies: | ||
748 | babel-runtime "^6.22.0" | ||
749 | babel-types "^6.24.1" | ||
750 | |||
751 | babel-plugin-transform-es2015-spread@^6.22.0: | ||
752 | version "6.22.0" | ||
753 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz#d6d68a99f89aedc4536c81a542e8dd9f1746f8d1" | ||
754 | dependencies: | ||
755 | babel-runtime "^6.22.0" | ||
756 | |||
757 | babel-plugin-transform-es2015-sticky-regex@^6.22.0: | ||
758 | version "6.24.1" | ||
759 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz#00c1cdb1aca71112cdf0cf6126c2ed6b457ccdbc" | ||
760 | dependencies: | ||
761 | babel-helper-regex "^6.24.1" | ||
762 | babel-runtime "^6.22.0" | ||
763 | babel-types "^6.24.1" | ||
764 | |||
765 | babel-plugin-transform-es2015-template-literals@^6.22.0: | ||
766 | version "6.22.0" | ||
767 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz#a84b3450f7e9f8f1f6839d6d687da84bb1236d8d" | ||
768 | dependencies: | ||
769 | babel-runtime "^6.22.0" | ||
770 | |||
771 | babel-plugin-transform-es2015-typeof-symbol@^6.23.0: | ||
772 | version "6.23.0" | ||
773 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz#dec09f1cddff94b52ac73d505c84df59dcceb372" | ||
774 | dependencies: | ||
775 | babel-runtime "^6.22.0" | ||
776 | |||
777 | babel-plugin-transform-es2015-unicode-regex@^6.22.0: | ||
778 | version "6.24.1" | ||
779 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz#d38b12f42ea7323f729387f18a7c5ae1faeb35e9" | ||
780 | dependencies: | ||
781 | babel-helper-regex "^6.24.1" | ||
782 | babel-runtime "^6.22.0" | ||
783 | regexpu-core "^2.0.0" | ||
784 | |||
785 | babel-plugin-transform-exponentiation-operator@^6.22.0: | ||
786 | version "6.24.1" | ||
787 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz#2ab0c9c7f3098fa48907772bb813fe41e8de3a0e" | ||
788 | dependencies: | ||
789 | babel-helper-builder-binary-assignment-operator-visitor "^6.24.1" | ||
790 | babel-plugin-syntax-exponentiation-operator "^6.8.0" | ||
791 | babel-runtime "^6.22.0" | ||
792 | |||
793 | babel-plugin-transform-regenerator@^6.22.0: | ||
794 | version "6.24.1" | ||
795 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.24.1.tgz#b8da305ad43c3c99b4848e4fe4037b770d23c418" | ||
796 | dependencies: | ||
797 | regenerator-transform "0.9.11" | ||
798 | |||
799 | babel-plugin-transform-strict-mode@^6.24.1: | ||
800 | version "6.24.1" | ||
801 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz#d5faf7aa578a65bbe591cf5edae04a0c67020758" | ||
802 | dependencies: | ||
803 | babel-runtime "^6.22.0" | ||
804 | babel-types "^6.24.1" | ||
805 | |||
806 | babel-preset-env@^1.5.2: | ||
807 | version "1.5.2" | ||
808 | resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.5.2.tgz#cd4ae90a6e94b709f97374b33e5f8b983556adef" | ||
809 | dependencies: | ||
810 | babel-plugin-check-es2015-constants "^6.22.0" | ||
811 | babel-plugin-syntax-trailing-function-commas "^6.22.0" | ||
812 | babel-plugin-transform-async-to-generator "^6.22.0" | ||
813 | babel-plugin-transform-es2015-arrow-functions "^6.22.0" | ||
814 | babel-plugin-transform-es2015-block-scoped-functions "^6.22.0" | ||
815 | babel-plugin-transform-es2015-block-scoping "^6.23.0" | ||
816 | babel-plugin-transform-es2015-classes "^6.23.0" | ||
817 | babel-plugin-transform-es2015-computed-properties "^6.22.0" | ||
818 | babel-plugin-transform-es2015-destructuring "^6.23.0" | ||
819 | babel-plugin-transform-es2015-duplicate-keys "^6.22.0" | ||
820 | babel-plugin-transform-es2015-for-of "^6.23.0" | ||
821 | babel-plugin-transform-es2015-function-name "^6.22.0" | ||
822 | babel-plugin-transform-es2015-literals "^6.22.0" | ||
823 | babel-plugin-transform-es2015-modules-amd "^6.22.0" | ||
824 | babel-plugin-transform-es2015-modules-commonjs "^6.23.0" | ||
825 | babel-plugin-transform-es2015-modules-systemjs "^6.23.0" | ||
826 | babel-plugin-transform-es2015-modules-umd "^6.23.0" | ||
827 | babel-plugin-transform-es2015-object-super "^6.22.0" | ||
828 | babel-plugin-transform-es2015-parameters "^6.23.0" | ||
829 | babel-plugin-transform-es2015-shorthand-properties "^6.22.0" | ||
830 | babel-plugin-transform-es2015-spread "^6.22.0" | ||
831 | babel-plugin-transform-es2015-sticky-regex "^6.22.0" | ||
832 | babel-plugin-transform-es2015-template-literals "^6.22.0" | ||
833 | babel-plugin-transform-es2015-typeof-symbol "^6.23.0" | ||
834 | babel-plugin-transform-es2015-unicode-regex "^6.22.0" | ||
835 | babel-plugin-transform-exponentiation-operator "^6.22.0" | ||
836 | babel-plugin-transform-regenerator "^6.22.0" | ||
837 | browserslist "^2.1.2" | ||
838 | invariant "^2.2.2" | ||
839 | semver "^5.3.0" | ||
840 | |||
841 | babel-register@^6.24.1: | ||
842 | version "6.24.1" | ||
843 | resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.24.1.tgz#7e10e13a2f71065bdfad5a1787ba45bca6ded75f" | ||
844 | dependencies: | ||
845 | babel-core "^6.24.1" | ||
846 | babel-runtime "^6.22.0" | ||
847 | core-js "^2.4.0" | ||
848 | home-or-tmp "^2.0.0" | ||
849 | lodash "^4.2.0" | ||
850 | mkdirp "^0.5.1" | ||
851 | source-map-support "^0.4.2" | ||
852 | |||
853 | babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.9.2: | ||
436 | version "6.23.0" | 854 | version "6.23.0" |
437 | resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b" | 855 | resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b" |
438 | dependencies: | 856 | dependencies: |
439 | core-js "^2.4.0" | 857 | core-js "^2.4.0" |
440 | regenerator-runtime "^0.10.0" | 858 | regenerator-runtime "^0.10.0" |
441 | 859 | ||
860 | babel-template@^6.24.1, babel-template@^6.25.0: | ||
861 | version "6.25.0" | ||
862 | resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.25.0.tgz#665241166b7c2aa4c619d71e192969552b10c071" | ||
863 | dependencies: | ||
864 | babel-runtime "^6.22.0" | ||
865 | babel-traverse "^6.25.0" | ||
866 | babel-types "^6.25.0" | ||
867 | babylon "^6.17.2" | ||
868 | lodash "^4.2.0" | ||
869 | |||
870 | babel-traverse@^6.24.1, babel-traverse@^6.25.0: | ||
871 | version "6.25.0" | ||
872 | resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.25.0.tgz#2257497e2fcd19b89edc13c4c91381f9512496f1" | ||
873 | dependencies: | ||
874 | babel-code-frame "^6.22.0" | ||
875 | babel-messages "^6.23.0" | ||
876 | babel-runtime "^6.22.0" | ||
877 | babel-types "^6.25.0" | ||
878 | babylon "^6.17.2" | ||
879 | debug "^2.2.0" | ||
880 | globals "^9.0.0" | ||
881 | invariant "^2.2.0" | ||
882 | lodash "^4.2.0" | ||
883 | |||
884 | babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.25.0: | ||
885 | version "6.25.0" | ||
886 | resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.25.0.tgz#70afb248d5660e5d18f811d91c8303b54134a18e" | ||
887 | dependencies: | ||
888 | babel-runtime "^6.22.0" | ||
889 | esutils "^2.0.2" | ||
890 | lodash "^4.2.0" | ||
891 | to-fast-properties "^1.0.1" | ||
892 | |||
893 | babylon@^6.17.2: | ||
894 | version "6.17.4" | ||
895 | resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.17.4.tgz#3e8b7402b88d22c3423e137a1577883b15ff869a" | ||
896 | |||
442 | balanced-match@^0.4.2: | 897 | balanced-match@^0.4.2: |
443 | version "0.4.2" | 898 | version "0.4.2" |
444 | resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838" | 899 | resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838" |
@@ -708,6 +1163,13 @@ browserslist@^1.3.6, browserslist@^1.5.2, browserslist@^1.7.6: | |||
708 | caniuse-db "^1.0.30000639" | 1163 | caniuse-db "^1.0.30000639" |
709 | electron-to-chromium "^1.2.7" | 1164 | electron-to-chromium "^1.2.7" |
710 | 1165 | ||
1166 | browserslist@^2.1.2: | ||
1167 | version "2.1.5" | ||
1168 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-2.1.5.tgz#e882550df3d1cd6d481c1a3e0038f2baf13a4711" | ||
1169 | dependencies: | ||
1170 | caniuse-lite "^1.0.30000684" | ||
1171 | electron-to-chromium "^1.3.14" | ||
1172 | |||
711 | buffer-alloc-unsafe@^1.0.0: | 1173 | buffer-alloc-unsafe@^1.0.0: |
712 | version "1.0.0" | 1174 | version "1.0.0" |
713 | resolved "https://registry.yarnpkg.com/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.0.0.tgz#474aa88f34e7bc75fa311d2e6457409c5846c3fe" | 1175 | resolved "https://registry.yarnpkg.com/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.0.0.tgz#474aa88f34e7bc75fa311d2e6457409c5846c3fe" |
@@ -805,6 +1267,10 @@ caniuse-db@^1.0.30000529, caniuse-db@^1.0.30000634, caniuse-db@^1.0.30000639: | |||
805 | version "1.0.30000694" | 1267 | version "1.0.30000694" |
806 | resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000694.tgz#02009f4f82d2f0126e4c691b7cd5adb351935c01" | 1268 | resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000694.tgz#02009f4f82d2f0126e4c691b7cd5adb351935c01" |
807 | 1269 | ||
1270 | caniuse-lite@^1.0.30000684: | ||
1271 | version "1.0.30000694" | ||
1272 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000694.tgz#1492dab7c10c608c9d37a723e6e3e7873e0ce94f" | ||
1273 | |||
808 | cardinal@^1.0.0: | 1274 | cardinal@^1.0.0: |
809 | version "1.0.0" | 1275 | version "1.0.0" |
810 | resolved "https://registry.yarnpkg.com/cardinal/-/cardinal-1.0.0.tgz#50e21c1b0aa37729f9377def196b5a9cec932ee9" | 1276 | resolved "https://registry.yarnpkg.com/cardinal/-/cardinal-1.0.0.tgz#50e21c1b0aa37729f9377def196b5a9cec932ee9" |
@@ -1021,6 +1487,10 @@ commander@^2.9.0: | |||
1021 | dependencies: | 1487 | dependencies: |
1022 | graceful-readlink ">= 1.0.0" | 1488 | graceful-readlink ">= 1.0.0" |
1023 | 1489 | ||
1490 | commondir@^1.0.1: | ||
1491 | version "1.0.1" | ||
1492 | resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" | ||
1493 | |||
1024 | compact2string@^1.2.0: | 1494 | compact2string@^1.2.0: |
1025 | version "1.4.0" | 1495 | version "1.4.0" |
1026 | resolved "https://registry.yarnpkg.com/compact2string/-/compact2string-1.4.0.tgz#a99cd96ea000525684b269683ae2222d6eea7b49" | 1496 | resolved "https://registry.yarnpkg.com/compact2string/-/compact2string-1.4.0.tgz#a99cd96ea000525684b269683ae2222d6eea7b49" |
@@ -1090,7 +1560,7 @@ convert-source-map@^0.3.3: | |||
1090 | version "0.3.5" | 1560 | version "0.3.5" |
1091 | resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-0.3.5.tgz#f1d802950af7dd2631a1febe0596550c86ab3190" | 1561 | resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-0.3.5.tgz#f1d802950af7dd2631a1febe0596550c86ab3190" |
1092 | 1562 | ||
1093 | convert-source-map@^1.1.1: | 1563 | convert-source-map@^1.1.0, convert-source-map@^1.1.1: |
1094 | version "1.5.0" | 1564 | version "1.5.0" |
1095 | resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.0.tgz#9acd70851c6d5dfdd93d9282e5edf94a03ff46b5" | 1565 | resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.0.tgz#9acd70851c6d5dfdd93d9282e5edf94a03ff46b5" |
1096 | 1566 | ||
@@ -1438,6 +1908,12 @@ destroy@~1.0.4: | |||
1438 | version "1.0.4" | 1908 | version "1.0.4" |
1439 | resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" | 1909 | resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" |
1440 | 1910 | ||
1911 | detect-indent@^4.0.0: | ||
1912 | version "4.0.0" | ||
1913 | resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-4.0.0.tgz#f76d064352cdf43a1cb6ce619c4ee3a9475de208" | ||
1914 | dependencies: | ||
1915 | repeating "^2.0.0" | ||
1916 | |||
1441 | detect-node@^2.0.3: | 1917 | detect-node@^2.0.3: |
1442 | version "2.0.3" | 1918 | version "2.0.3" |
1443 | resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.3.tgz#a2033c09cc8e158d37748fbde7507832bd6ce127" | 1919 | resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.3.tgz#a2033c09cc8e158d37748fbde7507832bd6ce127" |
@@ -1558,7 +2034,7 @@ ejs@^2.5.6: | |||
1558 | version "2.5.6" | 2034 | version "2.5.6" |
1559 | resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.5.6.tgz#479636bfa3fe3b1debd52087f0acb204b4f19c88" | 2035 | resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.5.6.tgz#479636bfa3fe3b1debd52087f0acb204b4f19c88" |
1560 | 2036 | ||
1561 | electron-to-chromium@^1.2.7: | 2037 | electron-to-chromium@^1.2.7, electron-to-chromium@^1.3.14: |
1562 | version "1.3.14" | 2038 | version "1.3.14" |
1563 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.14.tgz#64af0f9efd3c3c6acd57d71f83b49ca7ee9c4b43" | 2039 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.14.tgz#64af0f9efd3c3c6acd57d71f83b49ca7ee9c4b43" |
1564 | 2040 | ||
@@ -2053,6 +2529,14 @@ finalhandler@~1.0.3: | |||
2053 | statuses "~1.3.1" | 2529 | statuses "~1.3.1" |
2054 | unpipe "~1.0.0" | 2530 | unpipe "~1.0.0" |
2055 | 2531 | ||
2532 | find-cache-dir@^1.0.0: | ||
2533 | version "1.0.0" | ||
2534 | resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-1.0.0.tgz#9288e3e9e3cc3748717d39eade17cf71fc30ee6f" | ||
2535 | dependencies: | ||
2536 | commondir "^1.0.1" | ||
2537 | make-dir "^1.0.0" | ||
2538 | pkg-dir "^2.0.0" | ||
2539 | |||
2056 | find-root@^1.0.0: | 2540 | find-root@^1.0.0: |
2057 | version "1.0.0" | 2541 | version "1.0.0" |
2058 | resolved "https://registry.yarnpkg.com/find-root/-/find-root-1.0.0.tgz#962ff211aab25c6520feeeb8d6287f8f6e95807a" | 2542 | resolved "https://registry.yarnpkg.com/find-root/-/find-root-1.0.0.tgz#962ff211aab25c6520feeeb8d6287f8f6e95807a" |
@@ -2064,7 +2548,7 @@ find-up@^1.0.0: | |||
2064 | path-exists "^2.0.0" | 2548 | path-exists "^2.0.0" |
2065 | pinkie-promise "^2.0.0" | 2549 | pinkie-promise "^2.0.0" |
2066 | 2550 | ||
2067 | find-up@^2.0.0: | 2551 | find-up@^2.0.0, find-up@^2.1.0: |
2068 | version "2.1.0" | 2552 | version "2.1.0" |
2069 | resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" | 2553 | resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" |
2070 | dependencies: | 2554 | dependencies: |
@@ -2289,7 +2773,7 @@ global@^4.3.2, global@~4.3.0: | |||
2289 | min-document "^2.19.0" | 2773 | min-document "^2.19.0" |
2290 | process "~0.5.1" | 2774 | process "~0.5.1" |
2291 | 2775 | ||
2292 | globals@^9.14.0: | 2776 | globals@^9.0.0, globals@^9.14.0: |
2293 | version "9.18.0" | 2777 | version "9.18.0" |
2294 | resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a" | 2778 | resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a" |
2295 | 2779 | ||
@@ -2417,6 +2901,13 @@ hoek@2.x.x: | |||
2417 | version "2.16.3" | 2901 | version "2.16.3" |
2418 | resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed" | 2902 | resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed" |
2419 | 2903 | ||
2904 | home-or-tmp@^2.0.0: | ||
2905 | version "2.0.0" | ||
2906 | resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8" | ||
2907 | dependencies: | ||
2908 | os-homedir "^1.0.0" | ||
2909 | os-tmpdir "^1.0.1" | ||
2910 | |||
2420 | hosted-git-info@^2.1.4: | 2911 | hosted-git-info@^2.1.4: |
2421 | version "2.4.2" | 2912 | version "2.4.2" |
2422 | resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.4.2.tgz#0076b9f46a270506ddbaaea56496897460612a67" | 2913 | resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.4.2.tgz#0076b9f46a270506ddbaaea56496897460612a67" |
@@ -2615,6 +3106,12 @@ intl@^1.2.4: | |||
2615 | version "1.2.5" | 3106 | version "1.2.5" |
2616 | resolved "https://registry.yarnpkg.com/intl/-/intl-1.2.5.tgz#82244a2190c4e419f8371f5aa34daa3420e2abde" | 3107 | resolved "https://registry.yarnpkg.com/intl/-/intl-1.2.5.tgz#82244a2190c4e419f8371f5aa34daa3420e2abde" |
2617 | 3108 | ||
3109 | invariant@^2.2.0, invariant@^2.2.2: | ||
3110 | version "2.2.2" | ||
3111 | resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360" | ||
3112 | dependencies: | ||
3113 | loose-envify "^1.0.0" | ||
3114 | |||
2618 | invert-kv@^1.0.0: | 3115 | invert-kv@^1.0.0: |
2619 | version "1.0.0" | 3116 | version "1.0.0" |
2620 | resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6" | 3117 | resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6" |
@@ -2872,6 +3369,10 @@ jsbn@~0.1.0: | |||
2872 | version "0.1.1" | 3369 | version "0.1.1" |
2873 | resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" | 3370 | resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" |
2874 | 3371 | ||
3372 | jsesc@^1.3.0: | ||
3373 | version "1.3.0" | ||
3374 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b" | ||
3375 | |||
2875 | jsesc@~0.5.0: | 3376 | jsesc@~0.5.0: |
2876 | version "0.5.0" | 3377 | version "0.5.0" |
2877 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" | 3378 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" |
@@ -3237,7 +3738,7 @@ lodash.uniq@^4.5.0: | |||
3237 | version "4.5.0" | 3738 | version "4.5.0" |
3238 | resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" | 3739 | resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" |
3239 | 3740 | ||
3240 | lodash@^4, lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.3.0, lodash@~4.17.4: | 3741 | lodash@^4, lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0, lodash@~4.17.4: |
3241 | version "4.17.4" | 3742 | version "4.17.4" |
3242 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" | 3743 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" |
3243 | 3744 | ||
@@ -3245,6 +3746,12 @@ longest@^1.0.1: | |||
3245 | version "1.0.1" | 3746 | version "1.0.1" |
3246 | resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097" | 3747 | resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097" |
3247 | 3748 | ||
3749 | loose-envify@^1.0.0: | ||
3750 | version "1.3.1" | ||
3751 | resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.3.1.tgz#d1a8ad33fa9ce0e713d65fdd0ac8b748d478c848" | ||
3752 | dependencies: | ||
3753 | js-tokens "^3.0.0" | ||
3754 | |||
3248 | loud-rejection@^1.0.0: | 3755 | loud-rejection@^1.0.0: |
3249 | version "1.6.0" | 3756 | version "1.6.0" |
3250 | resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f" | 3757 | resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f" |
@@ -3288,6 +3795,12 @@ magnet-uri@^5.1.3: | |||
3288 | uniq "^1.0.1" | 3795 | uniq "^1.0.1" |
3289 | xtend "^4.0.0" | 3796 | xtend "^4.0.0" |
3290 | 3797 | ||
3798 | make-dir@^1.0.0: | ||
3799 | version "1.0.0" | ||
3800 | resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.0.0.tgz#97a011751e91dd87cfadef58832ebb04936de978" | ||
3801 | dependencies: | ||
3802 | pify "^2.3.0" | ||
3803 | |||
3291 | make-error@^1.1.1: | 3804 | make-error@^1.1.1: |
3292 | version "1.3.0" | 3805 | version "1.3.0" |
3293 | resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.0.tgz#52ad3a339ccf10ce62b4040b708fe707244b8b96" | 3806 | resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.0.tgz#52ad3a339ccf10ce62b4040b708fe707244b8b96" |
@@ -3872,7 +4385,7 @@ os-locale@^1.4.0: | |||
3872 | dependencies: | 4385 | dependencies: |
3873 | lcid "^1.0.0" | 4386 | lcid "^1.0.0" |
3874 | 4387 | ||
3875 | os-tmpdir@^1.0.0: | 4388 | os-tmpdir@^1.0.0, os-tmpdir@^1.0.1: |
3876 | version "1.0.2" | 4389 | version "1.0.2" |
3877 | resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" | 4390 | resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" |
3878 | 4391 | ||
@@ -4025,7 +4538,7 @@ piece-length@^1.0.0: | |||
4025 | dependencies: | 4538 | dependencies: |
4026 | closest-to "~2.0.0" | 4539 | closest-to "~2.0.0" |
4027 | 4540 | ||
4028 | pify@^2.0.0: | 4541 | pify@^2.0.0, pify@^2.3.0: |
4029 | version "2.3.0" | 4542 | version "2.3.0" |
4030 | resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" | 4543 | resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" |
4031 | 4544 | ||
@@ -4064,6 +4577,12 @@ pkg-dir@^1.0.0: | |||
4064 | dependencies: | 4577 | dependencies: |
4065 | find-up "^1.0.0" | 4578 | find-up "^1.0.0" |
4066 | 4579 | ||
4580 | pkg-dir@^2.0.0: | ||
4581 | version "2.0.0" | ||
4582 | resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b" | ||
4583 | dependencies: | ||
4584 | find-up "^2.1.0" | ||
4585 | |||
4067 | pkg-up@^1.0.0: | 4586 | pkg-up@^1.0.0: |
4068 | version "1.0.0" | 4587 | version "1.0.0" |
4069 | resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-1.0.0.tgz#3e08fb461525c4421624a33b9f7e6d0af5b05a26" | 4588 | resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-1.0.0.tgz#3e08fb461525c4421624a33b9f7e6d0af5b05a26" |
@@ -4366,7 +4885,7 @@ pretty-error@^2.0.2: | |||
4366 | renderkid "^2.0.1" | 4885 | renderkid "^2.0.1" |
4367 | utila "~0.4" | 4886 | utila "~0.4" |
4368 | 4887 | ||
4369 | private@~0.1.5: | 4888 | private@^0.1.6, private@~0.1.5: |
4370 | version "0.1.7" | 4889 | version "0.1.7" |
4371 | resolved "https://registry.yarnpkg.com/private/-/private-0.1.7.tgz#68ce5e8a1ef0a23bb570cc28537b5332aba63ef1" | 4890 | resolved "https://registry.yarnpkg.com/private/-/private-0.1.7.tgz#68ce5e8a1ef0a23bb570cc28537b5332aba63ef1" |
4372 | 4891 | ||
@@ -4615,6 +5134,14 @@ regenerator-runtime@^0.10.0: | |||
4615 | version "0.10.5" | 5134 | version "0.10.5" |
4616 | resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz#336c3efc1220adcedda2c9fab67b5a7955a33658" | 5135 | resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz#336c3efc1220adcedda2c9fab67b5a7955a33658" |
4617 | 5136 | ||
5137 | regenerator-transform@0.9.11: | ||
5138 | version "0.9.11" | ||
5139 | resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.9.11.tgz#3a7d067520cb7b7176769eb5ff868691befe1283" | ||
5140 | dependencies: | ||
5141 | babel-runtime "^6.18.0" | ||
5142 | babel-types "^6.19.0" | ||
5143 | private "^0.1.6" | ||
5144 | |||
4618 | regex-cache@^0.4.2: | 5145 | regex-cache@^0.4.2: |
4619 | version "0.4.3" | 5146 | version "0.4.3" |
4620 | resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.3.tgz#9b1a6c35d4d0dfcef5711ae651e8e9d3d7114145" | 5147 | resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.3.tgz#9b1a6c35d4d0dfcef5711ae651e8e9d3d7114145" |
@@ -4634,6 +5161,14 @@ regexpu-core@^1.0.0: | |||
4634 | regjsgen "^0.2.0" | 5161 | regjsgen "^0.2.0" |
4635 | regjsparser "^0.1.4" | 5162 | regjsparser "^0.1.4" |
4636 | 5163 | ||
5164 | regexpu-core@^2.0.0: | ||
5165 | version "2.0.0" | ||
5166 | resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-2.0.0.tgz#49d038837b8dcf8bfa5b9a42139938e6ea2ae240" | ||
5167 | dependencies: | ||
5168 | regenerate "^1.2.1" | ||
5169 | regjsgen "^0.2.0" | ||
5170 | regjsparser "^0.1.4" | ||
5171 | |||
4637 | regjsgen@^0.2.0: | 5172 | regjsgen@^0.2.0: |
4638 | version "0.2.0" | 5173 | version "0.2.0" |
4639 | resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.2.0.tgz#6c016adeac554f75823fe37ac05b92d5a4edb1f7" | 5174 | resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.2.0.tgz#6c016adeac554f75823fe37ac05b92d5a4edb1f7" |
@@ -5053,6 +5588,10 @@ simple-websocket@^5.0.0: | |||
5053 | safe-buffer "^5.0.1" | 5588 | safe-buffer "^5.0.1" |
5054 | ws "^2.0.0" | 5589 | ws "^2.0.0" |
5055 | 5590 | ||
5591 | slash@^1.0.0: | ||
5592 | version "1.0.0" | ||
5593 | resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55" | ||
5594 | |||
5056 | slice-ansi@0.0.4: | 5595 | slice-ansi@0.0.4: |
5057 | version "0.0.4" | 5596 | version "0.0.4" |
5058 | resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35" | 5597 | resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35" |
@@ -5091,9 +5630,9 @@ source-list-map@^0.1.7, source-list-map@~0.1.7: | |||
5091 | version "0.1.8" | 5630 | version "0.1.8" |
5092 | resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-0.1.8.tgz#c550b2ab5427f6b3f21f5afead88c4f5587b2106" | 5631 | resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-0.1.8.tgz#c550b2ab5427f6b3f21f5afead88c4f5587b2106" |
5093 | 5632 | ||
5094 | source-list-map@^1.1.1: | 5633 | source-list-map@^2.0.0: |
5095 | version "1.1.2" | 5634 | version "2.0.0" |
5096 | resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-1.1.2.tgz#9889019d1024cce55cdc069498337ef6186a11a1" | 5635 | resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.0.tgz#aaa47403f7b245a92fbc97ea08f250d6087ed085" |
5097 | 5636 | ||
5098 | source-map-loader@^0.2.1: | 5637 | source-map-loader@^0.2.1: |
5099 | version "0.2.1" | 5638 | version "0.2.1" |
@@ -5122,7 +5661,7 @@ source-map-url@~0.3.0: | |||
5122 | version "0.3.0" | 5661 | version "0.3.0" |
5123 | resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.3.0.tgz#7ecaf13b57bcd09da8a40c5d269db33799d4aaf9" | 5662 | resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.3.0.tgz#7ecaf13b57bcd09da8a40c5d269db33799d4aaf9" |
5124 | 5663 | ||
5125 | source-map@0.5.x, source-map@^0.5.3, source-map@^0.5.6, source-map@~0.5.0, source-map@~0.5.1, source-map@~0.5.3: | 5664 | source-map@0.5.x, source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6, source-map@~0.5.0, source-map@~0.5.1, source-map@~0.5.3: |
5126 | version "0.5.6" | 5665 | version "0.5.6" |
5127 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412" | 5666 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412" |
5128 | 5667 | ||
@@ -5475,6 +6014,10 @@ to-arraybuffer@^1.0.0, to-arraybuffer@^1.0.1: | |||
5475 | version "1.0.1" | 6014 | version "1.0.1" |
5476 | resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" | 6015 | resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" |
5477 | 6016 | ||
6017 | to-fast-properties@^1.0.1: | ||
6018 | version "1.0.3" | ||
6019 | resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47" | ||
6020 | |||
5478 | toposort@^1.0.0: | 6021 | toposort@^1.0.0: |
5479 | version "1.0.3" | 6022 | version "1.0.3" |
5480 | resolved "https://registry.yarnpkg.com/toposort/-/toposort-1.0.3.tgz#f02cd8a74bd8be2fc0e98611c3bacb95a171869c" | 6023 | resolved "https://registry.yarnpkg.com/toposort/-/toposort-1.0.3.tgz#f02cd8a74bd8be2fc0e98611c3bacb95a171869c" |
@@ -5504,6 +6047,10 @@ trim-newlines@^1.0.0: | |||
5504 | version "1.0.0" | 6047 | version "1.0.0" |
5505 | resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613" | 6048 | resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613" |
5506 | 6049 | ||
6050 | trim-right@^1.0.1: | ||
6051 | version "1.0.1" | ||
6052 | resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003" | ||
6053 | |||
5507 | trim@0.0.1: | 6054 | trim@0.0.1: |
5508 | version "0.0.1" | 6055 | version "0.0.1" |
5509 | resolved "https://registry.yarnpkg.com/trim/-/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd" | 6056 | resolved "https://registry.yarnpkg.com/trim/-/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd" |
@@ -5646,13 +6193,13 @@ typescript@~2.4.0: | |||
5646 | resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.0.tgz#aef5a8d404beba36ad339abf079ddddfffba86dd" | 6193 | resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.0.tgz#aef5a8d404beba36ad339abf079ddddfffba86dd" |
5647 | 6194 | ||
5648 | uglify-js@3.0.x: | 6195 | uglify-js@3.0.x: |
5649 | version "3.0.19" | 6196 | version "3.0.20" |
5650 | resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.0.19.tgz#ab1dfe2a171361b81fa9ffb3383461ea384557ed" | 6197 | resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.0.20.tgz#cb35b2bcfe478051b6f3282be8db4e4add49a1e5" |
5651 | dependencies: | 6198 | dependencies: |
5652 | commander "~2.9.0" | 6199 | commander "~2.9.0" |
5653 | source-map "~0.5.1" | 6200 | source-map "~0.5.1" |
5654 | 6201 | ||
5655 | uglify-js@^2.8.27: | 6202 | uglify-js@^2.8.29: |
5656 | version "2.8.29" | 6203 | version "2.8.29" |
5657 | resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd" | 6204 | resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd" |
5658 | dependencies: | 6205 | dependencies: |
@@ -5665,6 +6212,14 @@ uglify-to-browserify@~1.0.0: | |||
5665 | version "1.0.2" | 6212 | version "1.0.2" |
5666 | resolved "https://registry.yarnpkg.com/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7" | 6213 | resolved "https://registry.yarnpkg.com/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7" |
5667 | 6214 | ||
6215 | uglifyjs-webpack-plugin@^0.4.4: | ||
6216 | version "0.4.6" | ||
6217 | resolved "https://registry.yarnpkg.com/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-0.4.6.tgz#b951f4abb6bd617e66f63eb891498e391763e309" | ||
6218 | dependencies: | ||
6219 | source-map "^0.5.6" | ||
6220 | uglify-js "^2.8.29" | ||
6221 | webpack-sources "^1.0.1" | ||
6222 | |||
5668 | uid-number@^0.0.6: | 6223 | uid-number@^0.0.6: |
5669 | version "0.0.6" | 6224 | version "0.0.6" |
5670 | resolved "https://registry.yarnpkg.com/uid-number/-/uid-number-0.0.6.tgz#0ea10e8035e8eb5b8e4449f06da1c730663baa81" | 6225 | resolved "https://registry.yarnpkg.com/uid-number/-/uid-number-0.0.6.tgz#0ea10e8035e8eb5b8e4449f06da1c730663baa81" |
@@ -5985,37 +6540,38 @@ webpack-sources@^0.1.2: | |||
5985 | source-list-map "~0.1.7" | 6540 | source-list-map "~0.1.7" |
5986 | source-map "~0.5.3" | 6541 | source-map "~0.5.3" |
5987 | 6542 | ||
5988 | webpack-sources@^0.2.3: | 6543 | webpack-sources@^1.0.1: |
5989 | version "0.2.3" | 6544 | version "1.0.1" |
5990 | resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-0.2.3.tgz#17c62bfaf13c707f9d02c479e0dcdde8380697fb" | 6545 | resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.0.1.tgz#c7356436a4d13123be2e2426a05d1dad9cbe65cf" |
5991 | dependencies: | 6546 | dependencies: |
5992 | source-list-map "^1.1.1" | 6547 | source-list-map "^2.0.0" |
5993 | source-map "~0.5.3" | 6548 | source-map "~0.5.3" |
5994 | 6549 | ||
5995 | webpack@^2.6.0: | 6550 | webpack@^3.0.0: |
5996 | version "2.6.1" | 6551 | version "3.0.0" |
5997 | resolved "https://registry.yarnpkg.com/webpack/-/webpack-2.6.1.tgz#2e0457f0abb1ac5df3ab106c69c672f236785f07" | 6552 | resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.0.0.tgz#ee9bcebf21247f7153cb410168cab45e3a59d4d7" |
5998 | dependencies: | 6553 | dependencies: |
5999 | acorn "^5.0.0" | 6554 | acorn "^5.0.0" |
6000 | acorn-dynamic-import "^2.0.0" | 6555 | acorn-dynamic-import "^2.0.0" |
6001 | ajv "^4.7.0" | 6556 | ajv "^5.1.5" |
6002 | ajv-keywords "^1.1.1" | 6557 | ajv-keywords "^2.0.0" |
6003 | async "^2.1.2" | 6558 | async "^2.1.2" |
6004 | enhanced-resolve "^3.0.0" | 6559 | enhanced-resolve "^3.0.0" |
6560 | escope "^3.6.0" | ||
6005 | interpret "^1.0.0" | 6561 | interpret "^1.0.0" |
6006 | json-loader "^0.5.4" | 6562 | json-loader "^0.5.4" |
6007 | json5 "^0.5.1" | 6563 | json5 "^0.5.1" |
6008 | loader-runner "^2.3.0" | 6564 | loader-runner "^2.3.0" |
6009 | loader-utils "^0.2.16" | 6565 | loader-utils "^1.1.0" |
6010 | memory-fs "~0.4.1" | 6566 | memory-fs "~0.4.1" |
6011 | mkdirp "~0.5.0" | 6567 | mkdirp "~0.5.0" |
6012 | node-libs-browser "^2.0.0" | 6568 | node-libs-browser "^2.0.0" |
6013 | source-map "^0.5.3" | 6569 | source-map "^0.5.3" |
6014 | supports-color "^3.1.0" | 6570 | supports-color "^3.1.0" |
6015 | tapable "~0.2.5" | 6571 | tapable "~0.2.5" |
6016 | uglify-js "^2.8.27" | 6572 | uglifyjs-webpack-plugin "^0.4.4" |
6017 | watchpack "^1.3.1" | 6573 | watchpack "^1.3.1" |
6018 | webpack-sources "^0.2.3" | 6574 | webpack-sources "^1.0.1" |
6019 | yargs "^6.0.0" | 6575 | yargs "^6.0.0" |
6020 | 6576 | ||
6021 | websocket-driver@>=0.5.1: | 6577 | websocket-driver@>=0.5.1: |