Skip to content

Commit

Permalink
fix(deps): update dependency antd to v5.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent 1c51a7f commit a3df5a9
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.5.2",
"@easyops-cn/docusaurus-search-local": "0.44.5",
"@mdx-js/react": "3.0.1",
"antd": "5.21.0",
"antd": "5.21.1",
"clsx": "2.1.1",
"lint-staged": "15.2.10",
"nodejieba": "3.4.2",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3894,10 +3894,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==

[email protected].0:
version "5.21.0"
resolved "https://registry.yarnpkg.com/antd/-/antd-5.21.0.tgz#a1205854f5f5561ccd8dc166ad2bb9c3c3dca86d"
integrity sha512-eoY3LruXq/8MRCXG46O2cwc+Q8HW8Bhc+pWw7loIt6Dn22tLHckxYF/663kn55JTIOVUnJdmJDP9njdJmLXJsQ==
[email protected].1:
version "5.21.1"
resolved "https://registry.yarnpkg.com/antd/-/antd-5.21.1.tgz#56f99cd644d9172c50273c365d4acef6b5f6b42f"
integrity sha512-JBNv11RmZj5npBp77eyHPVp+ona1YcqCNxJF4kJ1CTXvCittqyMyXL+PLN3dXRIIDFQ8NYlf+v/Yn2pHZXXknA==
dependencies:
"@ant-design/colors" "^7.1.0"
"@ant-design/cssinjs" "^1.21.1"
Expand Down Expand Up @@ -3929,7 +3929,7 @@ [email protected]:
rc-motion "^2.9.3"
rc-notification "~5.6.1"
rc-pagination "~4.3.0"
rc-picker "~4.6.14"
rc-picker "~4.6.15"
rc-progress "~4.0.0"
rc-rate "~2.13.0"
rc-resize-observer "^1.4.0"
Expand Down Expand Up @@ -10340,10 +10340,10 @@ rc-pagination@~4.3.0:
classnames "^2.3.2"
rc-util "^5.38.0"

rc-picker@~4.6.14:
version "4.6.14"
resolved "https://registry.yarnpkg.com/rc-picker/-/rc-picker-4.6.14.tgz#86f6836794a593a54b929cfde201f42f02ef85b0"
integrity sha512-7DuTfUFdkxmsNpWQ0TWv6FPGna5e6KKC4nxtx3x9xhumLz7jb3fhlDdWQvqEL6tpt9DOb1+N5j+wB+lDOSS9kg==
rc-picker@~4.6.15:
version "4.6.15"
resolved "https://registry.yarnpkg.com/rc-picker/-/rc-picker-4.6.15.tgz#1531c9c382a295e2d1f1f38440d6678b09cd0468"
integrity sha512-OWZ1yrMie+KN2uEUfYCfS4b2Vu6RC1FWwNI0s+qypsc3wRt7g+peuZKVIzXCTaJwyyZruo80+akPg2+GmyiJjw==
dependencies:
"@babel/runtime" "^7.24.7"
"@rc-component/trigger" "^2.0.0"
Expand Down

0 comments on commit a3df5a9

Please sign in to comment.