Skip to content

Commit

Permalink
Merge pull request #645 from oceanbase/dengfuping-dev
Browse files Browse the repository at this point in the history
chore(deps): Upgrade antd from 5.18.3 to 5.19.2
  • Loading branch information
dengfuping authored Jul 19, 2024
2 parents 2da44eb + 0f25e18 commit afd8b29
Show file tree
Hide file tree
Showing 7 changed files with 1,116 additions and 2,550 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@umijs/fabric": "^4.0.1",
"@umijs/test": "^4.2.13",
"@vercel/analytics": "^1.3.1",
"antd": "^5.18.3",
"antd": "^5.19.2",
"antd-style": "^3.6.2",
"antd-token-previewer": "^2.0.8",
"babel-jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@oceanbase/icons": "workspace:^",
"@oceanbase/util": "workspace:^",
"ahooks": "^2.10.14",
"antd": "^5.18.3",
"antd": "^5.19.2",
"classnames": "^2.5.1",
"lodash": "^4.17.21",
"lottie-web": "^5.12.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ exports[`List > hideOnSinglePage could be changed 1`] = `
</div>
</div>
<div
class="ant-list-pagination ant-list-pagination-align-end"
class="ant-list-pagination"
/>
</div>
`;
Expand Down Expand Up @@ -167,7 +167,7 @@ exports[`List > hideOnSinglePage should be false by default 1`] = `
</div>
</div>
<div
class="ant-list-pagination ant-list-pagination-align-end"
class="ant-list-pagination"
>
<ul
class="ant-pagination"
Expand Down Expand Up @@ -333,7 +333,7 @@ exports[`List > render 1`] = `
</div>
</div>
<div
class="ant-list-pagination ant-list-pagination-align-end"
class="ant-list-pagination"
>
<ul
class="ant-pagination"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ exports[`Modal.Progress > render with progress.percent 1`] = `
class="ant-modal-body"
>
<div
aria-valuemax="100"
aria-valuemin="0"
aria-valuenow="60"
class="ant-progress ant-progress-status-normal ant-progress-circle ant-progress-show-info"
role="progressbar"
Expand Down Expand Up @@ -337,6 +339,8 @@ exports[`Modal.Progress > render with progress.status 1`] = `
class="ant-modal-body"
>
<div
aria-valuemax="100"
aria-valuemin="0"
aria-valuenow="0"
class="ant-progress ant-progress-status-exception ant-progress-circle ant-progress-show-info"
role="progressbar"
Expand Down Expand Up @@ -502,6 +506,8 @@ exports[`Modal.Progress > render without description 1`] = `
class="ant-modal-body"
>
<div
aria-valuemax="100"
aria-valuemin="0"
aria-valuenow="0"
class="ant-progress ant-progress-status-normal ant-progress-circle ant-progress-show-info"
role="progressbar"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,9 @@ exports[`Table > default empty should work 1`] = `
width="64"
xmlns="http://www.w3.org/2000/svg"
>
<title>
Simple Empty
</title>
<g
fill="none"
fill-rule="evenodd"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ exports[`PageContainer > extra and footer 1`] = `
</div>
<div
class="ant-picker-active-bar"
style="position: absolute; width: 0px; left: 0px;"
style="position: absolute; width: 0px;"
/>
<span
class="ant-picker-suffix"
Expand Down
Loading

0 comments on commit afd8b29

Please sign in to comment.