Skip to content

Commit 365ce0e

Browse files
fix(deps): update dependency antd to v5.21.3
1 parent cd3a9f0 commit 365ce0e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@docusaurus/theme-live-codeblock": "3.5.2",
2929
"@easyops-cn/docusaurus-search-local": "0.45.0",
3030
"@mdx-js/react": "3.0.1",
31-
"antd": "5.21.2",
31+
"antd": "5.21.3",
3232
"clsx": "2.1.1",
3333
"lint-staged": "15.2.10",
3434
"nodejieba": "3.4.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3912,10 +3912,10 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
39123912
resolved "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
39133913
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
39143914

3915-
antd@5.21.2:
3916-
version "5.21.2"
3917-
resolved "https://registry.yarnpkg.com/antd/-/antd-5.21.2.tgz#6933c508d885d4be8f38b8aec874d0bd96b66600"
3918-
integrity sha512-ZcyykH58xRkNp5oxFqn255VxrjLj6qG6czHJQPoDHqRdR9roSfWQGTiqYVb4Omg77WZHNgu17QrWzvL4Hp6/FA==
3915+
antd@5.21.3:
3916+
version "5.21.3"
3917+
resolved "https://registry.yarnpkg.com/antd/-/antd-5.21.3.tgz#5f451960605d07ea593a1e996e3bf120e525a7f8"
3918+
integrity sha512-Yby3gU6jfuvhNFRPsrHB4Yc/G3LHLNHHy0kShwNmmZf1QTCiW5TmqP3DT5m/NHbJsTgEwJpwo3AaOWo+KQyEjw==
39193919
dependencies:
39203920
"@ant-design/colors" "^7.1.0"
39213921
"@ant-design/cssinjs" "^1.21.1"
@@ -3953,7 +3953,7 @@ antd@5.21.2:
39533953
rc-resize-observer "^1.4.0"
39543954
rc-segmented "~2.5.0"
39553955
rc-select "~14.15.2"
3956-
rc-slider "~11.1.6"
3956+
rc-slider "~11.1.7"
39573957
rc-steps "~6.0.1"
39583958
rc-switch "~4.1.0"
39593959
rc-table "~7.47.5"
@@ -10438,10 +10438,10 @@ rc-select@~14.15.2:
1043810438
rc-util "^5.16.1"
1043910439
rc-virtual-list "^3.5.2"
1044010440

10441-
rc-slider@~11.1.6:
10442-
version "11.1.6"
10443-
resolved "https://registry.yarnpkg.com/rc-slider/-/rc-slider-11.1.6.tgz#7ce762ff76e5ea8f4a54431ebe582df5c498629b"
10444-
integrity sha512-LACAaXM0hi+4x4ErDGZLy7weIQwmBIVbIgPE+eDHiHkyzMvKjWHraCG8/B22Y/tCQUPAsP02wBhKhth7mH2PIw==
10441+
rc-slider@~11.1.7:
10442+
version "11.1.7"
10443+
resolved "https://registry.yarnpkg.com/rc-slider/-/rc-slider-11.1.7.tgz#3de333b1ec84d53a7bda2f816bb4779423628f09"
10444+
integrity sha512-ytYbZei81TX7otdC0QvoYD72XSlxvTihNth5OeZ6PMXyEDq/vHdWFulQmfDGyXK1NwKwSlKgpvINOa88uT5g2A==
1044510445
dependencies:
1044610446
"@babel/runtime" "^7.10.1"
1044710447
classnames "^2.2.5"

0 commit comments

Comments
 (0)