Skip to content

Commit

Permalink
Update dependency antd to v5.21.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent de49e4d commit c3cbd08
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion hosting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@ant-design/compatible": "5.1.3",
"antd": "5.21.3",
"antd": "5.21.6",
"axios": "1.7.5",
"gatsby": "5.13.7",
"gatsby-image": "3.11.0",
Expand Down
28 changes: 14 additions & 14 deletions hosting/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
resolved "https://registry.npmjs.org/@ant-design/css-animation/-/css-animation-1.7.3.tgz"
integrity sha512-LrX0OGZtW+W6iLnTAqnTaoIsRelYeuLZWsrmBJFUXDALQphPsN8cE5DCsmoSlL0QYb94BQxINiuS70Ar/8BNgA==

"@ant-design/cssinjs-utils@^1.1.0":
version "1.1.0"
resolved "https://registry.npmjs.org/@ant-design/cssinjs-utils/-/cssinjs-utils-1.1.0.tgz"
integrity sha512-E9nOWObXx7Dy7hdyuYlOFaer/LtPO7oyZVxZphh0CYEslr5EmhJPM3WI0Q2RBHRtYg6dSNqeSK73kvZjPN3IMQ==
"@ant-design/cssinjs-utils@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@ant-design/cssinjs-utils/-/cssinjs-utils-1.1.1.tgz#57abb43671023f937348bd33442862c60ac8e8b2"
integrity sha512-2HAiyGGGnM0es40SxdszeQAU5iWp41wBIInq+ONTCKjlSKOrzQfnw4JDtB8IBmqE6tQaEKwmzTP2LGdt5DSwYQ==
dependencies:
"@ant-design/cssinjs" "^1.21.0"
"@babel/runtime" "^7.23.2"
Expand Down Expand Up @@ -3323,14 +3323,14 @@ ansi-styles@^6.1.0:
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz"
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==

antd@5.21.3:
version "5.21.3"
resolved "https://registry.npmjs.org/antd/-/antd-5.21.3.tgz"
integrity sha512-Yby3gU6jfuvhNFRPsrHB4Yc/G3LHLNHHy0kShwNmmZf1QTCiW5TmqP3DT5m/NHbJsTgEwJpwo3AaOWo+KQyEjw==
antd@5.21.6:
version "5.21.6"
resolved "https://registry.yarnpkg.com/antd/-/antd-5.21.6.tgz#60d8eb442f7f8019bab198e30ea5a8d6d224a6ce"
integrity sha512-EviOde/VEu+OsIKH5t6YXTMmmNeg9R85m0W5zXAo+Np8Latg9q10691JvAqOTMpnrRmbdeKUQL1Krp69Bzbe/g==
dependencies:
"@ant-design/colors" "^7.1.0"
"@ant-design/cssinjs" "^1.21.1"
"@ant-design/cssinjs-utils" "^1.1.0"
"@ant-design/cssinjs-utils" "^1.1.1"
"@ant-design/icons" "^5.5.1"
"@ant-design/react-slick" "~1.1.2"
"@babel/runtime" "^7.25.6"
Expand All @@ -3343,7 +3343,7 @@ antd@5.21.3:
classnames "^2.5.1"
copy-to-clipboard "^3.3.3"
dayjs "^1.11.11"
rc-cascader "~3.28.1"
rc-cascader "~3.28.2"
rc-checkbox "~3.3.0"
rc-collapse "~3.8.0"
rc-dialog "~9.6.0"
Expand Down Expand Up @@ -11194,10 +11194,10 @@ rc-animate@^3.1.1:
raf "^3.4.0"
rc-util "^4.15.3"

rc-cascader@~3.28.1:
version "3.28.1"
resolved "https://registry.npmjs.org/rc-cascader/-/rc-cascader-3.28.1.tgz"
integrity sha512-9+8oHIMWVLHxuaapDiqFNmD9KSyKN/P4bo9x/MBuDbyTqP8f2/POmmZxdXWBO3yq/uE3pKyQCXYNUxrNfHRv2A==
rc-cascader@~3.28.2:
version "3.28.2"
resolved "https://registry.yarnpkg.com/rc-cascader/-/rc-cascader-3.28.2.tgz#91720d3498261a7bff9fffc953501a8830f601fb"
integrity sha512-8f+JgM83iLTvjgdkgU7GfI4qY8icXOBP0cGZjOdx2iJAkEe8ucobxDQAVE69UD/c3ehCxZlcgEHeD5hFmypbUw==
dependencies:
"@babel/runtime" "^7.12.5"
array-tree-filter "^2.1.0"
Expand Down

0 comments on commit c3cbd08

Please sign in to comment.