Skip to content

Commit

Permalink
Update dependency antd to v4.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 29, 2022
1 parent 16f9e05 commit 5281885
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@emotion/core": "11.0.0",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"antd": "4.23.2",
"antd": "4.23.3",
"axios": "0.27.2",
"emotion": "11.0.0",
"formik": "2.2.9",
Expand Down
24 changes: 15 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3299,6 +3299,11 @@
"@babel/runtime" "^7.12.5"
"@testing-library/dom" "^7.28.1"

"@testing-library/user-event@^14.4.2":
version "14.4.3"
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.4.3.tgz#af975e367743fa91989cd666666aec31a8f50591"
integrity sha512-kCUc5MEwaEMakkO5x7aoD+DLi02ehmEM2QCGWvNqAS1dV/fAvORWEjnjsEIvml59M7Y5kCkWN6fCCyPOe8OL6Q==

"@tootallnate/once@1":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
Expand Down Expand Up @@ -4752,16 +4757,17 @@ ansi-to-html@^0.6.11:
dependencies:
entities "^2.0.0"

antd@4.23.2:
version "4.23.2"
resolved "https://registry.yarnpkg.com/antd/-/antd-4.23.2.tgz#6bbd2d4bfb066b501fa606cab0df3bf1e758298e"
integrity sha512-GGOaIUxPg8wl8lGcCJ2U/1Eg5mt0hNb554a0y4mTJa1ijPRCNM8XjUcio4lTMM7M9/fLm9ttKtyxHg4n+JX26A==
antd@4.23.3:
version "4.23.3"
resolved "https://registry.yarnpkg.com/antd/-/antd-4.23.3.tgz#25dd4e2020d9bf2de2f1734eeb48b3b51af2b4b3"
integrity sha512-qkvb9BAlkBRkPyFgjfDgTEiWwyMG85pTrcsfFq2VGUr4NLuCIDIQiAqTjQYk4qJ7iGYghPomrLXkulHUofswWg==
dependencies:
"@ant-design/colors" "^6.0.0"
"@ant-design/icons" "^4.7.0"
"@ant-design/react-slick" "~0.29.1"
"@babel/runtime" "^7.18.3"
"@ctrl/tinycolor" "^3.4.0"
"@testing-library/user-event" "^14.4.2"
classnames "^2.2.6"
copy-to-clipboard "^3.2.0"
lodash "^4.17.21"
Expand All @@ -4776,7 +4782,7 @@ antd@4.23.2:
rc-field-form "~1.27.0"
rc-image "~5.7.0"
rc-input "~0.1.2"
rc-input-number "~7.3.5"
rc-input-number "~7.3.9"
rc-mentions "~1.9.1"
rc-menu "~9.6.3"
rc-motion "^2.6.1"
Expand Down Expand Up @@ -13889,10 +13895,10 @@ rc-image@~5.7.0:
rc-dialog "~8.9.0"
rc-util "^5.0.6"

rc-input-number@~7.3.5:
version "7.3.6"
resolved "https://registry.yarnpkg.com/rc-input-number/-/rc-input-number-7.3.6.tgz#54d66bd3fdaef0abfded4c734a12ac6d9461ebab"
integrity sha512-Se62oMOBn9HwF/gSag+YtAYyKZsjJzEsqmyAJHAnAvPfjZJOu7dLMlQRwBbTtELbKXM/Y5Fztcq8CW2Y9f49qA==
rc-input-number@~7.3.9:
version "7.3.9"
resolved "https://registry.yarnpkg.com/rc-input-number/-/rc-input-number-7.3.9.tgz#bc6560376ea595e3bf8fbd3137711cbc158800b5"
integrity sha512-u0+miS+SATdb6DtssYei2JJ1WuZME+nXaG6XGtR8maNyW5uGDytfDu60OTWLQEb0Anv/AcCzehldV8CKmKyQfA==
dependencies:
"@babel/runtime" "^7.10.1"
classnames "^2.2.5"
Expand Down

0 comments on commit 5281885

Please sign in to comment.