|
832 | 832 | resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.1.tgz#82d0993d8882bb05e0645fbb4731d9e939e895b3"
|
833 | 833 | integrity sha512-I2EjI9TbEFJNLziNPFfpo64PNanOaK17iL2kTW/jGlGOa4bvHw4VEied83kOEB7NJjXf1KfvmsQ2aEjy3xjiGg==
|
834 | 834 |
|
| 835 | +"@jest/console@^24.7.1": |
| 836 | + version "24.7.1" |
| 837 | + resolved "https://registry.yarnpkg.com/@jest/console/-/console-24.7.1.tgz#32a9e42535a97aedfe037e725bd67e954b459545" |
| 838 | + integrity sha512-iNhtIy2M8bXlAOULWVTUxmnelTLFneTNEkHCgPmgd+zNwy9zVddJ6oS5rZ9iwoscNdT5mMwUd0C51v/fSlzItg== |
| 839 | + dependencies: |
| 840 | + "@jest/source-map" "^24.3.0" |
| 841 | + chalk "^2.0.1" |
| 842 | + slash "^2.0.0" |
| 843 | + |
| 844 | +"@jest/source-map@^24.3.0": |
| 845 | + version "24.3.0" |
| 846 | + resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-24.3.0.tgz#563be3aa4d224caf65ff77edc95cd1ca4da67f28" |
| 847 | + integrity sha512-zALZt1t2ou8le/crCeeiRYzvdnTzaIlpOWaet45lNSqNJUnXbppUUFR4ZUAlzgDmKee4Q5P/tKXypI1RiHwgag== |
| 848 | + dependencies: |
| 849 | + callsites "^3.0.0" |
| 850 | + graceful-fs "^4.1.15" |
| 851 | + source-map "^0.6.0" |
| 852 | + |
| 853 | +"@jest/test-result@^24.8.0": |
| 854 | + version "24.8.0" |
| 855 | + resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-24.8.0.tgz#7675d0aaf9d2484caa65e048d9b467d160f8e9d3" |
| 856 | + integrity sha512-+YdLlxwizlfqkFDh7Mc7ONPQAhA4YylU1s529vVM1rsf67vGZH/2GGm5uO8QzPeVyaVMobCQ7FTxl38QrKRlng== |
| 857 | + dependencies: |
| 858 | + "@jest/console" "^24.7.1" |
| 859 | + "@jest/types" "^24.8.0" |
| 860 | + "@types/istanbul-lib-coverage" "^2.0.0" |
| 861 | + |
| 862 | +"@jest/types@^24.8.0": |
| 863 | + version "24.8.0" |
| 864 | + resolved "https://registry.yarnpkg.com/@jest/types/-/types-24.8.0.tgz#f31e25948c58f0abd8c845ae26fcea1491dea7ad" |
| 865 | + integrity sha512-g17UxVr2YfBtaMUxn9u/4+siG1ptg9IGYAYwvpwn61nBg779RXnjE/m7CxYcIzEt0AbHZZAHSEZNhkE2WxURVg== |
| 866 | + dependencies: |
| 867 | + "@types/istanbul-lib-coverage" "^2.0.0" |
| 868 | + "@types/istanbul-reports" "^1.1.1" |
| 869 | + "@types/yargs" "^12.0.9" |
| 870 | + |
835 | 871 | "@marionebl/sander@^0.6.0":
|
836 | 872 | version "0.6.1"
|
837 | 873 | resolved "https://registry.yarnpkg.com/@marionebl/sander/-/sander-0.6.1.tgz#1958965874f24bc51be48875feb50d642fc41f7b"
|
|
961 | 997 | resolved "https://registry.yarnpkg.com/@types/expect/-/expect-1.20.4.tgz#8288e51737bf7e3ab5d7c77bfa695883745264e5"
|
962 | 998 | integrity sha512-Q5Vn3yjTDyCMV50TB6VRIbQNxSE4OmZR86VSbGaNpfUolm0iePBB4KdEEHmxoY5sT2+2DIvXW0rvMDP2nHZ4Mg==
|
963 | 999 |
|
| 1000 | +"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0": |
| 1001 | + version "2.0.1" |
| 1002 | + resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff" |
| 1003 | + integrity sha512-hRJD2ahnnpLgsj6KWMYSrmXkM3rm2Dl1qkx6IOFD5FnuNPXJIG5L0dhgKXCYTRMGzU4n0wImQ/xfmRc4POUFlg== |
| 1004 | + |
| 1005 | +"@types/istanbul-lib-report@*": |
| 1006 | + version "1.1.1" |
| 1007 | + resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-1.1.1.tgz#e5471e7fa33c61358dd38426189c037a58433b8c" |
| 1008 | + integrity sha512-3BUTyMzbZa2DtDI2BkERNC6jJw2Mr2Y0oGI7mRxYNBPxppbtEK1F66u3bKwU2g+wxwWI7PAoRpJnOY1grJqzHg== |
| 1009 | + dependencies: |
| 1010 | + "@types/istanbul-lib-coverage" "*" |
| 1011 | + |
| 1012 | +"@types/istanbul-reports@^1.1.1": |
| 1013 | + version "1.1.1" |
| 1014 | + resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-1.1.1.tgz#7a8cbf6a406f36c8add871625b278eaf0b0d255a" |
| 1015 | + integrity sha512-UpYjBi8xefVChsCoBpKShdxTllC9pwISirfoZsUa2AAdQg/Jd2KQGtSbw+ya7GPo7x/wAPlH6JBhKhAsXUEZNA== |
| 1016 | + dependencies: |
| 1017 | + "@types/istanbul-lib-coverage" "*" |
| 1018 | + "@types/istanbul-lib-report" "*" |
| 1019 | + |
964 | 1020 |
|
965 | 1021 | version "4.14.135"
|
966 | 1022 | resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.135.tgz#d2607c35dd68f70c2b35ba020c667493dedd8447"
|
|
991 | 1047 | resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-7.0.13.tgz#ca039c23a9e27ebea53e0901ef928ea2a1a6d313"
|
992 | 1048 | integrity sha512-d7c/C/+H/knZ3L8/cxhicHUiTDxdgap0b/aNJfsmLwFu/iOP17mdgbQsbHA3SJmrzsjD0l3UEE5SN4xxuz5ung==
|
993 | 1049 |
|
| 1050 | +"@types/stack-utils@^1.0.1": |
| 1051 | + version "1.0.1" |
| 1052 | + resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e" |
| 1053 | + integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw== |
| 1054 | + |
| 1055 | +"@types/yargs@^12.0.9": |
| 1056 | + version "12.0.12" |
| 1057 | + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-12.0.12.tgz#45dd1d0638e8c8f153e87d296907659296873916" |
| 1058 | + integrity sha512-SOhuU4wNBxhhTHxYaiG5NY4HBhDIDnJF60GU+2LqHAdKKer86//e4yg69aENCtQ04n0ovz+tq2YPME5t5yp4pw== |
| 1059 | + |
994 | 1060 | JSONStream@^1.0.4:
|
995 | 1061 | version "1.3.5"
|
996 | 1062 | resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
|
@@ -2342,10 +2408,10 @@ detect-libc@^1.0.2:
|
2342 | 2408 | resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b"
|
2343 | 2409 | integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=
|
2344 | 2410 |
|
2345 |
| -diff-sequences@^24.0.0: |
2346 |
| - version "24.0.0" |
2347 |
| - resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-24.0.0.tgz#cdf8e27ed20d8b8d3caccb4e0c0d8fe31a173013" |
2348 |
| - integrity sha512-46OkIuVGBBnrC0soO/4LHu5LHGHx0uhP65OVz8XOrAJpqiCB2aVIuESvjI1F9oqebuvY8lekS1pt6TN7vt7qsw== |
| 2411 | +diff-sequences@^24.3.0: |
| 2412 | + version "24.3.0" |
| 2413 | + resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-24.3.0.tgz#0f20e8a1df1abddaf4d9c226680952e64118b975" |
| 2414 | + integrity sha512-xLqpez+Zj9GKSnPWS0WZw1igGocZ+uua8+y+5dDNTT934N3QuY1sp2LkHzwiaYQGz60hMq0pjAshdeXm5VUOEw== |
2349 | 2415 |
|
2350 | 2416 | [email protected], diff@^3.2.0, diff@^3.5.0:
|
2351 | 2417 | version "3.5.0"
|
@@ -2645,16 +2711,17 @@ expand-brackets@^2.1.4:
|
2645 | 2711 | snapdragon "^0.8.1"
|
2646 | 2712 | to-regex "^3.0.1"
|
2647 | 2713 |
|
2648 |
| -expect@^24.1.0: |
2649 |
| - version "24.1.0" |
2650 |
| - resolved "https://registry.yarnpkg.com/expect/-/expect-24.1.0.tgz#88e73301c4c785cde5f16da130ab407bdaf8c0f2" |
2651 |
| - integrity sha512-lVcAPhaYkQcIyMS+F8RVwzbm1jro20IG8OkvxQ6f1JfqhVZyyudCwYogQ7wnktlf14iF3ii7ArIUO/mqvrW9Gw== |
| 2714 | +expect@^24.8.0: |
| 2715 | + version "24.8.0" |
| 2716 | + resolved "https://registry.yarnpkg.com/expect/-/expect-24.8.0.tgz#471f8ec256b7b6129ca2524b2a62f030df38718d" |
| 2717 | + integrity sha512-/zYvP8iMDrzaaxHVa724eJBCKqSHmO0FA7EDkBiRHxg6OipmMn1fN+C8T9L9K8yr7UONkOifu6+LLH+z76CnaA== |
2652 | 2718 | dependencies:
|
| 2719 | + "@jest/types" "^24.8.0" |
2653 | 2720 | ansi-styles "^3.2.0"
|
2654 |
| - jest-get-type "^24.0.0" |
2655 |
| - jest-matcher-utils "^24.0.0" |
2656 |
| - jest-message-util "^24.0.0" |
2657 |
| - jest-regex-util "^24.0.0" |
| 2721 | + jest-get-type "^24.8.0" |
| 2722 | + jest-matcher-utils "^24.8.0" |
| 2723 | + jest-message-util "^24.8.0" |
| 2724 | + jest-regex-util "^24.3.0" |
2658 | 2725 |
|
2659 | 2726 | extend-shallow@^2.0.1:
|
2660 | 2727 | version "2.0.1"
|
@@ -3718,46 +3785,49 @@ istanbul-reports@^2.1.1:
|
3718 | 3785 | dependencies:
|
3719 | 3786 | handlebars "^4.1.2"
|
3720 | 3787 |
|
3721 |
| -jest-diff@^24.0.0: |
3722 |
| - version "24.0.0" |
3723 |
| - resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-24.0.0.tgz#a3e5f573dbac482f7d9513ac9cfa21644d3d6b34" |
3724 |
| - integrity sha512-XY5wMpRaTsuMoU+1/B2zQSKQ9RdE9gsLkGydx3nvApeyPijLA8GtEvIcPwISRCer+VDf9W1mStTYYq6fPt8ryA== |
| 3788 | +jest-diff@^24.8.0: |
| 3789 | + version "24.8.0" |
| 3790 | + resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-24.8.0.tgz#146435e7d1e3ffdf293d53ff97e193f1d1546172" |
| 3791 | + integrity sha512-wxetCEl49zUpJ/bvUmIFjd/o52J+yWcoc5ZyPq4/W1LUKGEhRYDIbP1KcF6t+PvqNrGAFk4/JhtxDq/Nnzs66g== |
3725 | 3792 | dependencies:
|
3726 | 3793 | chalk "^2.0.1"
|
3727 |
| - diff-sequences "^24.0.0" |
3728 |
| - jest-get-type "^24.0.0" |
3729 |
| - pretty-format "^24.0.0" |
| 3794 | + diff-sequences "^24.3.0" |
| 3795 | + jest-get-type "^24.8.0" |
| 3796 | + pretty-format "^24.8.0" |
3730 | 3797 |
|
3731 |
| -jest-get-type@^24.0.0: |
3732 |
| - version "24.0.0" |
3733 |
| - resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-24.0.0.tgz#36e72930b78e33da59a4f63d44d332188278940b" |
3734 |
| - integrity sha512-z6/Eyf6s9ZDGz7eOvl+fzpuJmN9i0KyTt1no37/dHu8galssxz5ZEgnc1KaV8R31q1khxyhB4ui/X5ZjjPk77w== |
| 3798 | +jest-get-type@^24.8.0: |
| 3799 | + version "24.8.0" |
| 3800 | + resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-24.8.0.tgz#a7440de30b651f5a70ea3ed7ff073a32dfe646fc" |
| 3801 | + integrity sha512-RR4fo8jEmMD9zSz2nLbs2j0zvPpk/KCEz3a62jJWbd2ayNo0cb+KFRxPHVhE4ZmgGJEQp0fosmNz84IfqM8cMQ== |
3735 | 3802 |
|
3736 |
| -jest-matcher-utils@^24.0.0: |
3737 |
| - version "24.0.0" |
3738 |
| - resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-24.0.0.tgz#fc9c41cfc49b2c3ec14e576f53d519c37729d579" |
3739 |
| - integrity sha512-LQTDmO+aWRz1Tf9HJg+HlPHhDh1E1c65kVwRFo5mwCVp5aQDzlkz4+vCvXhOKFjitV2f0kMdHxnODrXVoi+rlA== |
| 3803 | +jest-matcher-utils@^24.8.0: |
| 3804 | + version "24.8.0" |
| 3805 | + resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-24.8.0.tgz#2bce42204c9af12bde46f83dc839efe8be832495" |
| 3806 | + integrity sha512-lex1yASY51FvUuHgm0GOVj7DCYEouWSlIYmCW7APSqB9v8mXmKSn5+sWVF0MhuASG0bnYY106/49JU1FZNl5hw== |
3740 | 3807 | dependencies:
|
3741 | 3808 | chalk "^2.0.1"
|
3742 |
| - jest-diff "^24.0.0" |
3743 |
| - jest-get-type "^24.0.0" |
3744 |
| - pretty-format "^24.0.0" |
| 3809 | + jest-diff "^24.8.0" |
| 3810 | + jest-get-type "^24.8.0" |
| 3811 | + pretty-format "^24.8.0" |
3745 | 3812 |
|
3746 |
| -jest-message-util@^24.0.0: |
3747 |
| - version "24.0.0" |
3748 |
| - resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-24.0.0.tgz#a07a141433b2c992dbaec68d4cbfe470ba289619" |
3749 |
| - integrity sha512-J9ROJIwz/IeC+eV1XSwnRK4oAwPuhmxEyYx1+K5UI+pIYwFZDSrfZaiWTdq0d2xYFw4Xiu+0KQWsdsQpgJMf3Q== |
| 3813 | +jest-message-util@^24.8.0: |
| 3814 | + version "24.8.0" |
| 3815 | + resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-24.8.0.tgz#0d6891e72a4beacc0292b638685df42e28d6218b" |
| 3816 | + integrity sha512-p2k71rf/b6ns8btdB0uVdljWo9h0ovpnEe05ZKWceQGfXYr4KkzgKo3PBi8wdnd9OtNh46VpNIJynUn/3MKm1g== |
3750 | 3817 | dependencies:
|
3751 | 3818 | "@babel/code-frame" "^7.0.0"
|
| 3819 | + "@jest/test-result" "^24.8.0" |
| 3820 | + "@jest/types" "^24.8.0" |
| 3821 | + "@types/stack-utils" "^1.0.1" |
3752 | 3822 | chalk "^2.0.1"
|
3753 | 3823 | micromatch "^3.1.10"
|
3754 | 3824 | slash "^2.0.0"
|
3755 | 3825 | stack-utils "^1.0.1"
|
3756 | 3826 |
|
3757 |
| -jest-regex-util@^24.0.0: |
3758 |
| - version "24.0.0" |
3759 |
| - resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-24.0.0.tgz#4feee8ec4a358f5bee0a654e94eb26163cb9089a" |
3760 |
| - integrity sha512-Jv/uOTCuC+PY7WpJl2mpoI+WbY2ut73qwwO9ByJJNwOCwr1qWhEW2Lyi2S9ZewUdJqeVpEBisdEVZSI+Zxo58Q== |
| 3827 | +jest-regex-util@^24.3.0: |
| 3828 | + version "24.3.0" |
| 3829 | + resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-24.3.0.tgz#d5a65f60be1ae3e310d5214a0307581995227b36" |
| 3830 | + integrity sha512-tXQR1NEOyGlfylyEjg1ImtScwMq8Oh3iJbGTjN7p0J23EuVX1MA8rwU69K4sLbCmwzgCUbVkm0FkSF9TdzOhtg== |
3761 | 3831 |
|
3762 | 3832 | js-beautify@^1.7.5:
|
3763 | 3833 | version "1.8.8"
|
@@ -5485,13 +5555,15 @@ prettier@^1.18.2:
|
5485 | 5555 | resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
|
5486 | 5556 | integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==
|
5487 | 5557 |
|
5488 |
| -pretty-format@^24.0.0: |
5489 |
| - version "24.0.0" |
5490 |
| - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-24.0.0.tgz#cb6599fd73ac088e37ed682f61291e4678f48591" |
5491 |
| - integrity sha512-LszZaKG665djUcqg5ZQq+XzezHLKrxsA86ZABTozp+oNhkdqa+tG2dX4qa6ERl5c/sRDrAa3lHmwnvKoP+OG/g== |
| 5558 | +pretty-format@^24.8.0: |
| 5559 | + version "24.8.0" |
| 5560 | + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-24.8.0.tgz#8dae7044f58db7cb8be245383b565a963e3c27f2" |
| 5561 | + integrity sha512-P952T7dkrDEplsR+TuY7q3VXDae5Sr7zmQb12JU/NDQa/3CH7/QW0yvqLcGN6jL+zQFKaoJcPc+yJxMTGmosqw== |
5492 | 5562 | dependencies:
|
| 5563 | + "@jest/types" "^24.8.0" |
5493 | 5564 | ansi-regex "^4.0.0"
|
5494 | 5565 | ansi-styles "^3.2.0"
|
| 5566 | + react-is "^16.8.4" |
5495 | 5567 |
|
5496 | 5568 | private@^0.1.6:
|
5497 | 5569 | version "0.1.8"
|
@@ -5622,6 +5694,11 @@ rc@^1.2.7:
|
5622 | 5694 | minimist "^1.2.0"
|
5623 | 5695 | strip-json-comments "~2.0.1"
|
5624 | 5696 |
|
| 5697 | +react-is@^16.8.4: |
| 5698 | + version "16.8.6" |
| 5699 | + resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16" |
| 5700 | + integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA== |
| 5701 | + |
5625 | 5702 | read-pkg-up@^1.0.1:
|
5626 | 5703 | version "1.0.1"
|
5627 | 5704 | resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"
|
|
0 commit comments