|
17 | 17 | dependencies: |
18 | 18 | "@ctrl/tinycolor" "^3.4.0" |
19 | 19 |
|
| 20 | +"@ant-design/colors@^7.0.0": |
| 21 | + version "7.1.0" |
| 22 | + resolved "https://registry.yarnpkg.com/@ant-design/colors/-/colors-7.1.0.tgz#60eadfa2e21871d8948dac5d50b9f056062f8af3" |
| 23 | + integrity sha512-MMoDGWn1y9LdQJQSHiCC20x3uZ3CwQnv9QMz6pCmJOrqdgM9YxsoVVY0wtrdXbmfSgnV0KNk6zi09NAhMR2jvg== |
| 24 | + dependencies: |
| 25 | + "@ctrl/tinycolor" "^3.6.1" |
| 26 | + |
20 | 27 | "@ant-design/icons-svg@^4.3.0": |
21 | 28 | version "4.3.1" |
22 | 29 | resolved "https://registry.yarnpkg.com/@ant-design/icons-svg/-/icons-svg-4.3.1.tgz#4b2f65a17d4d32b526baa6414aca2117382bf8da" |
23 | 30 | integrity sha512-4QBZg8ccyC6LPIRii7A0bZUk3+lEDCLnhB+FVsflGdcWPPmV+j3fire4AwwoqHV/BibgvBmR9ZIo4s867smv+g== |
24 | 31 |
|
25 | | -"@ant-design/ [email protected]", "@ant-design/icons@^4.8.2": |
| 32 | +"@ant-design/icons-svg@^4.4.0": |
| 33 | + version "4.4.2" |
| 34 | + resolved "https://registry.yarnpkg.com/@ant-design/icons-svg/-/icons-svg-4.4.2.tgz#ed2be7fb4d82ac7e1d45a54a5b06d6cecf8be6f6" |
| 35 | + integrity sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA== |
| 36 | + |
| 37 | + |
| 38 | + version "5.5.1" |
| 39 | + resolved "https://registry.yarnpkg.com/@ant-design/icons/-/icons-5.5.1.tgz#4ff57b2a0d3bafae3d990c2781fd857ead36c935" |
| 40 | + integrity sha512-0UrM02MA2iDIgvLatWrj6YTCYe0F/cwXvVE0E2SqGrL7PZireQwgEKTKBisWpZyal5eXZLvuM98kju6YtYne8w== |
| 41 | + dependencies: |
| 42 | + "@ant-design/colors" "^7.0.0" |
| 43 | + "@ant-design/icons-svg" "^4.4.0" |
| 44 | + "@babel/runtime" "^7.24.8" |
| 45 | + classnames "^2.2.6" |
| 46 | + rc-util "^5.31.1" |
| 47 | + |
| 48 | +"@ant-design/icons@^4.8.2": |
26 | 49 | version "4.8.3" |
27 | 50 | resolved "https://registry.yarnpkg.com/@ant-design/icons/-/icons-4.8.3.tgz#41555408ed5e9b0c3d53f3f24fe6a73abfcf4000" |
28 | 51 | integrity sha512-HGlIQZzrEbAhpJR6+IGdzfbPym94Owr6JZkJ2QCCnOkPVIWMO2xgIVcOKnl8YcpijIo39V7l2qQL5fmtw56cMw== |
|
2240 | 2263 | dependencies: |
2241 | 2264 | regenerator-runtime "^0.14.0" |
2242 | 2265 |
|
| 2266 | +"@babel/runtime@^7.24.8": |
| 2267 | + version "7.25.7" |
| 2268 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.7.tgz#7ffb53c37a8f247c8c4d335e89cdf16a2e0d0fb6" |
| 2269 | + integrity sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w== |
| 2270 | + dependencies: |
| 2271 | + regenerator-runtime "^0.14.0" |
| 2272 | + |
2243 | 2273 | "@babel/template@^7.12.13", "@babel/template@^7.12.7", "@babel/template@^7.3.3": |
2244 | 2274 | version "7.12.13" |
2245 | 2275 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327" |
@@ -14599,6 +14629,14 @@ rc-util@^5.25.2, rc-util@^5.27.0, rc-util@^5.32.2, rc-util@^5.36.0, rc-util@^5.3 |
14599 | 14629 | "@babel/runtime" "^7.18.3" |
14600 | 14630 | react-is "^18.2.0" |
14601 | 14631 |
|
| 14632 | +rc-util@^5.31.1: |
| 14633 | + version "5.43.0" |
| 14634 | + resolved "https://registry.yarnpkg.com/rc-util/-/rc-util-5.43.0.tgz#bba91fbef2c3e30ea2c236893746f3e9b05ecc4c" |
| 14635 | + integrity sha512-AzC7KKOXFqAdIBqdGWepL9Xn7cm3vnAmjlHqUnoQaTMZYhM4VlXGLkkHHxj/BZ7Td0+SOPKB4RGPboBVKT9htw== |
| 14636 | + dependencies: |
| 14637 | + "@babel/runtime" "^7.18.3" |
| 14638 | + react-is "^18.2.0" |
| 14639 | + |
14602 | 14640 | rc-virtual-list@^3.2.0: |
14603 | 14641 | version "3.2.6" |
14604 | 14642 | resolved "https://registry.yarnpkg.com/rc-virtual-list/-/rc-virtual-list-3.2.6.tgz#2c92a40f4425e19881b38134d6bd286a11137d2d" |
|
0 commit comments