Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Merge #239
Browse files Browse the repository at this point in the history
239: Update dependency antd to v3.6.4 r=magopian a=renovate[bot]

This Pull Request updates dependency [antd](https://github.com/ant-design/ant-design) from `v3.6.3` to `v3.6.4`



<details>
<summary>Release Notes</summary>

### [`v3.6.4`](https://github.com/ant-design/ant-design/releases/3.6.4)
[Compare Source](ant-design/ant-design@3.6.3...3.6.4)
- 🐞 Fixed `Steps` theme `@process-icon-color`. [#&#8203;10973](`ant-design/ant-design#10973)
- 🐞 Fixed style of RangePicker with preset ranges. [#&#8203;10986](`ant-design/ant-design#10986)
- 🐞 Fixed `Dropdown` non-boolean attribute warning. [#&#8203;7798](`ant-design/ant-design#7798)
- TypeScript
  - 🌟 Add `Tree` prop `className` definition. [#&#8203;10950](`ant-design/ant-design#10950)
  - 🌟 Add `Tree` prop `selectable` definition. [3fb478e](ant-design/ant-design@3fb478e)


---


- 🐞 修复 `Steps` 组件的 `@process-icon-color` 样式定义。[#&#8203;10973](`ant-design/ant-design#10973)
- 🐞 修复 `RangePicker` 组件使用预置范围时的样式问题。[#&#8203;10986]
(`ant-design/ant-design#10986)
- 🐞 修复 `Dropdown` 组件可能报出的 `non-boolean attribute` 的警告。[#&#8203;7798](`ant-design/ant-design#7798)
- TypeScript
  - 🌟 给 `Tree` 组件添加 `className` 的定义。[#&#8203;10950](`ant-design/ant-design#10950)
  - 🌟 给 `Tree` 组件添加 `selectable` 的定义。[3fb478e](ant-design/ant-design@3fb478e)

---

</details>




---

This PR has been generated by [Renovate Bot](https://renovatebot.com).

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
bors[bot] and renovate-bot committed Jun 25, 2018
2 parents 2913240 + 5a425c6 commit 699c561
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"private": true,
"homepage": "/",
"dependencies": {
"antd": "3.6.3",
"antd": "3.6.4",
"auth0-js": "9.6.1",
"autobind-decorator": "2.1.0",
"enzyme-adapter-react-16": "1.1.1",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -172,9 +172,9 @@ ansi-styles@^3.0.0, ansi-styles@^3.2.1:
dependencies:
color-convert "^1.9.0"

antd@3.6.3:
version "3.6.3"
resolved "https://registry.yarnpkg.com/antd/-/antd-3.6.3.tgz#29ad00da47b9162a7935672a6c8ba43f45713aff"
antd@3.6.4:
version "3.6.4"
resolved "https://registry.yarnpkg.com/antd/-/antd-3.6.4.tgz#9a664aa2dcf7e027144934373b85395fb30a3373"
dependencies:
array-tree-filter "^2.0.0"
babel-runtime "6.x"
Expand Down

0 comments on commit 699c561

Please sign in to comment.