Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
fix(deps): update dependency antd to v3.21.2 (#2738)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and samouss committed Aug 5, 2019
1 parent 39a51a6 commit a7a998a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/autocomplete/package.json
Expand Up @@ -13,7 +13,7 @@
"react-test-renderer": "16.8.6"
},
"dependencies": {
"antd": "3.21.1",
"antd": "3.21.2",
"lodash": "4.17.15",
"prop-types": "15.6.0",
"react": "16.8.6",
Expand Down
8 changes: 4 additions & 4 deletions examples/autocomplete/yarn.lock
Expand Up @@ -1970,10 +1970,10 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
dependencies:
color-convert "^1.9.0"

antd@3.21.1:
version "3.21.1"
resolved "https://registry.yarnpkg.com/antd/-/antd-3.21.1.tgz#6c315011ba8b8a9b942c481c0f8e0d2635d2fe99"
integrity sha512-5PQQHKlxCcG5JloXqmf5hvYHW38El5HGNmIIFIyoKG0hFGmG9qDAYnL7+vO3zXKBi1sxqisMB3e6oQzAUgUozQ==
antd@3.21.2:
version "3.21.2"
resolved "https://registry.yarnpkg.com/antd/-/antd-3.21.2.tgz#83232e12ea0257bc6103cf5a23a716290c863831"
integrity sha512-KwqFhr7UpZGVCB4l7uZj74LgFVGQqdqLULY9QCGgIubiSFcqPl5dzvIz/bIEdqdiYvS72zX+nD0qmQiI5W95kg==
dependencies:
"@ant-design/create-react-context" "^0.2.4"
"@ant-design/icons" "~2.1.1"
Expand Down

0 comments on commit a7a998a

Please sign in to comment.