Skip to content

Commit 2135cd7

Browse files
build(deps): bump antd from 5.19.0 to 5.24.2 in /web/web (#6559)
Bumps [antd](https://github.com/ant-design/ant-design) from 5.19.0 to 5.24.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ant-design/ant-design/releases">antd's releases</a>.</em></p> <blockquote> <h2>5.24.2</h2> <ul> <li>Input <ul> <li>🐞 Fix Input with component token <code>inputFontSize</code> breaks the height of <code>controlHeight</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/52865">#52865</a> <a href="https://github.com/zombieJ"><code>@​zombieJ</code></a></li> <li>🐞 Fix Input.Search has a border that is not aligned with the bottom of the search button when configure <code>variable</code> as <code>underlined</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/52861">#52861</a> <a href="https://github.com/ustcfury"><code>@​ustcfury</code></a></li> <li>🛠 Improve Input.OTP logic for create default state. <a href="https://redirect.github.com/ant-design/ant-design/pull/52878">#52878</a> <a href="https://github.com/Dandelion-F"><code>@​Dandelion-F</code></a></li> <li>🛠 Improve Input.OTP implementation for render separator. <a href="https://redirect.github.com/ant-design/ant-design/pull/52841">#52841</a> <a href="https://github.com/li-jia-nan"><code>@​li-jia-nan</code></a></li> </ul> </li> <li>Watermark <ul> <li>🐞 Fix Watermark may cause page unresponsive when re-rendering. <a href="https://redirect.github.com/ant-design/ant-design/pull/52897">#52897</a> <a href="https://github.com/765477020"><code>@​765477020</code></a></li> <li>🆕 Improve Watermark rendering logic to avoid disable it via developer tools and <code>hidden</code> attribute. <a href="https://redirect.github.com/ant-design/ant-design/pull/52891">#52891</a> <a href="https://github.com/arronlai"><code>@​arronlai</code></a></li> </ul> </li> <li>🐞 Fix DatePicker.RangePicker arrow position not correctly when sometime reopened. <a href="https://redirect.github.com/ant-design/ant-design/pull/52854">#52854</a> <a href="https://github.com/zombieJ"><code>@​zombieJ</code></a></li> <li>🐞 Fix Layout.Sider content overflow issue when <code>collapsedWidth={0}</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/52862">#52862</a> <a href="https://github.com/afc163"><code>@​afc163</code></a></li> <li>🛠 Refactor Grid internal useBreakpoint logic to be same as other component, this will not affect usage. <a href="https://redirect.github.com/ant-design/ant-design/pull/52870">#52870</a> <a href="https://github.com/zombieJ"><code>@​zombieJ</code></a></li> <li>💄 Fix Button styles for hyperlink mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/52888">#52888</a> <a href="https://github.com/DDDDD12138"><code>@​DDDDD12138</code></a></li> <li>💄 Fix Table sortable column headers could not wrap automatically. <a href="https://redirect.github.com/ant-design/ant-design/pull/52899">#52899</a> <a href="https://github.com/765477020"><code>@​765477020</code></a></li> <li>⚡️ Improve Menu re-rendering performance when pass function to <code>expandIcon</code> property. <a href="https://redirect.github.com/ant-design/ant-design/pull/52863">#52863</a> <a href="https://github.com/wanpan11"><code>@​wanpan11</code></a></li> <li>⚡️ Improve Carousel indicator animation performance. <a href="https://redirect.github.com/ant-design/ant-design/pull/52881">#52881</a> <a href="https://github.com/li-jia-nan"><code>@​li-jia-nan</code></a></li> <li>RTL <ul> <li>💄 Fix DatePicker wrong icon direction for RTL mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/52896">#52896</a> <a href="https://github.com/li-jia-nan"><code>@​li-jia-nan</code></a></li> <li>💄 Fix Dropdown wrong arrow direction of multi-level menu for RTL mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/52885">#52885</a> <a href="https://github.com/yellowryan"><code>@​yellowryan</code></a></li> </ul> </li> </ul> <hr /> <ul> <li>Input <ul> <li>🐞 修复 Input 配置 <code>inputFontSize</code> component token 时,<code>controlHeight</code> 会不生效的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/52865">#52865</a> <a href="https://github.com/zombieJ"><code>@​zombieJ</code></a></li> <li>🐞 修复 Input.Search 在设置 <code>variant</code> 为 <code>underlined</code> 时下边框与搜索按钮底部没对齐的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/52861">#52861</a> <a href="https://github.com/ustcfury"><code>@​ustcfury</code></a></li> <li>🛠 优化 Input.OTP 的默认状态创建逻辑。<a href="https://redirect.github.com/ant-design/ant-design/pull/52878">#52878</a> <a href="https://github.com/Dandelion-F"><code>@​Dandelion-F</code></a></li> <li>🛠 优化 Input.OTP 的分隔符渲染实现。<a href="https://redirect.github.com/ant-design/ant-design/pull/52841">#52841</a> <a href="https://github.com/li-jia-nan"><code>@​li-jia-nan</code></a></li> </ul> </li> <li>Watermark <ul> <li>🐞 修复 Watermark 重新渲染时可能导致页面卡死的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/52897">#52897</a> <a href="https://github.com/765477020"><code>@​765477020</code></a></li> <li>🆕 调整 Watermark 渲染逻辑,防止通过开发者工具添加 <code>hidden</code> 属性来去掉水印。<a href="https://redirect.github.com/ant-design/ant-design/pull/52891">#52891</a> <a href="https://github.com/arronlai"><code>@​arronlai</code></a></li> </ul> </li> <li>🐞 修复 DatePicker.RangePicker 在弹层重新打开的时候,有可能出现箭头位置不正确的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/52854">#52854</a> <a href="https://github.com/zombieJ"><code>@​zombieJ</code></a></li> <li>🐞 修复 Layout.Sider 当 <code>collapsedWidth={0}</code> 时的内容溢出的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/52862">#52862</a> <a href="https://github.com/afc163"><code>@​afc163</code></a></li> <li>🛠 重构 Grid 内部响应式逻辑以复用其他组件类似的逻辑,该更新不会于使用上有所变化。<a href="https://redirect.github.com/ant-design/ant-design/pull/52870">#52870</a> <a href="https://github.com/zombieJ"><code>@​zombieJ</code></a></li> <li>💄 修复 Button 超链接模式的样式。<a href="https://redirect.github.com/ant-design/ant-design/pull/52888">#52888</a> <a href="https://github.com/DDDDD12138"><code>@​DDDDD12138</code></a></li> <li>💄 修复 Table 可排序列头不自动换行的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/52899">#52899</a> <a href="https://github.com/765477020"><code>@​765477020</code></a></li> <li>⚡️ 优化 Menu 在 <code>expandIcon</code> 属性传入函数时重新渲染的性能。<a href="https://redirect.github.com/ant-design/ant-design/pull/52863">#52863</a> <a href="https://github.com/wanpan11"><code>@​wanpan11</code></a></li> <li>⚡️ 优化 Carousel 指示器的动画性能。<a href="https://redirect.github.com/ant-design/ant-design/pull/52881">#52881</a> <a href="https://github.com/li-jia-nan"><code>@​li-jia-nan</code></a></li> <li>RTL <ul> <li>💄 修复 DatePicker 在 RTL 模式下图标方向错误的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/52896">#52896</a> <a href="https://github.com/li-jia-nan"><code>@​li-jia-nan</code></a></li> <li>💄 修复 Dropdown 在 RTL 模式下多级菜单箭头方向错误的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/52885">#52885</a> <a href="https://github.com/yellowryan"><code>@​yellowryan</code></a></li> </ul> </li> </ul> <h2>5.24.1</h2> <ul> <li>🐞 Fix Button with <code>color</code> to be <code>primary</code> and <code>variant</code> to be <code>text</code> or <code>link</code> will not use correct color. <a href="https://redirect.github.com/ant-design/ant-design/pull/52812">#52812</a> <a href="https://github.com/zombieJ"><code>@​zombieJ</code></a></li> <li>💄 Fix Input.Group &amp; Input.OTP style issues caused by undefined CSS variables. <a href="https://redirect.github.com/ant-design/ant-design/pull/52799">#52799</a> <a href="https://github.com/afc163"><code>@​afc163</code></a></li> <li>🐞 Fix DatePicker with long content <code>prefix</code> breaks the layout. <a href="https://redirect.github.com/ant-design/ant-design/pull/52776">#52776</a> <a href="https://github.com/guoyunhe"><code>@​guoyunhe</code></a></li> <li>🐞 Fix Table title missing <code>aria-label</code> when sorting. <a href="https://redirect.github.com/ant-design/ant-design/pull/52772">#52772</a> <a href="https://github.com/mellis481"><code>@​mellis481</code></a></li> <li>🐞 Fix Alert.ErrorBoundary type error when used as a JSX component with <code>@types/react@18.x</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/52766">#52766</a> <a href="https://github.com/afc163"><code>@​afc163</code></a></li> <li>💄 Fix Segmented <code>shape</code> not working with <code>size</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/52757">#52757</a> <a href="https://github.com/yellowryan"><code>@​yellowryan</code></a></li> </ul> <hr /> <ul> <li>🐞 修复 Button 配置 <code>color</code> 为 <code>primary</code> 并且 <code>variant</code> 为 <code>text</code> 或 <code>link</code> 时,没有取用正确的色板的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/52812">#52812</a> <a href="https://github.com/zombieJ"><code>@​zombieJ</code></a></li> <li>💄 修复 Input.Group 与 Input.OTP 由于 css 变量未定义导致样式异常的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/52799">#52799</a> <a href="https://github.com/afc163"><code>@​afc163</code></a></li> <li>🐞 修复 DatePicker 的 <code>prefix</code> 内容多时会换行的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/52776">#52776</a> <a href="https://github.com/guoyunhe"><code>@​guoyunhe</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md">antd's changelog</a>.</em></p> <blockquote> <h2>5.24.2</h2> <p><code>2025-02-24</code></p> <ul> <li>Input <ul> <li>🐞 Fix Input with component token <code>inputFontSize</code> breaks the height of <code>controlHeight</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/52865">#52865</a> <a href="https://github.com/zombieJ"><code>@​zombieJ</code></a></li> <li>🐞 Fix Input.Search has a border that is not aligned with the bottom of the search button when configure <code>variable</code> as <code>underlined</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/52861">#52861</a> <a href="https://github.com/ustcfury"><code>@​ustcfury</code></a></li> <li>🛠 Improve Input.OTP logic for create default state. <a href="https://redirect.github.com/ant-design/ant-design/pull/52878">#52878</a> <a href="https://github.com/Dandelion-F"><code>@​Dandelion-F</code></a></li> <li>🛠 Improve Input.OTP implementation for render separator. <a href="https://redirect.github.com/ant-design/ant-design/pull/52841">#52841</a> <a href="https://github.com/li-jia-nan"><code>@​li-jia-nan</code></a></li> </ul> </li> <li>Watermark <ul> <li>🐞 Fix Watermark may cause page unresponsive when re-rendering. <a href="https://redirect.github.com/ant-design/ant-design/pull/52897">#52897</a> <a href="https://github.com/765477020"><code>@​765477020</code></a></li> <li>🆕 Improve Watermark rendering logic to avoid disable it via developer tools and <code>hidden</code> attribute. <a href="https://redirect.github.com/ant-design/ant-design/pull/52891">#52891</a> <a href="https://github.com/arronlai"><code>@​arronlai</code></a></li> </ul> </li> <li>🐞 Fix DatePicker.RangePicker arrow position not correctly when sometime reopened. <a href="https://redirect.github.com/ant-design/ant-design/pull/52854">#52854</a> <a href="https://github.com/zombieJ"><code>@​zombieJ</code></a></li> <li>🐞 Fix Layout.Sider content overflow issue when <code>collapsedWidth={0}</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/52862">#52862</a> <a href="https://github.com/afc163"><code>@​afc163</code></a></li> <li>🛠 Refactor Grid internal useBreakpoint logic to be same as other component, this will not affect usage. <a href="https://redirect.github.com/ant-design/ant-design/pull/52870">#52870</a> <a href="https://github.com/zombieJ"><code>@​zombieJ</code></a></li> <li>💄 Fix Button styles for hyperlink mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/52888">#52888</a> <a href="https://github.com/DDDDD12138"><code>@​DDDDD12138</code></a></li> <li>💄 Fix Table sortable column headers could not wrap automatically. <a href="https://redirect.github.com/ant-design/ant-design/pull/52899">#52899</a> <a href="https://github.com/765477020"><code>@​765477020</code></a></li> <li>⚡️ Improve Menu re-rendering performance when pass function to <code>expandIcon</code> property. <a href="https://redirect.github.com/ant-design/ant-design/pull/52863">#52863</a> <a href="https://github.com/wanpan11"><code>@​wanpan11</code></a></li> <li>⚡️ Improve Carousel indicator animation performance. <a href="https://redirect.github.com/ant-design/ant-design/pull/52881">#52881</a> <a href="https://github.com/li-jia-nan"><code>@​li-jia-nan</code></a></li> <li>RTL <ul> <li>💄 Fix DatePicker wrong icon direction for RTL mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/52896">#52896</a> <a href="https://github.com/li-jia-nan"><code>@​li-jia-nan</code></a></li> <li>💄 Fix Dropdown wrong arrow direction of multi-level menu for RTL mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/52885">#52885</a> <a href="https://github.com/yellowryan"><code>@​yellowryan</code></a></li> </ul> </li> </ul> <h2>5.24.1</h2> <p><code>2025-02-17</code></p> <ul> <li>🐞 Fix Button with <code>color</code> to be <code>primary</code> and <code>variant</code> to be <code>text</code> or <code>link</code> will not use correct color. <a href="https://redirect.github.com/ant-design/ant-design/pull/52812">#52812</a> <a href="https://github.com/zombieJ"><code>@​zombieJ</code></a></li> <li>💄 Fix Input.Group &amp; Input.OTP style issues caused by undefined CSS variables. <a href="https://redirect.github.com/ant-design/ant-design/pull/52799">#52799</a> <a href="https://github.com/afc163"><code>@​afc163</code></a></li> <li>🐞 Fix DatePicker with long content <code>prefix</code> breaks the layout. <a href="https://redirect.github.com/ant-design/ant-design/pull/52776">#52776</a> <a href="https://github.com/guoyunhe"><code>@​guoyunhe</code></a></li> <li>🐞 Fix Table title missing <code>aria-label</code> when sorting. <a href="https://redirect.github.com/ant-design/ant-design/pull/52772">#52772</a> <a href="https://github.com/mellis481"><code>@​mellis481</code></a></li> <li>🐞 Fix Alert.ErrorBoundary type error when used as a JSX component with <code>@types/react@18.x</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/52766">#52766</a> <a href="https://github.com/afc163"><code>@​afc163</code></a></li> <li>💄 Fix Segmented <code>shape</code> not working with <code>size</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/52757">#52757</a> <a href="https://github.com/yellowryan"><code>@​yellowryan</code></a></li> </ul> <h2>5.24.0</h2> <p><code>2025-02-11</code></p> <ul> <li>🆕 Notification support <code>actions</code> prop and deprecated <code>btn</code> prop. <a href="https://redirect.github.com/ant-design/ant-design/pull/52703">#52703</a> <a href="https://github.com/thinkasany"><code>@​thinkasany</code></a></li> <li>🆕 Carousel support show dot duration. <a href="https://redirect.github.com/ant-design/ant-design/pull/52672">#52672</a> <a href="https://github.com/yellowryan"><code>@​yellowryan</code></a></li> <li>🆕 Input.OTP support <code>separator</code> prop. <a href="https://redirect.github.com/ant-design/ant-design/pull/52668">#52668</a> <a href="https://github.com/HaceraI"><code>@​HaceraI</code></a></li> <li>🆕 Descriptions add <code>labelColor</code> component token. <a href="https://redirect.github.com/ant-design/ant-design/pull/52700">#52700</a> <a href="https://github.com/guoyunhe"><code>@​guoyunhe</code></a></li> <li>🆕 Segmented supports <code>shape=&quot;round&quot;</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/52685">#52685</a> <a href="https://github.com/afc163"><code>@​afc163</code></a></li> <li>🆕 ConfigProvider support <code>variant</code> for Card. <a href="https://redirect.github.com/ant-design/ant-design/pull/52552">#52552</a> <a href="https://github.com/thinkasany"><code>@​thinkasany</code></a></li> <li>🆕 Progress/Step supports custom rounding with <code>rounding</code> prop. <a href="https://redirect.github.com/ant-design/ant-design/pull/52017">#52017</a> <a href="https://github.com/yanghoxom"><code>@​yanghoxom</code></a></li> <li>🆕 Divider <code>orientation</code> support <code>start</code> and <code>end</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/52567">#52567</a> <a href="https://github.com/li-jia-nan"><code>@​li-jia-nan</code></a></li> <li>🆕 Add <code>underlined</code> to <code>variant</code> of Input, InputNumber, Mentions, Form, Select, Cascader, TreeSelect, DatePicker and TimePicker. <a href="https://redirect.github.com/ant-design/ant-design/pull/52546">#52546</a> <a href="https://github.com/ustcfury"><code>@​ustcfury</code></a></li> <li>🆕 ConfigProvider support global config of Modal <code>centered</code> . <a href="https://redirect.github.com/ant-design/ant-design/pull/52343">#52343</a> <a href="https://github.com/guoyunhe"><code>@​guoyunhe</code></a></li> <li>🆕 Add <code>label</code> class name for Checkbox and Radio. <a href="https://redirect.github.com/ant-design/ant-design/pull/52322">#52322</a> <a href="https://github.com/guoyunhe"><code>@​guoyunhe</code></a></li> <li>🐞 Fix Tooltip/Popover/Popconfirm/Dropdown misaligned popup positions with custom children in React 19. <a href="https://redirect.github.com/react-component/util/pull/623">react-component/util#623</a> <a href="https://github.com/zombieJ"><code>@​zombieJ</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ant-design/ant-design/commit/d78cd5c48616d779f2ab21515bd5d857a23387d0"><code>d78cd5c</code></a> docs: changelog for 5.24.2 (<a href="https://redirect.github.com/ant-design/ant-design/issues/52935">#52935</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/db284a46e2e566540ecd0132350d6e216c69fcf6"><code>db284a4</code></a> fix Issue52048 Watermark Component Re-render Causes Page Freeze (<a href="https://redirect.github.com/ant-design/ant-design/issues/52897">#52897</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/ea2989831a6a00707a2f90af480104542016ea18"><code>ea29898</code></a> demo: update demo (<a href="https://redirect.github.com/ant-design/ant-design/issues/52924">#52924</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/7134c5d706103bbcc4148a2a7bd0da056dc1e347"><code>7134c5d</code></a> docs: docs update (<a href="https://redirect.github.com/ant-design/ant-design/issues/52918">#52918</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/cf2b6e4542a876098c64d984216f81d26ff44e7d"><code>cf2b6e4</code></a> chore(deps-dev): bump pixelmatch in the dev-dependencies group (<a href="https://redirect.github.com/ant-design/ant-design/issues/52914">#52914</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/8a3c690e77fd97ec15594e116d7ec85a550b790d"><code>8a3c690</code></a> demo(form): correct disabled styles (<a href="https://redirect.github.com/ant-design/ant-design/issues/52912">#52912</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/3b5b2a036cd0bdfff921409b36b568429c2c181a"><code>3b5b2a0</code></a> chore: enable react-scan in development (<a href="https://redirect.github.com/ant-design/ant-design/issues/52910">#52910</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/883b17f30f60fbb5e8b8691ef8afca6c477bd5ae"><code>883b17f</code></a> docs: update App FAQ (<a href="https://redirect.github.com/ant-design/ant-design/issues/52904">#52904</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/18d638473759ee26b9480497aa75fcadf7f5f4df"><code>18d6384</code></a> chore: update version support text (<a href="https://redirect.github.com/ant-design/ant-design/issues/52900">#52900</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/6eebde3ffd4ecdefca5884c65bc9683e3635fd01"><code>6eebde3</code></a> fix(Table):The single word column title does not wrap for sortable column (<a href="https://redirect.github.com/ant-design/ant-design/issues/5">#5</a>...</li> <li>Additional commits viewable in <a href="https://github.com/ant-design/ant-design/compare/5.19.0...5.24.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=antd&package-manager=npm_and_yarn&previous-version=5.19.0&new-version=5.24.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jerry Shao <jerryshao@datastrato.com>
1 parent 2980674 commit 2135cd7

File tree

2 files changed

+331
-306
lines changed

2 files changed

+331
-306
lines changed

web/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@mui/x-data-grid": "^6.20.3",
2828
"@mui/x-tree-view": "^6.17.0",
2929
"@reduxjs/toolkit": "^1.9.7",
30-
"antd": "^5.19.0",
30+
"antd": "^5.24.2",
3131
"axios": "^1.7.4",
3232
"chroma-js": "^2.4.2",
3333
"clsx": "^2.1.1",

0 commit comments

Comments
 (0)