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.23.2 (#2814)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Haroenv committed Sep 10, 2019
1 parent b8a64c8 commit a190410
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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.22.2",
"antd": "3.23.2",
"lodash": "4.17.15",
"prop-types": "15.6.0",
"react": "16.8.6",
Expand Down
18 changes: 9 additions & 9 deletions examples/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.22.2:
version "3.22.2"
resolved "https://registry.yarnpkg.com/antd/-/antd-3.22.2.tgz#ae8279d940decf062a0708880bc4340783b7b270"
integrity sha512-IZz8yMUfi3qvVj0Y/zFMc759yOxzR0ihuCdrCh+3f/MgPVBrKR+u02/eJrDJBiSczrm4Qzb46NaNGQUR0GkxbA==
antd@3.23.2:
version "3.23.2"
resolved "https://registry.yarnpkg.com/antd/-/antd-3.23.2.tgz#6fcbe5b22a932913a33dce0b6b76b4a60c30a403"
integrity sha512-S62EvyxPV0IoFR650qtCjUy2E7nY3JkxTP1t71LER09DTTK4fJGw4wWhalNCjkIHR2hPHWGfu0MSHocov3F4dw==
dependencies:
"@ant-design/create-react-context" "^0.2.4"
"@ant-design/icons" "~2.1.1"
Expand Down Expand Up @@ -1905,7 +1905,7 @@ antd@3.22.2:
rc-dropdown "~2.4.1"
rc-editor-mention "^1.1.13"
rc-form "^2.4.5"
rc-input-number "~4.4.5"
rc-input-number "~4.5.0"
rc-mentions "~0.4.0"
rc-menu "~7.4.23"
rc-notification "~3.3.1"
Expand Down Expand Up @@ -9391,10 +9391,10 @@ rc-hammerjs@~0.6.0:
hammerjs "^2.0.8"
prop-types "^15.5.9"

rc-input-number@~4.4.5:
version "4.4.5"
resolved "https://registry.yarnpkg.com/rc-input-number/-/rc-input-number-4.4.5.tgz#81473d2885a6b312e486c4f2ba3f441c1ab88520"
integrity sha512-Dt20e8Ylc/N/6oXiPUlwDVdx3fz7W5umUOa4z5pBuWFG7NPlBVXRWkq7+nbnTyaK24UxN67PVpmD3+Omo+QRZQ==
rc-input-number@~4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/rc-input-number/-/rc-input-number-4.5.0.tgz#0e1728101fcec2ee0bce4e20bf84c669895c4fb9"
integrity sha512-0igTdXuxVykBB82jafUmhbRVmgtd0FuGSIX4SbrynGNrLDOyze3EUKsZl+LyQ4JMRXLrcuZKJg385880RVLA2w==
dependencies:
babel-runtime "6.x"
classnames "^2.2.0"
Expand Down

0 comments on commit a190410

Please sign in to comment.