chore: bump rc-table from 7.39.0 to 7.40.0 (#47382)

* chore: bump rc-table from 7.39.0 to 7.40.0

* test: update snap
This commit is contained in:
lijianan 2024-02-07 11:44:04 +08:00 committed by GitHub
parent 9bf2b2c0d6
commit 55aae1ed26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 22 additions and 22 deletions

View File

@ -519,7 +519,7 @@ exports[`Table.pagination should not crash when trigger onChange in render 1`] =
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell"
/>
</tr>

View File

@ -35,7 +35,7 @@ exports[`Table.rowSelection fix expand on th left when selection column fixed on
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell ant-table-cell-fix-left"
style="position: sticky; left: 0px;"
/>

View File

@ -137,7 +137,7 @@ exports[`Table rtl render component should be rendered correctly in RTL directio
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell"
/>
</tr>

View File

@ -1883,7 +1883,7 @@ Array [
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th
@ -4368,7 +4368,7 @@ Array [
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell"
/>
<th
@ -5667,7 +5667,7 @@ Array [
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th
@ -9146,7 +9146,7 @@ exports[`renders components/table/demo/expand.tsx extend context correctly 1`] =
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th
@ -18961,7 +18961,7 @@ Array [
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th
@ -19296,7 +19296,7 @@ Array [
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th
@ -20282,7 +20282,7 @@ Array [
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th
@ -21268,7 +21268,7 @@ Array [
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th
@ -22271,7 +22271,7 @@ exports[`renders components/table/demo/order-column.tsx extend context correctly
>
Name
</th>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th

View File

@ -1881,7 +1881,7 @@ Array [
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th
@ -3826,7 +3826,7 @@ exports[`renders components/table/demo/drag-sorting-handler.tsx correctly 1`] =
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell"
/>
<th
@ -5105,7 +5105,7 @@ Array [
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th
@ -7873,7 +7873,7 @@ exports[`renders components/table/demo/expand.tsx correctly 1`] = `
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th
@ -15368,7 +15368,7 @@ Array [
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th
@ -15701,7 +15701,7 @@ Array [
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th
@ -16360,7 +16360,7 @@ Array [
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th
@ -17019,7 +17019,7 @@ Array [
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th
@ -17693,7 +17693,7 @@ exports[`renders components/table/demo/order-column.tsx correctly 1`] = `
>
Name
</th>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th

View File

@ -153,7 +153,7 @@
"rc-slider": "~10.5.0",
"rc-steps": "~6.0.1",
"rc-switch": "~4.1.0",
"rc-table": "~7.39.0",
"rc-table": "~7.40.0",
"rc-tabs": "~14.0.0",
"rc-textarea": "~1.6.3",
"rc-tooltip": "~6.1.3",