|
2879 | 2879 | dependencies:
|
2880 | 2880 | "@types/d3-time" "*"
|
2881 | 2881 |
|
| 2882 | +"@types/d3-scale@^3.2.1": |
| 2883 | + version "3.2.2" |
| 2884 | + resolved "https://registry.yarnpkg.com/@types/d3-scale/-/d3-scale-3.2.2.tgz#5e28d0b1c599328aaec6094219f10a2570be6d74" |
| 2885 | + integrity sha512-qpQe8G02tzUwt9sdWX1h8A/W0Q1+N48wMnYXVOkrzeLUkCfvzJYV9Ee3aORCS4dN4ONRLFmMvaXdziQ29XGLjQ== |
| 2886 | + dependencies: |
| 2887 | + "@types/d3-time" "*" |
| 2888 | + |
2882 | 2889 | "@types/d3-shape@^1.3.1":
|
2883 | 2890 | version "1.3.4"
|
2884 | 2891 | resolved "https://registry.yarnpkg.com/@types/d3-shape/-/d3-shape-1.3.4.tgz#5a6d8c3026ba8e8a1a985bda8da40acfc9b7b079"
|
|
3216 | 3223 | classnames "^2.2.5"
|
3217 | 3224 | prop-types "^15.6.0"
|
3218 | 3225 |
|
| 3226 | +"@visx/axis@1.5.0": |
| 3227 | + version "1.5.0" |
| 3228 | + resolved "https://registry.yarnpkg.com/@visx/axis/-/axis-1.5.0.tgz#da645e24ab484321fda33e35a3052653fe140a96" |
| 3229 | + integrity sha512-POHG9mmRo/tUvEsDEUIITpPf9/bDtm/BPaaVtEj9IemWz0GEJXClGZLUyKzsVYeAfXwB7OuRcfA7cBNyDtrz5A== |
| 3230 | + dependencies: |
| 3231 | + "@types/classnames" "^2.2.9" |
| 3232 | + "@types/react" "*" |
| 3233 | + "@visx/group" "1.0.0" |
| 3234 | + "@visx/point" "1.0.0" |
| 3235 | + "@visx/scale" "1.4.0" |
| 3236 | + "@visx/shape" "1.4.0" |
| 3237 | + "@visx/text" "1.3.0" |
| 3238 | + classnames "^2.2.5" |
| 3239 | + prop-types "^15.6.0" |
| 3240 | + |
3219 | 3241 | "@visx/bounds@1.0.0":
|
3220 | 3242 | version "1.0.0"
|
3221 | 3243 | resolved "https://registry.yarnpkg.com/@visx/bounds/-/bounds-1.0.0.tgz#a54eb43a7ddf1bb7f0cd6bf8bf5f94fa5ec562b8"
|
|
3318 | 3340 | classnames "^2.2.5"
|
3319 | 3341 | prop-types "^15.6.2"
|
3320 | 3342 |
|
| 3343 | +"@visx/grid@1.5.0": |
| 3344 | + version "1.5.0" |
| 3345 | + resolved "https://registry.yarnpkg.com/@visx/grid/-/grid-1.5.0.tgz#d659aa2b8b59e8ca015d9f2d21a7574256c8132e" |
| 3346 | + integrity sha512-kIG25grykTrpYP8EPDqzwIzyqWpWUM3GYfSCovC4HDMMbfu4JRSqF5g/HJCfeOonC2KWE0OWQiadgWqo7jLk4A== |
| 3347 | + dependencies: |
| 3348 | + "@types/classnames" "^2.2.9" |
| 3349 | + "@types/react" "*" |
| 3350 | + "@visx/curve" "1.0.0" |
| 3351 | + "@visx/group" "1.0.0" |
| 3352 | + "@visx/point" "1.0.0" |
| 3353 | + "@visx/scale" "1.4.0" |
| 3354 | + "@visx/shape" "1.4.0" |
| 3355 | + classnames "^2.2.5" |
| 3356 | + prop-types "^15.6.2" |
| 3357 | + |
3321 | 3358 | "@visx/group@1.0.0":
|
3322 | 3359 | version "1.0.0"
|
3323 | 3360 | resolved "https://registry.yarnpkg.com/@visx/group/-/group-1.0.0.tgz#d47ac94abec1d191602a501a4fdf7455dfaad0be"
|
|
3410 | 3447 | resolved "https://registry.yarnpkg.com/@visx/point/-/point-1.0.0.tgz#c93cd540989ded394aab8d56cbdc7ca4891c3dd9"
|
3411 | 3448 | integrity sha512-0L3ILwv6ro0DsQVbA1lo8fo6q3wvIeSTt9C8NarUUkoTNSFZaJtlmvwg2238r8fwwmSv0v9QFBj1hBz4o0bHrg==
|
3412 | 3449 |
|
| 3450 | +"@visx/react-spring@^1.5.0": |
| 3451 | + version "1.5.0" |
| 3452 | + resolved "https://registry.yarnpkg.com/@visx/react-spring/-/react-spring-1.5.0.tgz#7d5b1508f805774b19540f6979459e2c1c00af8c" |
| 3453 | + integrity sha512-vNm1C9Du183mKquS2CQOdzWaYfn1KJDmyM+3/y0BGMtQCagT28r5xLBSXPbICE2t8+5kL+HFP8vZFmHNqFfThQ== |
| 3454 | + dependencies: |
| 3455 | + "@types/classnames" "^2.2.9" |
| 3456 | + "@types/react" "*" |
| 3457 | + "@visx/axis" "1.5.0" |
| 3458 | + "@visx/grid" "1.5.0" |
| 3459 | + "@visx/scale" "1.4.0" |
| 3460 | + "@visx/text" "1.3.0" |
| 3461 | + classnames "^2.2.5" |
| 3462 | + prop-types "^15.6.2" |
| 3463 | + |
3413 | 3464 | "@visx/responsive@1.1.0":
|
3414 | 3465 | version "1.1.0"
|
3415 | 3466 | resolved "https://registry.yarnpkg.com/@visx/responsive/-/responsive-1.1.0.tgz#f3c993ede413c6a13ae7d122229f319c02037e86"
|
|
3433 | 3484 | d3-scale "^3.0.1"
|
3434 | 3485 | d3-time "^1.1.0"
|
3435 | 3486 |
|
| 3487 | +"@visx/scale@1.4.0": |
| 3488 | + version "1.4.0" |
| 3489 | + resolved "https://registry.yarnpkg.com/@visx/scale/-/scale-1.4.0.tgz#16cf4ba63dbc595e446397f5bf262591ffe9efd6" |
| 3490 | + integrity sha512-uNy/hsZCmCtL1hC7rTasMUtf9/faG/QcXNtQioe6VYwtbZxCMR53+yvz3W1oqAW8Y0bslGfKRMzT8T29OjAD/g== |
| 3491 | + dependencies: |
| 3492 | + "@types/d3-interpolate" "^1.3.1" |
| 3493 | + "@types/d3-scale" "^3.2.1" |
| 3494 | + "@types/d3-time" "^1.0.10" |
| 3495 | + d3-interpolate "^1.4.0" |
| 3496 | + d3-scale "^3.2.3" |
| 3497 | + d3-time "^1.1.0" |
| 3498 | + |
3436 | 3499 | "@visx/shape@1.1.0":
|
3437 | 3500 | version "1.1.0"
|
3438 | 3501 | resolved "https://registry.yarnpkg.com/@visx/shape/-/shape-1.1.0.tgz#a0fdcf21a84f6cf6799aa21e24abca8afdd3e282"
|
|
3452 | 3515 | lodash "^4.17.15"
|
3453 | 3516 | prop-types "^15.5.10"
|
3454 | 3517 |
|
| 3518 | +"@visx/shape@1.4.0": |
| 3519 | + version "1.4.0" |
| 3520 | + resolved "https://registry.yarnpkg.com/@visx/shape/-/shape-1.4.0.tgz#a8ab713c7df775db357341618c7c0fdbb813f272" |
| 3521 | + integrity sha512-iTeFGtsidHXoeEyfriwRj7vkgs3BYqXWuDVe/uW4kpn76u7M0LhRCy59ADlufYDn+19qdA/rVPv4oD6nrWMhCw== |
| 3522 | + dependencies: |
| 3523 | + "@types/classnames" "^2.2.9" |
| 3524 | + "@types/d3-path" "^1.0.8" |
| 3525 | + "@types/d3-shape" "^1.3.1" |
| 3526 | + "@types/lodash" "^4.14.146" |
| 3527 | + "@types/react" "*" |
| 3528 | + "@visx/curve" "1.0.0" |
| 3529 | + "@visx/group" "1.0.0" |
| 3530 | + "@visx/scale" "1.4.0" |
| 3531 | + classnames "^2.2.5" |
| 3532 | + d3-path "^1.0.5" |
| 3533 | + d3-shape "^1.2.0" |
| 3534 | + lodash "^4.17.15" |
| 3535 | + prop-types "^15.5.10" |
| 3536 | + |
3455 | 3537 | "@visx/text@1.1.0":
|
3456 | 3538 | version "1.1.0"
|
3457 | 3539 | resolved "https://registry.yarnpkg.com/@visx/text/-/text-1.1.0.tgz#da5a89e00014963e58a5a2150c360a7ea935fb7e"
|
|
3465 | 3547 | prop-types "^15.7.2"
|
3466 | 3548 | reduce-css-calc "^1.3.0"
|
3467 | 3549 |
|
| 3550 | +"@visx/text@1.3.0": |
| 3551 | + version "1.3.0" |
| 3552 | + resolved "https://registry.yarnpkg.com/@visx/text/-/text-1.3.0.tgz#8ad1afe6819b32c3ab903ca85a32011ea4e223a6" |
| 3553 | + integrity sha512-fmFZ1S26DOH6u5ublcY33GmCBMyUufh9Mna8i30YZkS6kk7WO7ZCxMR9fVF71hrZ+rYWLylswXGwzL95LroE8g== |
| 3554 | + dependencies: |
| 3555 | + "@types/classnames" "^2.2.9" |
| 3556 | + "@types/lodash" "^4.14.160" |
| 3557 | + "@types/react" "*" |
| 3558 | + classnames "^2.2.5" |
| 3559 | + lodash "^4.17.20" |
| 3560 | + prop-types "^15.7.2" |
| 3561 | + reduce-css-calc "^1.3.0" |
| 3562 | + |
3468 | 3563 | "@visx/tooltip@1.1.0":
|
3469 | 3564 | version "1.1.0"
|
3470 | 3565 | resolved "https://registry.yarnpkg.com/@visx/tooltip/-/tooltip-1.1.0.tgz#97908379342a3f08e9c09e121134f0ddd17dd0a0"
|
@@ -6051,7 +6146,7 @@ d3-random@^1.0.3:
|
6051 | 6146 | resolved "https://registry.yarnpkg.com/d3-random/-/d3-random-1.1.2.tgz#2833be7c124360bf9e2d3fd4f33847cfe6cab291"
|
6052 | 6147 | integrity sha512-6AK5BNpIFqP+cx/sreKzNjWbwZQCSUatxq+pPRmFIQaWuoD+NrbVWw7YWpHiXpCQ/NanKdtGDuB+VQcZDaEmYQ==
|
6053 | 6148 |
|
6054 |
| -d3-scale@^3.0.1: |
| 6149 | +d3-scale@^3.0.1, d3-scale@^3.2.3: |
6055 | 6150 | version "3.2.3"
|
6056 | 6151 | resolved "https://registry.yarnpkg.com/d3-scale/-/d3-scale-3.2.3.tgz#be380f57f1f61d4ff2e6cbb65a40593a51649cfd"
|
6057 | 6152 | integrity sha512-8E37oWEmEzj57bHcnjPVOBS3n4jqakOeuv1EDdQSiSrYnMCBdMd3nc4HtKk7uia8DUHcY/CGuJ42xxgtEYrX0g==
|
@@ -12206,7 +12301,7 @@ prompts@^2.0.1:
|
12206 | 12301 | kleur "^3.0.3"
|
12207 | 12302 | sisteransi "^1.0.4"
|
12208 | 12303 |
|
12209 |
| -prop-types@^15.5.10, prop-types@^15.5.7, prop-types@^15.7.2: |
| 12304 | +prop-types@^15.5.10, prop-types@^15.5.7, prop-types@^15.5.8, prop-types@^15.7.2: |
12210 | 12305 | version "15.7.2"
|
12211 | 12306 | resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
|
12212 | 12307 | integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
|
@@ -12581,6 +12676,14 @@ react-sizeme@^2.6.7:
|
12581 | 12676 | shallowequal "^1.1.0"
|
12582 | 12677 | throttle-debounce "^2.1.0"
|
12583 | 12678 |
|
| 12679 | +react-spring@^8.0.27: |
| 12680 | + version "8.0.27" |
| 12681 | + resolved "https://registry.yarnpkg.com/react-spring/-/react-spring-8.0.27.tgz#97d4dee677f41e0b2adcb696f3839680a3aa356a" |
| 12682 | + integrity sha512-nDpWBe3ZVezukNRandTeLSPcwwTMjNVu1IDq9qA/AMiUqHuRN4BeSWvKr3eIxxg1vtiYiOLy4FqdfCP5IoP77g== |
| 12683 | + dependencies: |
| 12684 | + "@babel/runtime" "^7.3.1" |
| 12685 | + prop-types "^15.5.8" |
| 12686 | + |
12584 | 12687 | react-syntax-highlighter@^11.0.2:
|
12585 | 12688 | version "11.0.2"
|
12586 | 12689 | resolved "https://registry.yarnpkg.com/react-syntax-highlighter/-/react-syntax-highlighter-11.0.2.tgz#4e3f376e752b20d2f54e4c55652fd663149e4029"
|
|
0 commit comments