Skip to content

Commit

Permalink
fix(deps): update dependency antd to v3.22.0 (#2758)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and samouss committed Aug 17, 2019
1 parent e8fe6c5 commit be351e1
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 22 deletions.
2 changes: 1 addition & 1 deletion examples/react/autocomplete/package.json
Expand Up @@ -13,7 +13,7 @@
"react-test-renderer": "16.8.6"
},
"dependencies": {
"antd": "3.21.4",
"antd": "3.22.0",
"lodash": "4.17.15",
"prop-types": "15.6.0",
"react": "16.8.6",
Expand Down
53 changes: 32 additions & 21 deletions examples/react/autocomplete/yarn.lock
Expand Up @@ -1874,10 +1874,10 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
dependencies:
color-convert "^1.9.0"

antd@3.21.4:
version "3.21.4"
resolved "https://registry.yarnpkg.com/antd/-/antd-3.21.4.tgz#6e5e8c6edde25ddce0aa1c666f0d6ef8d04e821e"
integrity sha512-ZtX2UAEewrWUepl4sT6TeJw91A98bgl4VGTjRIKfwzNW1GKGKKf4iI9bA6oCyMt/C4QEFsSsmkBwfBqT+N+Xzg==
antd@3.22.0:
version "3.22.0"
resolved "https://registry.yarnpkg.com/antd/-/antd-3.22.0.tgz#07828fddd40db3516e92868b5e4689215c67a197"
integrity sha512-6hqsmPmUU9xYWtbNlgudmVYTFHw5hQY2AKP+68CWY6Q4LGtEuUEgl0d/bkRdrjnVsHXsH4ua4+Nic+TfqU8WLw==
dependencies:
"@ant-design/create-react-context" "^0.2.4"
"@ant-design/icons" "~2.1.1"
Expand Down Expand Up @@ -1906,15 +1906,15 @@ antd@3.21.4:
rc-editor-mention "^1.1.13"
rc-form "^2.4.5"
rc-input-number "~4.4.5"
rc-mentions "~0.3.1"
rc-mentions "~0.4.0"
rc-menu "~7.4.23"
rc-notification "~3.3.1"
rc-pagination "~1.20.5"
rc-progress "~2.5.0"
rc-rate "~2.5.0"
rc-select "~9.2.0"
rc-slider "~8.6.11"
rc-steps "~3.4.1"
rc-steps "~3.5.0"
rc-switch "~1.9.0"
rc-table "~6.7.0"
rc-tabs "~9.6.4"
Expand All @@ -1924,10 +1924,10 @@ antd@3.21.4:
rc-tree-select "~2.9.1"
rc-trigger "^2.6.2"
rc-upload "~2.7.0"
rc-util "^4.6.0"
rc-util "^4.10.0"
react-lazy-load "^3.0.13"
react-lifecycles-compat "^3.0.4"
react-slick "~0.24.0"
react-slick "~0.25.2"
resize-observer-polyfill "^1.5.1"
shallowequal "^1.1.0"
warning "~4.0.3"
Expand Down Expand Up @@ -9402,13 +9402,12 @@ rc-input-number@~4.4.5:
rc-util "^4.5.1"
rmc-feedback "^2.0.0"

rc-mentions@~0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/rc-mentions/-/rc-mentions-0.3.1.tgz#7c54f8fbd2e203c56ff4e0a0191ce4a2c9a88c86"
integrity sha512-fa5dN3IMTahJfAga1nmma9OymK/ZBV/MZfV11h4kjDmCAVETv5EbAlV0mn6Y+JajvXS6n/XFoPUSF+nwK/AeWw==
rc-mentions@~0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/rc-mentions/-/rc-mentions-0.4.0.tgz#483552c088290dbcddd059a0846e9f207ecc3539"
integrity sha512-xnkQBTUFp4llaJuDOLVFKX9ELrXFHk1FuUdIIC/ijQ6cLjDhCUu+jpHNcXWuQ/yIFzF376VlXkmT57iqxSnZzw==
dependencies:
"@ant-design/create-react-context" "^0.2.4"
babel-runtime "^6.23.0"
classnames "^2.2.6"
rc-menu "^7.4.22"
rc-trigger "^2.6.2"
Expand Down Expand Up @@ -9536,10 +9535,10 @@ rc-slider@~8.6.11:
shallowequal "^1.0.1"
warning "^4.0.3"

rc-steps@~3.4.1:
version "3.4.1"
resolved "https://registry.yarnpkg.com/rc-steps/-/rc-steps-3.4.1.tgz#7f7d127dd60f9fa92ece27c06035c9319c5cab8e"
integrity sha512-zdeOFmFqiXlXCQyHet1qrDDbGKZ7OQTrlzn8DP5N6M/WqN7HaYoUDy1fZ+NY2htL5WzzVFQpDRKzjiOiHaSqgw==
rc-steps@~3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/rc-steps/-/rc-steps-3.5.0.tgz#36b2a7f1f49907b0d90363884b18623caf9fb600"
integrity sha512-2Vkkrpa7PZbg7qPsqTNzVDov4u78cmxofjjnIHiGB9+9rqKS8oTLPzbW2uiWDr3Lk+yGwh8rbpGO1E6VAgBCOg==
dependencies:
babel-runtime "^6.23.0"
classnames "^2.2.3"
Expand Down Expand Up @@ -9715,6 +9714,18 @@ rc-util@^4.0.4, rc-util@^4.1.0, rc-util@^4.1.1, rc-util@^4.3.0, rc-util@^4.4.0:
prop-types "^15.5.10"
shallowequal "^0.2.2"

rc-util@^4.10.0:
version "4.10.0"
resolved "https://registry.yarnpkg.com/rc-util/-/rc-util-4.10.0.tgz#25da93c78f996a23998c76922f75d54387c9e9fc"
integrity sha512-bDjf3Yx4rs/777G3TQ3J2Ii8AeEa/z8duR8efBQKH+ShuumtCvWiRA0/iAL2WZNdG3U1z+EIbocNNdcUpsPT7Q==
dependencies:
add-dom-event-listener "^1.1.0"
babel-runtime "6.x"
prop-types "^15.5.10"
react-lifecycles-compat "^3.0.4"
shallowequal "^0.2.2"
warning "^4.0.3"

rc-util@^4.5.0, rc-util@^4.5.1, rc-util@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/rc-util/-/rc-util-4.6.0.tgz#ba33721783192ec4f3afb259e182b04e55deb7f6"
Expand Down Expand Up @@ -9941,10 +9952,10 @@ react-scripts@3.1.1:
optionalDependencies:
fsevents "2.0.7"

react-slick@~0.24.0:
version "0.24.0"
resolved "https://registry.yarnpkg.com/react-slick/-/react-slick-0.24.0.tgz#1a4e078a82de4e9458255d9ce26aa6f3b17b168b"
integrity sha512-Pvo0B74ohumQdYOf0qP+pdQpj9iUbAav7+2qiF3uTc5XeQp/Y/cnIeDBM2tB3txthfSe05jKIqLMJTS6qVvt5g==
react-slick@~0.25.2:
version "0.25.2"
resolved "https://registry.yarnpkg.com/react-slick/-/react-slick-0.25.2.tgz#56331b67d47d8bcfe2dceb6acab1c8fd5bd1f6bc"
integrity sha512-8MNH/NFX/R7zF6W/w+FS5VXNyDusF+XDW1OU0SzODEU7wqYB+ZTGAiNJ++zVNAVqCAHdyCybScaUB+FCZOmBBw==
dependencies:
classnames "^2.2.5"
enquire.js "^2.1.6"
Expand Down

0 comments on commit be351e1

Please sign in to comment.