Skip to content

Commit

Permalink
fix(deps): update dependency antd to v4.16.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 27, 2021
1 parent 5dea290 commit 32541a9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@emotion/css": "11.1.3",
"antd": "4.16.8",
"antd": "4.16.9",
"react": "17.0.2",
"react-dom": "17.0.2"
},
Expand Down
32 changes: 21 additions & 11 deletions bundle/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -479,10 +479,10 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0:
dependencies:
color-convert "^2.0.1"

antd@4.16.8:
version "4.16.8"
resolved "https://registry.yarnpkg.com/antd/-/antd-4.16.8.tgz#0a81f846eb6b356159839d18247b713d04b526d6"
integrity sha512-xM1zheIYvS/0x05sM3Yj5cwBu6TjzS7RdwQug1bgbtDAk94dacuFvdLa4PjsvEiG6kz0uNzaaIaDBis7LRH5hA==
antd@4.16.9:
version "4.16.9"
resolved "https://registry.yarnpkg.com/antd/-/antd-4.16.9.tgz#88fb529960704c79a57f011845691fc633438083"
integrity sha512-RKiDvziLQUPWqE2ds/dmxlTKUtFDp0dD6eIbyJEz3bAFO/7z3dVqnuW5GobPlfJPl93HUppuwDmFrHcFjEI/+Q==
dependencies:
"@ant-design/colors" "^6.0.0"
"@ant-design/icons" "^4.6.2"
Expand All @@ -496,7 +496,7 @@ antd@4.16.8:
rc-cascader "~1.4.0"
rc-checkbox "~2.3.0"
rc-collapse "~3.1.0"
rc-dialog "~8.5.1"
rc-dialog "~8.6.0"
rc-drawer "~4.3.0"
rc-dropdown "~3.2.0"
rc-field-form "~1.20.0"
Expand All @@ -516,7 +516,7 @@ antd@4.16.8:
rc-steps "~4.1.0"
rc-switch "~3.2.0"
rc-table "~7.15.1"
rc-tabs "~11.9.1"
rc-tabs "~11.10.0"
rc-textarea "~0.3.0"
rc-tooltip "~5.1.1"
rc-tree "~4.2.1"
Expand Down Expand Up @@ -1059,7 +1059,7 @@ rc-collapse@~3.1.0:
rc-util "^5.2.1"
shallowequal "^1.1.0"

rc-dialog@~8.5.0, rc-dialog@~8.5.1:
rc-dialog@~8.5.0:
version "8.5.2"
resolved "https://registry.yarnpkg.com/rc-dialog/-/rc-dialog-8.5.2.tgz#530e289c25a31c15c85a0e8a4ba3f33414bff418"
integrity sha512-3n4taFcjqhTE9uNuzjB+nPDeqgRBTEGBfe46mb1e7r88DgDo0lL4NnxY/PZ6PJKd2tsCt+RrgF/+YeTvJ/Thsw==
Expand All @@ -1069,6 +1069,16 @@ rc-dialog@~8.5.0, rc-dialog@~8.5.1:
rc-motion "^2.3.0"
rc-util "^5.6.1"

rc-dialog@~8.6.0:
version "8.6.0"
resolved "https://registry.yarnpkg.com/rc-dialog/-/rc-dialog-8.6.0.tgz#3b228dac085de5eed8c6237f31162104687442e7"
integrity sha512-GSbkfqjqxpZC5/zc+8H332+q5l/DKUhpQr0vdX2uDsxo5K0PhvaMEVjyoJUTkZ3+JstEADQji1PVLVb/2bJeOQ==
dependencies:
"@babel/runtime" "^7.10.1"
classnames "^2.2.6"
rc-motion "^2.3.0"
rc-util "^5.6.1"

rc-drawer@~4.3.0:
version "4.3.1"
resolved "https://registry.yarnpkg.com/rc-drawer/-/rc-drawer-4.3.1.tgz#356333a7af01b777abd685c96c2ce62efb44f3f3"
Expand Down Expand Up @@ -1271,10 +1281,10 @@ rc-table@~7.15.1:
rc-util "^5.13.0"
shallowequal "^1.1.0"

rc-tabs@~11.9.1:
version "11.9.1"
resolved "https://registry.yarnpkg.com/rc-tabs/-/rc-tabs-11.9.1.tgz#5b2e74da9a276978c2172ef9a05ae8af14da74cb"
integrity sha512-CLNx3qaWnO8KBWPd+7r52Pfk0MoPyKtlr+2ltWq2I9iqAjd1nZu6iBpQP7wbWBwIomyeFNw/WjHdRN7VcX5Qtw==
rc-tabs@~11.10.0:
version "11.10.0"
resolved "https://registry.yarnpkg.com/rc-tabs/-/rc-tabs-11.10.0.tgz#1ceeb83fabc53f7d7f7f3fa6ec2913e7385788c0"
integrity sha512-gsz7owxhshvWTffvotRQ4vCdgl4mpxDCSUL+2CAKZrOHj/+FTgNT0zQidYdYfDY68027K/Bqa+IobOubQrP6xQ==
dependencies:
"@babel/runtime" "^7.11.2"
classnames "2.x"
Expand Down

0 comments on commit 32541a9

Please sign in to comment.