diff options
author | Chocobozzz <me@florianbigard.com> | 2019-02-15 15:52:18 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-02-15 15:52:18 +0100 |
commit | 41d713446c2152d47943ddb0c841a9e36ca5a9db (patch) | |
tree | 7b22f6f7ea5652107ef503470d2455c4bb087799 /client/yarn.lock | |
parent | 17036be5bc2f14dc4e66053087e39887599df4de (diff) | |
download | PeerTube-41d713446c2152d47943ddb0c841a9e36ca5a9db.tar.gz PeerTube-41d713446c2152d47943ddb0c841a9e36ca5a9db.tar.zst PeerTube-41d713446c2152d47943ddb0c841a9e36ca5a9db.zip |
Lazy import some modules
Diffstat (limited to 'client/yarn.lock')
-rw-r--r-- | client/yarn.lock | 32 |
1 files changed, 26 insertions, 6 deletions
diff --git a/client/yarn.lock b/client/yarn.lock index 63394e0f7..2d3ade3dd 100644 --- a/client/yarn.lock +++ b/client/yarn.lock | |||
@@ -445,6 +445,13 @@ | |||
445 | resolved "https://registry.yarnpkg.com/@types/jschannel/-/jschannel-1.0.1.tgz#79d582ccf42554c8457230526a3054d018d559f0" | 445 | resolved "https://registry.yarnpkg.com/@types/jschannel/-/jschannel-1.0.1.tgz#79d582ccf42554c8457230526a3054d018d559f0" |
446 | integrity sha512-S34NuOoOOKXbft3f9GDeLKp777ABCGArZaqUWOuu1Xn+1S75Osmk8kCeqmw5x2TuASyjE082DwDAuoaXNIRCTw== | 446 | integrity sha512-S34NuOoOOKXbft3f9GDeLKp777ABCGArZaqUWOuu1Xn+1S75Osmk8kCeqmw5x2TuASyjE082DwDAuoaXNIRCTw== |
447 | 447 | ||
448 | "@types/linkifyjs@^2.1.1": | ||
449 | version "2.1.1" | ||
450 | resolved "https://registry.yarnpkg.com/@types/linkifyjs/-/linkifyjs-2.1.1.tgz#d6902c165f7108ff9293f7145dfb703fee6814c7" | ||
451 | integrity sha512-rTXD/qsdI0aAf1tOtacWaE47K2QLz5C/g7rmB6kYyNuRKWMtStcQjVAM5R/T6kaiR8EVLMwPZ1RqX3aA/CS95g== | ||
452 | dependencies: | ||
453 | "@types/react" "*" | ||
454 | |||
448 | "@types/lodash-es@^4.17.0": | 455 | "@types/lodash-es@^4.17.0": |
449 | version "4.17.1" | 456 | version "4.17.1" |
450 | resolved "https://registry.yarnpkg.com/@types/lodash-es/-/lodash-es-4.17.1.tgz#56745e5411558362aeca31def918f88f725dd29d" | 457 | resolved "https://registry.yarnpkg.com/@types/lodash-es/-/lodash-es-4.17.1.tgz#56745e5411558362aeca31def918f88f725dd29d" |
@@ -500,11 +507,24 @@ | |||
500 | "@types/node" "*" | 507 | "@types/node" "*" |
501 | "@types/parse-torrent-file" "*" | 508 | "@types/parse-torrent-file" "*" |
502 | 509 | ||
510 | "@types/prop-types@*": | ||
511 | version "15.5.9" | ||
512 | resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.5.9.tgz#f2d14df87b0739041bc53a7d75e3d77d726a3ec0" | ||
513 | integrity sha512-Nha5b+jmBI271jdTMwrHiNXM+DvThjHOfyZtMX9kj/c/LUj2xiLHsG/1L3tJ8DjAoQN48cHwUwtqBotjyXaSdQ== | ||
514 | |||
503 | "@types/q@^0.0.32": | 515 | "@types/q@^0.0.32": |
504 | version "0.0.32" | 516 | version "0.0.32" |
505 | resolved "https://registry.yarnpkg.com/@types/q/-/q-0.0.32.tgz#bd284e57c84f1325da702babfc82a5328190c0c5" | 517 | resolved "https://registry.yarnpkg.com/@types/q/-/q-0.0.32.tgz#bd284e57c84f1325da702babfc82a5328190c0c5" |
506 | integrity sha1-vShOV8hPEyXacCur/IKlMoGQwMU= | 518 | integrity sha1-vShOV8hPEyXacCur/IKlMoGQwMU= |
507 | 519 | ||
520 | "@types/react@*": | ||
521 | version "16.8.3" | ||
522 | resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.3.tgz#7b67956f682bea30a5a09b3242c0784ff196c848" | ||
523 | integrity sha512-PjPocAxL9SNLjYMP4dfOShW/rj9FDBJGu3JFRt0zEYf77xfihB6fq8zfDpMrV6s82KnAi7F1OEe5OsQX25Ybdw== | ||
524 | dependencies: | ||
525 | "@types/prop-types" "*" | ||
526 | csstype "^2.2.0" | ||
527 | |||
508 | "@types/sanitize-html@1.18.0": | 528 | "@types/sanitize-html@1.18.0": |
509 | version "1.18.0" | 529 | version "1.18.0" |
510 | resolved "https://registry.yarnpkg.com/@types/sanitize-html/-/sanitize-html-1.18.0.tgz#de5cb560a41308ea8474e93b9d10bbb4050692f5" | 530 | resolved "https://registry.yarnpkg.com/@types/sanitize-html/-/sanitize-html-1.18.0.tgz#de5cb560a41308ea8474e93b9d10bbb4050692f5" |
@@ -2611,6 +2631,11 @@ cssstyle@^1.0.0: | |||
2611 | dependencies: | 2631 | dependencies: |
2612 | cssom "0.3.x" | 2632 | cssom "0.3.x" |
2613 | 2633 | ||
2634 | csstype@^2.2.0: | ||
2635 | version "2.6.2" | ||
2636 | resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.2.tgz#3043d5e065454579afc7478a18de41909c8a2f01" | ||
2637 | integrity sha512-Rl7PvTae0pflc1YtxtKbiSqq20Ts6vpIYOD5WBafl4y123DyHUeLrRdQP66sQW8/6gmX8jrYJLXwNeMqYVJcow== | ||
2638 | |||
2614 | currently-unhandled@^0.4.1: | 2639 | currently-unhandled@^0.4.1: |
2615 | version "0.4.1" | 2640 | version "0.4.1" |
2616 | resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" | 2641 | resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" |
@@ -9927,12 +9952,7 @@ typedarray@^0.0.6: | |||
9927 | resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" | 9952 | resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" |
9928 | integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= | 9953 | integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= |
9929 | 9954 | ||
9930 | typescript@3.1.6: | 9955 | typescript@3.2, typescript@3.2.4: |
9931 | version "3.1.6" | ||
9932 | resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.6.tgz#b6543a83cfc8c2befb3f4c8fba6896f5b0c9be68" | ||
9933 | integrity sha512-tDMYfVtvpb96msS1lDX9MEdHrW4yOuZ4Kdc4Him9oU796XldPYF/t2+uKoX0BBa0hXXwDlqYQbXY5Rzjzc5hBA== | ||
9934 | |||
9935 | typescript@3.2.4: | ||
9936 | version "3.2.4" | 9956 | version "3.2.4" |
9937 | resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.4.tgz#c585cb952912263d915b462726ce244ba510ef3d" | 9957 | resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.4.tgz#c585cb952912263d915b462726ce244ba510ef3d" |
9938 | integrity sha512-0RNDbSdEokBeEAkgNbxJ+BLwSManFy9TeXz8uW+48j/xhEXv1ePME60olyzw2XzUqUBNAYFeJadIqAgNqIACwg== | 9958 | integrity sha512-0RNDbSdEokBeEAkgNbxJ+BLwSManFy9TeXz8uW+48j/xhEXv1ePME60olyzw2XzUqUBNAYFeJadIqAgNqIACwg== |