|
2639 | 2639 | "@jridgewell/resolve-uri" "^3.1.0" |
2640 | 2640 | "@jridgewell/sourcemap-codec" "^1.4.14" |
2641 | 2641 |
|
| 2642 | +"@juggle/resize-observer@^3.3.1": |
| 2643 | + version "3.4.0" |
| 2644 | + resolved "https://registry.yarnpkg.com/@juggle/resize-observer/-/resize-observer-3.4.0.tgz#08d6c5e20cf7e4cc02fd181c4b0c225cd31dbb60" |
| 2645 | + integrity sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA== |
| 2646 | + |
2642 | 2647 | "@leichtgewicht/ip-codec@^2.0.1": |
2643 | 2648 | version "2.0.5" |
2644 | 2649 | resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz#4fc56c15c580b9adb7dc3c333a134e540b44bfb1" |
@@ -4086,6 +4091,18 @@ ajv@^8.0.0, ajv@^8.6.0, ajv@^8.6.3, ajv@^8.9.0: |
4086 | 4091 | json-schema-traverse "^1.0.0" |
4087 | 4092 | require-from-string "^2.0.2" |
4088 | 4093 |
|
| 4094 | +allotment@^1.20.4: |
| 4095 | + version "1.20.4" |
| 4096 | + resolved "https://registry.yarnpkg.com/allotment/-/allotment-1.20.4.tgz#91d81f31b461e1ad4c9d89b4cdc85d6b6c30ac0f" |
| 4097 | + integrity sha512-LMM5Xe5nLePFOLAlW/5k3ARqznYGUyNekV4xJrfDKn1jimW3nlZE6hT/Tu0T8s0VgAkr9s2P7+uM0WvJKn5DAw== |
| 4098 | + dependencies: |
| 4099 | + classnames "^2.3.0" |
| 4100 | + eventemitter3 "^5.0.0" |
| 4101 | + lodash.clamp "^4.0.0" |
| 4102 | + lodash.debounce "^4.0.0" |
| 4103 | + lodash.isequal "^4.5.0" |
| 4104 | + use-resize-observer "^9.0.0" |
| 4105 | + |
4089 | 4106 | ansi-colors@^3.0.0: |
4090 | 4107 | version "3.2.4" |
4091 | 4108 | resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf" |
@@ -5253,7 +5270,7 @@ class-utils@^0.3.5: |
5253 | 5270 | isobject "^3.0.0" |
5254 | 5271 | static-extend "^0.1.1" |
5255 | 5272 |
|
5256 | | -classnames@^2.3.2: |
| 5273 | +classnames@^2.3.0, classnames@^2.3.2: |
5257 | 5274 | version "2.5.1" |
5258 | 5275 | resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.5.1.tgz#ba774c614be0f016da105c858e7159eae8e7687b" |
5259 | 5276 | integrity sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow== |
@@ -7316,6 +7333,11 @@ eventemitter3@^4.0.0: |
7316 | 7333 | resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f" |
7317 | 7334 | integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== |
7318 | 7335 |
|
| 7336 | +eventemitter3@^5.0.0: |
| 7337 | + version "5.0.1" |
| 7338 | + resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-5.0.1.tgz#53f5ffd0a492ac800721bb42c66b841de96423c4" |
| 7339 | + integrity sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA== |
| 7340 | + |
7319 | 7341 | events@^3.2.0: |
7320 | 7342 | version "3.3.0" |
7321 | 7343 | resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400" |
@@ -10377,7 +10399,12 @@ lodash-es@^4.17.21: |
10377 | 10399 | resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee" |
10378 | 10400 | integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw== |
10379 | 10401 |
|
10380 | | -lodash.debounce@^4.0.8: |
| 10402 | +lodash.clamp@^4.0.0: |
| 10403 | + version "4.0.3" |
| 10404 | + resolved "https://registry.yarnpkg.com/lodash.clamp/-/lodash.clamp-4.0.3.tgz#5c24bedeeeef0753560dc2b4cb4671f90a6ddfaa" |
| 10405 | + integrity sha512-HvzRFWjtcguTW7yd8NJBshuNaCa8aqNFtnswdT7f/cMd/1YKy5Zzoq4W/Oxvnx9l7aeY258uSdDfM793+eLsVg== |
| 10406 | + |
| 10407 | +lodash.debounce@^4.0.0, lodash.debounce@^4.0.8: |
10381 | 10408 | version "4.0.8" |
10382 | 10409 | resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" |
10383 | 10410 | integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow== |
@@ -12415,7 +12442,7 @@ prompts@^2.0.1, prompts@^2.4.2: |
12415 | 12442 | kleur "^3.0.3" |
12416 | 12443 | sisteransi "^1.0.5" |
12417 | 12444 |
|
12418 | | -prop-types@^15.5.4, prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1: |
| 12445 | +prop-types@^15.6.2, prop-types@^15.8.1: |
12419 | 12446 | version "15.8.1" |
12420 | 12447 | resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5" |
12421 | 12448 | integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg== |
@@ -12647,11 +12674,6 @@ react-is@^19.0.0: |
12647 | 12674 | resolved "https://registry.yarnpkg.com/react-is/-/react-is-19.0.0.tgz#d6669fd389ff022a9684f708cf6fa4962d1fea7a" |
12648 | 12675 | integrity sha512-H91OHcwjZsbq3ClIDHMzBShc1rotbfACdWENsmEf0IFvZ3FgGPtdHMcsv45bQ1hAbgdfiA8SnxTKfDS+x/8m2g== |
12649 | 12676 |
|
12650 | | -react-lifecycles-compat@^3.0.4: |
12651 | | - version "3.0.4" |
12652 | | - resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362" |
12653 | | - integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA== |
12654 | | - |
12655 | 12677 | react-refresh@^0.11.0: |
12656 | 12678 | version "0.11.0" |
12657 | 12679 | resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.11.0.tgz#77198b944733f0f1f1a90e791de4541f9f074046" |
@@ -12712,22 +12734,6 @@ react-scripts@^5.0.1: |
12712 | 12734 | optionalDependencies: |
12713 | 12735 | fsevents "^2.3.2" |
12714 | 12736 |
|
12715 | | -react-split-pane@^0.1.92: |
12716 | | - version "0.1.92" |
12717 | | - resolved "https://registry.yarnpkg.com/react-split-pane/-/react-split-pane-0.1.92.tgz#68242f72138aed95dd5910eeb9d99822c4fc3a41" |
12718 | | - integrity sha512-GfXP1xSzLMcLJI5BM36Vh7GgZBpy+U/X0no+VM3fxayv+p1Jly5HpMofZJraeaMl73b3hvlr+N9zJKvLB/uz9w== |
12719 | | - dependencies: |
12720 | | - prop-types "^15.7.2" |
12721 | | - react-lifecycles-compat "^3.0.4" |
12722 | | - react-style-proptype "^3.2.2" |
12723 | | - |
12724 | | -react-style-proptype@^3.2.2: |
12725 | | - version "3.2.2" |
12726 | | - resolved "https://registry.yarnpkg.com/react-style-proptype/-/react-style-proptype-3.2.2.tgz#d8e998e62ce79ec35b087252b90f19f1c33968a0" |
12727 | | - integrity sha512-ywYLSjNkxKHiZOqNlso9PZByNEY+FTyh3C+7uuziK0xFXu9xzdyfHwg4S9iyiRRoPCR4k2LqaBBsWVmSBwCWYQ== |
12728 | | - dependencies: |
12729 | | - prop-types "^15.5.4" |
12730 | | - |
12731 | 12737 | react-transition-group@^4.4.5: |
12732 | 12738 | version "4.4.5" |
12733 | 12739 | resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.4.5.tgz#e53d4e3f3344da8521489fbef8f2581d42becdd1" |
@@ -15062,6 +15068,13 @@ url@^0.11.0: |
15062 | 15068 | punycode "^1.4.1" |
15063 | 15069 | qs "^6.12.3" |
15064 | 15070 |
|
| 15071 | +use-resize-observer@^9.0.0: |
| 15072 | + version "9.1.0" |
| 15073 | + resolved "https://registry.yarnpkg.com/use-resize-observer/-/use-resize-observer-9.1.0.tgz#14735235cf3268569c1ea468f8a90c5789fc5c6c" |
| 15074 | + integrity sha512-R25VqO9Wb3asSD4eqtcxk8sJalvIOYBqS8MNZlpDSQ4l4xMQxC/J7Id9HoTqPq8FwULIn0PVW+OAqF2dyYbjow== |
| 15075 | + dependencies: |
| 15076 | + "@juggle/resize-observer" "^3.3.1" |
| 15077 | + |
15065 | 15078 | use@^3.1.0: |
15066 | 15079 | version "3.1.1" |
15067 | 15080 | resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" |
|
0 commit comments