Skip to content

Commit

Permalink
feat: 更新 antd~4.24.7
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Jan 28, 2023
1 parent aedfbaf commit 35ea5ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions __tests__/__snapshots__/BtnLink.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`BtnLink renders correctly 1`] = `
<div>
<a
class="ant-btn"
class="ant-btn ant-btn-default"
href="/"
>
<span>
Expand All @@ -15,7 +15,7 @@ exports[`BtnLink renders correctly 1`] = `

exports[`BtnLink text 1`] = `
<a
class="ant-btn"
class="ant-btn ant-btn-default"
data-testid="foo"
href="/"
>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@mxjs/router": "^0.2.6",
"antd": "~4.17.4",
"antd": "~4.24.7",
"antd-button-color": "^1.0.4",
"miaoxing": "^0.4.6"
},
Expand Down

0 comments on commit 35ea5ea

Please sign in to comment.