Skip to content

Commit

Permalink
chore: bump rc-table from 7.39.0 to 7.40.0 (ant-design#47382)
Browse files Browse the repository at this point in the history
* chore: bump rc-table from 7.39.0 to 7.40.0

* test: update snap
  • Loading branch information
li-jia-nan authored and tanzhenyun committed Mar 29, 2024
1 parent 3102033 commit 2bcb6ab
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1883,7 +1883,7 @@ Array [
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th
Expand Down Expand Up @@ -4368,7 +4368,7 @@ Array [
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell"
/>
<th
Expand Down Expand Up @@ -5667,7 +5667,7 @@ Array [
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -18961,7 +18961,7 @@ Array [
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th
Expand Down Expand Up @@ -19296,7 +19296,7 @@ Array [
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th
Expand Down Expand Up @@ -20282,7 +20282,7 @@ Array [
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th
Expand Down Expand Up @@ -21268,7 +21268,7 @@ Array [
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th
Expand Down Expand Up @@ -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
Expand Down
18 changes: 9 additions & 9 deletions components/table/__tests__/__snapshots__/demo.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1881,7 +1881,7 @@ Array [
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -5105,7 +5105,7 @@ Array [
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -15368,7 +15368,7 @@ Array [
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th
Expand Down Expand Up @@ -15701,7 +15701,7 @@ Array [
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th
Expand Down Expand Up @@ -16360,7 +16360,7 @@ Array [
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th
Expand Down Expand Up @@ -17019,7 +17019,7 @@ Array [
class="ant-table-thead"
>
<tr>
<td
<th
class="ant-table-cell ant-table-row-expand-icon-cell"
/>
<th
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,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",
Expand Down

0 comments on commit 2bcb6ab

Please sign in to comment.