Skip to content

Commit cc19345

Browse files
renovate[bot]mergify[bot]
authored andcommitted
fix(deps): update dependency antd to v5.21.4
1 parent 660806d commit cc19345

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.3",
31+
"antd": "5.21.4",
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
@@ -182,10 +182,10 @@
182182
dependencies:
183183
"@ctrl/tinycolor" "^3.6.1"
184184

185-
"@ant-design/cssinjs-utils@^1.1.0":
186-
version "1.1.0"
187-
resolved "https://registry.yarnpkg.com/@ant-design/cssinjs-utils/-/cssinjs-utils-1.1.0.tgz#5e85c16c1695e692f550b3e4b156cf70cac0b873"
188-
integrity sha512-E9nOWObXx7Dy7hdyuYlOFaer/LtPO7oyZVxZphh0CYEslr5EmhJPM3WI0Q2RBHRtYg6dSNqeSK73kvZjPN3IMQ==
185+
"@ant-design/cssinjs-utils@^1.1.1":
186+
version "1.1.1"
187+
resolved "https://registry.yarnpkg.com/@ant-design/cssinjs-utils/-/cssinjs-utils-1.1.1.tgz#57abb43671023f937348bd33442862c60ac8e8b2"
188+
integrity sha512-2HAiyGGGnM0es40SxdszeQAU5iWp41wBIInq+ONTCKjlSKOrzQfnw4JDtB8IBmqE6tQaEKwmzTP2LGdt5DSwYQ==
189189
dependencies:
190190
"@ant-design/cssinjs" "^1.21.0"
191191
"@babel/runtime" "^7.23.2"
@@ -3912,14 +3912,14 @@ 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.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==
3915+
antd@5.21.4:
3916+
version "5.21.4"
3917+
resolved "https://registry.yarnpkg.com/antd/-/antd-5.21.4.tgz#c17a732fa26a4af1b21c72d08a92bc01c8f3e4d1"
3918+
integrity sha512-yMpwam1A4/RIIemJK0V3SpMAfgbBEM47OFzEYcEQPDP+B4ZAeviKOLaFFxUt/sxRCMeoALnJEK6Hb6qOqL0hbA==
39193919
dependencies:
39203920
"@ant-design/colors" "^7.1.0"
39213921
"@ant-design/cssinjs" "^1.21.1"
3922-
"@ant-design/cssinjs-utils" "^1.1.0"
3922+
"@ant-design/cssinjs-utils" "^1.1.1"
39233923
"@ant-design/icons" "^5.5.1"
39243924
"@ant-design/react-slick" "~1.1.2"
39253925
"@babel/runtime" "^7.25.6"

0 commit comments

Comments
 (0)