Skip to content

Commit

Permalink
fix(deps): update dependency antd to v5.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent 4942d75 commit f3f2eed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@docusaurus/theme-live-codeblock": "3.7.0",
"@easyops-cn/docusaurus-search-local": "0.48.4",
"@mdx-js/react": "3.1.0",
"antd": "5.23.1",
"antd": "5.23.2",
"clsx": "2.1.1",
"lint-staged": "15.4.1",
"nodejieba": "3.4.4",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5155,10 +5155,10 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
resolved "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==

antd@5.23.1:
version "5.23.1"
resolved "https://registry.yarnpkg.com/antd/-/antd-5.23.1.tgz#28516bbce6bddc7b61fbccd3d1a7b0a772c54b73"
integrity sha512-rg5xd5LotHw0IRyo/nsiUN/EEV3e+xU4V4UmIb/62hMN9+3APyz1Ohjf17a+fN13jC8sNY1hP1K252SU2Th0xA==
antd@5.23.2:
version "5.23.2"
resolved "https://registry.yarnpkg.com/antd/-/antd-5.23.2.tgz#c052a78b9109b77674760288fae24182fccf0c56"
integrity sha512-h39z/uSeNvF3FtSMytle58s68zQFXJ+XuLm31l6mPBBq99tUSxO9b1Wfnw7b8Q5Mfl4hsXjoz85+/jIRGfYJ5Q==
dependencies:
"@ant-design/colors" "^7.2.0"
"@ant-design/cssinjs" "^1.22.0"
Expand Down Expand Up @@ -5195,7 +5195,7 @@ antd@5.23.1:
rc-rate "~2.13.0"
rc-resize-observer "^1.4.3"
rc-segmented "~2.7.0"
rc-select "~14.16.5"
rc-select "~14.16.6"
rc-slider "~11.1.8"
rc-steps "~6.0.1"
rc-switch "~4.1.0"
Expand Down Expand Up @@ -12456,10 +12456,10 @@ rc-select@~14.16.2:
rc-util "^5.16.1"
rc-virtual-list "^3.5.2"

rc-select@~14.16.5:
version "14.16.5"
resolved "https://registry.yarnpkg.com/rc-select/-/rc-select-14.16.5.tgz#8a8471e235dad690d55d35dc5b31bfffd46c1c32"
integrity sha512-cRls713egTcitJ7WUXhHEf22h3U1OMC8nbw9+HN4Fniew8Xo3avgEDvIeGRwhbiyPNbQR23AwP+tt6KWUcB4IA==
rc-select@~14.16.6:
version "14.16.6"
resolved "https://registry.yarnpkg.com/rc-select/-/rc-select-14.16.6.tgz#1c57a9aa97248b3fd9a830d9bf5df6e9d2ad2c69"
integrity sha512-YPMtRPqfZWOm2XGTbx5/YVr1HT0vn//8QS77At0Gjb3Lv+Lbut0IORJPKLWu1hQ3u4GsA0SrDzs7nI8JG7Zmyg==
dependencies:
"@babel/runtime" "^7.10.1"
"@rc-component/trigger" "^2.1.1"
Expand Down

0 comments on commit f3f2eed

Please sign in to comment.