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

Commit

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

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



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

### [`v3.7.0`](https://github.com/ant-design/ant-design/releases/3.7.0)
[Compare Source](ant-design/ant-design@3.6.6...3.7.0)
3.7.0 is a heavy update that brings a lot of exciting changes and new features.  
Here are some highlights ✨:
- 🌟 Add drawer component : [Drawer](https://ant.design/components/drawer-cn/). [#&#8203;10791](`https://github.com/ant-design/ant-design/pull/10791`)
- 🌟 Horizontal menu automatically collapses when there is no enough space. [#&#8203;11234](`https://github.com/ant-design/ant-design/pull/11234`)
![demo](https://user-images.githubusercontent.com/1731837/42550555-0fef7878-8505-11e8-9d2f-f708fec66b44.gif)
- 🌟 Add `Tree.DirectoryTree` component as the built-in directory tree. [#&#8203;7749](`https://github.com/ant-design/ant-design/issues/7749`)
Component Fixes / Enhancements:
- Upgrade `rc-tree-select` to `2.0.5` for TreeSelect, refactored to fix the logic of the check.
  - 🌟 Add `autoClearSearchValue` prop to clear the value of search input when multiple select is selected or deselected. [10996](`https://github.com/ant-design/ant-design/issues/10996`)
  - 🌟 Add `searchValue` prop to set the value of search input. [6ff7dd8](ant-design/ant-design@6ff7dd8#diff-1e8e47abbdbe6e12d009aa61619ab22f)
  - 🌟 Add `maxTagCount` prop to set the max count of visible tags. [fb96c9d](ant-design/ant-design@fb96c9d)
  - 🌟 Add `maxTagPlaceholder` prop to set the content when the tag is hidden. [fb96c9d](ant-design/ant-design@fb96c9d)
  - 🌟 Search input now supports case sensitive search. [#&#8203;10990](`https://github.com/ant-design/ant-design/issues/10990`)
  - 🗑 Remove `label` prop and use `title` prop instead in the `treeData`. 
- Upgrade `rc-upload` to `2.5.0` for Upload. 
  - 🌟 Add `directory` prop to support folder uploading. [#&#8203;7315](`https://github.com/ant-design/ant-design/issues/7315`)
  - 🌟 `action` prop supports to be the a function which returns a Promise object. [fd96967](ant-design/ant-design@fd96967)
- Dropdown
  - 🌟 Provide default margin for icon in the menu item. [8e60a59](ant-design/ant-design@8e60a59)
  - 🌟 Be able to adjust the menu position for the trigger mode of `contextMenu` automatically. [16e4260](ant-design/ant-design@16e4260)
- Upgrade `rc-table` to `6.2.2` for Table. [f2fddff](ant-design/ant-design@f2fddff)
  - 🌟 Add `expanded` as the fourth param of `expandedRowRender` prop to get the expanded state of current row. [#&#8203;10379](`https://github.com/ant-design/ant-design/issues/10379`)
  - 🌟 Add the ability to override the filter menu without the fully controlled component. [59cc3a8](ant-design/ant-design@59cc3a8) [@&#8203;chrvadala]
  - 🌟 `filterIcon` prop  supports to be a render function which returns ReactNode. [1af4392](ant-design/ant-design@1af4392)
  - 🐞 Fix the row dislocation problem when the column is fixed. [#&#8203;10392](`https://github.com/ant-design/ant-design/issues/10392`)
- 🌟 Allow to pass `data-*`, `aria-*` and `role-*` props to the inner for Alert. [f0b684d](ant-design/ant-design@f0b684d)
- 🌟 Add `alt` prop for Avatar to set the text when the image is unable to display. [#&#8203;10798](`https://github.com/ant-design/ant-design/pull/10798`)
- 🌟 Allow to pass `data-*`, `aria-*` and `role-*` props to the inner Input for DatePicker. [e63f9d4](ant-design/ant-design@e63f9d4)
- 🌟 Add `event` object as the second param of `onSearch` prop for Input.Search. [#&#8203;11015](`https://github.com/ant-design/ant-design/issues/11015`)
- 🌟 Add `onBreakPoint` prop for Layout.Sider to be the callback function when breakpoint is triggered. [#&#8203;10750](`https://github.com/ant-design/ant-design/pull/10750`) [@&#8203;nuintun]
- 🌟 Add `okButtonProps` prop to set the props of ok button and add `cancelButtonProps` prop to set the props of cancal button for Modal. [#&#8203;10955](`https://github.com/ant-design/ant-design/pull/10955`) [@&#8203;djyde]
- 🌟 Add `strokeColor` prop to set the color of progress bar for Progress. [#&#8203;10725](`https://github.com/ant-design/ant-design/issues/10725`)
- 🌟 Add `buttonStyle` prop whose optional value is `outline` or `solid` to set the Radio.Group style. [60e3cfa](ant-design/ant-design@60e3cfa#diff-c2ee8b5a368a121e9d2cc2661212045d)
- 🌟 Add `setDefaultIndicator` static function to set global indicator for Spin. [#&#8203;10787](`https://github.com/ant-design/ant-design/issues/10787`)
- 🌟 Add `visible` prop to set the visibility for `Tag`. [4ac0277](ant-design/ant-design@4ac0277)
- Upgrade `rc-tree` to `1.12.0` for Tree
  - 🌟 Add `loadedKeys` prop to set the loaded nodes, which usually works with loadData prop. [#&#8203;10666](`https://github.com/ant-design/ant-design/issues/10666`)
  - 🌟 Add `onLoad` prop to be the callback function when all the nodes are loaded. [c488aca](ant-design/ant-design@c488aca)
- 🗑 Deprecate `combobox` value for `Select[mode]` and please replace it with `AutoComplete`. [53046a4](ant-design/ant-design@53046a4)
- 🐞 Cascader adds `fieldNames` and discards the misspelled `filedNames`. [#&#8203;10896](`https://github.com/ant-design/ant-design/issues/10896`)
- 🐞 Fix Timeline dot not working with Tooltip. [0e3b67e](ant-design/ant-design@0e3b67e)
- 🐞 Fix border radius when avatar has custom size. [e1e6523](ant-design/ant-design@e1e6523)
- 🌟 Add `okButtonDisabled` and `cancelButtonDisabled` props to disable ok button and cancel button. [#&#8203;10955](`https://github.com/ant-design/ant-design/pull/10955`)


---


3.7.0是一个重磅更新,带来了很多激动人心的变化和新特性。  
以下是一些亮点✨:
- 🔥 增加抽屉组件 : [`Drawer`](https://ant.design/components/drawer-cn/) [#&#8203;10791](`https://github.com/ant-design/ant-design/pull/10791`)
- 🔥 Menu 增加一个横向菜单在空间不足时溢出部分自动收起的特性。[#&#8203;11234](`https://github.com/ant-design/ant-design/pull/11234`)
![demo](https://user-images.githubusercontent.com/1731837/42550555-0fef7878-8505-11e8-9d2f-f708fec66b44.gif)
- 🔥 新增 `Tree.DirectoryTree` 组件,作为内置的目录树。[#&#8203;7749](`https://github.com/ant-design/ant-design/issues/7749`)
组件修复/功能增强:
- TreeSelect 组件升级 `rc-tree-select` 到 `2.0.5`,进行了重构,修复了 check 的逻辑。
  - 🌟 新增 `autoClearSearchValue` 属性,当多选模式下值被选择,用于自动清空搜索框。[10996](`https://github.com/ant-design/ant-design/issues/10996`)
  - 🌟 新增 `searchValue` 属性,用于设置搜索框的值。[6ff7dd8](ant-design/ant-design@6ff7dd8#diff-1e8e47abbdbe6e12d009aa61619ab22f)
  - 🌟 新增 `maxTagCount` 属性,用于设置显示标签的最大数量。[fb96c9d](ant-design/ant-design@fb96c9d)
  - 🌟 新增 `maxTagPlaceholder` 属性,用于设置标签隐藏时显示的内容。[fb96c9d](ant-design/ant-design@fb96c9d)
  - 🌟 搜索框支持大小写敏感。[#&#8203;10990](`https://github.com/ant-design/ant-design/issues/10990`)
  - 🗑 `treeData` 数据格式中的 `label` 属性被废弃,使用 `title` 属性代替。
- Upload 组件升级 `rc-upload` 到 `2.5.0`
  - 🌟 新增 `directory` 属性,支持上传一个文件夹。[#&#8203;7315](`https://github.com/ant-design/ant-design/issues/7315`)
  - 🌟 `action` 属性支持作为一个返回 `Promise` 对象的函数,使用更加灵活。[fd96967](ant-design/ant-design@fd96967)
- Dropdown 增加新特性,可以做为右键菜单来使用。
  - 🌟 给菜单项的 icon 提供默认的外间距样式。[8e60a59](ant-design/ant-design@8e60a59)
  - 🌟 触发方式为 `contextMenu` 时自动调整菜单的位置。[16e4260](ant-design/ant-design@16e4260)
- Table 组件升级 `rc-table` 到 `6.2.2`。 [f2fddff](ant-design/ant-design@f2fddff)
  - 🌟 新增 `expanded` 作为 `expandedRowRender` 属性函数的第四个参数,用于获取当前行是否展开。[#&#8203;10379](`https://github.com/ant-design/ant-design/issues/10379`)
  - 🌟 新增无须使用完全受控组件也能覆盖筛选菜单的能力。[59cc3a8](ant-design/ant-design@59cc3a8) [@&#8203;chrvadala]
  - 🌟 `filterIcon` 属性支持作为一个返回 `ReactNode` 的函数。[1af4392](ant-design/ant-design@1af4392)
  - 🐞 修复在固定列时导致的行错位的问题。[#&#8203;10392](`https://github.com/ant-design/ant-design/issues/10392`)
  - 🐞 修复在组件中使用 `combobox` 模式的 `Select` 导致的重影问题。[#&#8203;10828](`https://github.com/ant-design/ant-design/issues/10828`)
  - 🐞 修复 components 属性值不能变化的问题。 [c380186](ant-design/ant-design@c380186)
- 🗑 Select 组件废弃了 `combobox` 模式,请使用 `AutoComplete` 组件代替。[53046a4](ant-design/ant-design@53046a4)
- 🌟 Alert 组件允许传递 `data-*`、`aria-*` 和 `role-*` 属性到组件内部。[f0b684d](ant-design/ant-design@f0b684d)
- 🌟 Avatar 组件新增 `alt` 属性,用于设置图像无法显示时的替代文本。[#&#8203;10798](`https://github.com/ant-design/ant-design/pull/10798`)
- 🌟 DatePicker 组件允许传递 `data-*`、`aria-*` 和 `role-*` 属性到组件内部的 `Input`。[e63f9d4](ant-design/ant-design@e63f9d4)
- 🌟 Input.Search 组件新增 `event` 事件对象作为 `onSearch` 属性函数的第二个参数。[#&#8203;11015](`https://github.com/ant-design/ant-design/issues/11015`)
- 🌟 Layout.Sider 组件新增 `onBreakPoint` 属性,用作响应式布局的断点触发时的回调函数。[#&#8203;10750](`https://github.com/ant-design/ant-design/pull/10750`) [@&#8203;nuintun]
- 🌟 Modal 组件新增 `okButtonProps` 和 `cancelButtonProps` 属性,分别用于设置 `取消` 按钮和 `确定` 按钮的属性。[#&#8203;10955](`https://github.com/ant-design/ant-design/pull/10955`) [@&#8203;djyde]
- 🌟 Progress 组件新增 `strokeColor` 属性,用于设置进度条的颜色。[#&#8203;10725](`https://github.com/ant-design/ant-design/issues/10725`)
- 🌟 Radio.Group 组件新增 `buttonStyle` 属性 (可选值 `outline | solid`),用于设置 `RadioButton` 的风格样式。[60e3cfa](ant-design/ant-design@60e3cfa#diff-c2ee8b5a368a121e9d2cc2661212045d)
- 🌟 Spin 组件新增 `setDefaultIndicator` 静态方法,用于设置全局的加载指示符。[#&#8203;10787](`https://github.com/ant-design/ant-design/issues/10787`)
- 🌟 Tag 组件新增 `visible` 属性,用于设置是否显示标签。[4ac0277](ant-design/ant-design@4ac0277)
- Tree 组件升级 `rc-tree` 到 `1.12.0`
  - 🌟 新增 `loadedKeys` 属性,用于设置已经加载的节点,需要配合 `loadData` 使用。[#&#8203;10666](`https://github.com/ant-design/ant-design/issues/10666`)
  - 🌟 新增 `onLoad` 属性,作为节点加载完毕时的回调函数。[c488aca](ant-design/ant-design@c488aca)
- 🌟 增加 `okButtonDisabled` and `cancelButtonDisabled` 属性用于禁用确定和取消按钮。[#&#8203;10955](`https://github.com/ant-design/ant-design/pull/10955`)
- 🌟 Cascader 新增 fieldNames 并废弃拼写错误的 filedNames。 [#&#8203;10896](`https://github.com/ant-design/ant-design/issues/10896`)
- 🐞 修复时间轴不能与`Tooltip`一起使用的问题。  [0e3b67e](ant-design/ant-design@0e3b67e)
- 🐞 修复当 Avata 自定义大小时,圆角不改变的问题。[e1e6523](ant-design/ant-design@e1e6523)

---

</details>




---

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

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
bors[bot] and renovate-bot committed Jul 16, 2018
2 parents 120c4f1 + 3082369 commit c8fae4d
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 49 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/mozilla/delivery-console"
},
"dependencies": {
"antd": "3.6.6",
"antd": "3.7.0",
"auth0-js": "9.6.1",
"autobind-decorator": "2.1.0",
"connected-react-router": "4.3.0",
Expand Down
180 changes: 132 additions & 48 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,15 @@ ansi-styles@^3.0.0, ansi-styles@^3.2.1:
dependencies:
color-convert "^1.9.0"

antd@3.6.6:
version "3.6.6"
resolved "https://registry.yarnpkg.com/antd/-/antd-3.6.6.tgz#fdfb9db5c5f88d29800a1dc6ae650d2776929522"
antd@3.7.0:
version "3.7.0"
resolved "https://registry.yarnpkg.com/antd/-/antd-3.7.0.tgz#e7dfa92ccb9e765e3152600dd5ecf8c31a4c0cab"
dependencies:
array-tree-filter "^2.0.0"
babel-runtime "6.x"
classnames "~2.2.0"
create-react-class "^15.6.0"
create-react-context "^0.2.2"
css-animation "^1.2.5"
dom-closest "^0.2.0"
enquire.js "^2.1.1"
Expand All @@ -184,15 +185,16 @@ [email protected]:
raf "^3.4.0"
rc-animate "^2.4.1"
rc-calendar "~9.6.0"
rc-cascader "~0.13.0"
rc-cascader "~0.14.0"
rc-checkbox "~2.1.5"
rc-collapse "~1.9.0"
rc-dialog "~7.1.0"
rc-dropdown "~2.1.0"
rc-drawer "~1.5.3"
rc-dropdown "~2.2.0"
rc-editor-mention "^1.0.2"
rc-form "^2.1.0"
rc-input-number "~4.0.0"
rc-menu "~7.0.2"
rc-menu "~7.2.2"
rc-notification "~3.1.1"
rc-pagination "~1.16.1"
rc-progress "~2.2.2"
Expand All @@ -201,15 +203,17 @@ [email protected]:
rc-slider "~8.6.0"
rc-steps "~3.1.0"
rc-switch "~1.6.0"
rc-table "~6.1.0"
rc-table "~6.2.2"
rc-tabs "~9.2.0"
rc-time-picker "~3.3.0"
rc-tooltip "~3.7.0"
rc-tree "~1.8.0"
rc-tree-select "~1.12.0"
rc-upload "~2.4.0"
rc-tree "~1.12.0"
rc-tree-select "~2.0.5"
rc-trigger "^2.5.4"
rc-upload "~2.5.0"
rc-util "^4.0.4"
react-lazy-load "^3.0.12"
react-lifecycles-compat "^3.0.4"
react-slick "~0.23.1"
shallowequal "^1.0.1"
warning "~4.0.1"
Expand Down Expand Up @@ -1975,6 +1979,13 @@ [email protected], create-react-class@^15.5.2, create-react-class@^15.5.3,
loose-envify "^1.3.1"
object-assign "^4.1.1"

create-react-context@^0.2.2:
version "0.2.2"
resolved "https://registry.yarnpkg.com/create-react-context/-/create-react-context-0.2.2.tgz#9836542f9aaa22868cd7d4a6f82667df38019dca"
dependencies:
fbjs "^0.8.0"
gud "^1.0.0"

[email protected], cross-spawn@^5.0.1, cross-spawn@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
Expand Down Expand Up @@ -3093,7 +3104,7 @@ fb-watchman@^2.0.0:
dependencies:
bser "^2.0.0"

fbjs@^0.8.15, fbjs@^0.8.16, fbjs@^0.8.9:
fbjs@^0.8.0, fbjs@^0.8.15, fbjs@^0.8.16, fbjs@^0.8.9:
version "0.8.17"
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.17.tgz#c4d598ead6949112653d6588b01a5cdcd9f90fdd"
dependencies:
Expand Down Expand Up @@ -3491,6 +3502,10 @@ growly@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"

gud@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/gud/-/gud-1.0.0.tgz#a489581b17e6a70beca9abe3ae57de7a499852c0"

[email protected]:
version "3.0.0"
resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-3.0.0.tgz#546188e9bdc337f673772f81660464b389dce520"
Expand Down Expand Up @@ -6345,6 +6360,13 @@ [email protected], prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.6, pr
loose-envify "^1.3.1"
object-assign "^4.1.1"

prop-types@^15.5.0:
version "15.6.2"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
dependencies:
loose-envify "^1.3.1"
object-assign "^4.1.1"

proxy-addr@~2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.3.tgz#355f262505a621646b3130a728eb647e22055341"
Expand Down Expand Up @@ -6485,14 +6507,36 @@ rc-align@^2.4.0:
prop-types "^15.5.8"
rc-util "^4.0.4"

[email protected], rc-animate@^2.0.2, rc-animate@^2.3.0, rc-animate@^2.4.1:
rc-align@^2.4.1:
version "2.4.3"
resolved "https://registry.yarnpkg.com/rc-align/-/rc-align-2.4.3.tgz#b9b3c2a6d68adae71a8e1d041cd5e3b2a655f99a"
dependencies:
babel-runtime "^6.26.0"
dom-align "^1.7.0"
prop-types "^15.5.8"
rc-util "^4.0.4"

[email protected], rc-animate@^2.3.0, rc-animate@^2.4.1:
version "2.4.4"
resolved "https://registry.yarnpkg.com/rc-animate/-/rc-animate-2.4.4.tgz#a05a784c747beef140d99ff52b6117711bef4b1e"
dependencies:
babel-runtime "6.x"
css-animation "^1.3.2"
prop-types "15.x"

rc-animate@^3.0.0-rc.1:
version "3.0.0-rc.1"
resolved "https://registry.yarnpkg.com/rc-animate/-/rc-animate-3.0.0-rc.1.tgz#39703e5be6d35c0c50ae53126a6c2424e5ec9405"
dependencies:
babel-runtime "6.x"
classnames "^2.2.5"
component-classes "^1.2.6"
fbjs "^0.8.16"
prop-types "15.x"
raf "^3.4.0"
rc-util "^4.5.0"
react-lifecycles-compat "^3.0.4"

rc-calendar@~9.6.0:
version "9.6.2"
resolved "https://registry.yarnpkg.com/rc-calendar/-/rc-calendar-9.6.2.tgz#c7309db41225f4b8c81d5a1dcbe46d8ce07b6aee"
Expand All @@ -6505,15 +6549,16 @@ rc-calendar@~9.6.0:
rc-trigger "^2.2.0"
rc-util "^4.1.1"

rc-cascader@~0.13.0:
version "0.13.1"
resolved "https://registry.yarnpkg.com/rc-cascader/-/rc-cascader-0.13.1.tgz#157df251c5da734bf134b7a595a9b06446a6db80"
rc-cascader@~0.14.0:
version "0.14.0"
resolved "https://registry.yarnpkg.com/rc-cascader/-/rc-cascader-0.14.0.tgz#a956c99896f10883bf63d46fb894d0cb326842a4"
dependencies:
array-tree-filter "^1.0.0"
prop-types "^15.5.8"
rc-trigger "^2.2.0"
rc-util "^4.0.4"
shallow-equal "^1.0.0"
warning "^4.0.1"

rc-checkbox@~2.1.5:
version "2.1.5"
Expand Down Expand Up @@ -6541,13 +6586,22 @@ rc-dialog@~7.1.0:
rc-animate "2.x"
rc-util "^4.4.0"

rc-dropdown@~2.1.0:
version "2.1.2"
resolved "https://registry.yarnpkg.com/rc-dropdown/-/rc-dropdown-2.1.2.tgz#f99844d2ec17707232f244dda75c8d8a623d0272"
rc-drawer@~1.5.3:
version "1.5.3"
resolved "https://registry.yarnpkg.com/rc-drawer/-/rc-drawer-1.5.3.tgz#0c701f55352017e8e9e967d274313129246f8df2"
dependencies:
babel-runtime "6.x"
classnames "^2.2.5"
prop-types "^15.5.0"
rc-util "^4.5.1"

rc-dropdown@~2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/rc-dropdown/-/rc-dropdown-2.2.0.tgz#a905067666ce73c0ce26cf0980e7b75b46126825"
dependencies:
babel-runtime "^6.26.0"
prop-types "^15.5.8"
rc-trigger "^2.2.2"
rc-trigger "^2.5.1"
react-lifecycles-compat "^3.0.2"

rc-editor-core@~0.8.3:
Expand Down Expand Up @@ -6604,7 +6658,7 @@ rc-input-number@~4.0.0:
prop-types "^15.5.7"
rmc-feedback "^2.0.0"

rc-menu@^7.0.2, rc-menu@~7.0.2:
rc-menu@^7.0.2:
version "7.0.5"
resolved "https://registry.yarnpkg.com/rc-menu/-/rc-menu-7.0.5.tgz#986b65df5ad227aadf399ea374b98d2313802316"
dependencies:
Expand All @@ -6617,6 +6671,20 @@ rc-menu@^7.0.2, rc-menu@~7.0.2:
rc-trigger "^2.3.0"
rc-util "^4.1.0"

rc-menu@~7.2.2:
version "7.2.2"
resolved "https://registry.yarnpkg.com/rc-menu/-/rc-menu-7.2.2.tgz#51fcf34facbdb52c4f6ed0df01e442b5c2ab473f"
dependencies:
babel-runtime "6.x"
classnames "2.x"
dom-scroll-into-view "1.x"
lodash "^4.17.10"
mini-store "^1.1.0"
prop-types "^15.5.6"
rc-animate "2.x"
rc-trigger "^2.3.0"
rc-util "^4.1.0"

rc-notification@~3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/rc-notification/-/rc-notification-3.1.1.tgz#14eac6730db1d59adaf569dad9fe82a2f33cd23a"
Expand Down Expand Up @@ -6695,11 +6763,12 @@ rc-switch@~1.6.0:
classnames "^2.2.1"
prop-types "^15.5.6"

rc-table@~6.1.0:
version "6.1.13"
resolved "https://registry.yarnpkg.com/rc-table/-/rc-table-6.1.13.tgz#89d4a95e27830409e4e0097a4f1ad13625f03334"
rc-table@~6.2.2:
version "6.2.4"
resolved "https://registry.yarnpkg.com/rc-table/-/rc-table-6.2.4.tgz#5c06411105e619385858b7ac208635b6aea21b73"
dependencies:
babel-runtime "6.x"
classnames "^2.2.5"
component-classes "^1.2.6"
lodash "^4.17.5"
mini-store "^1.0.2"
Expand Down Expand Up @@ -6740,32 +6809,24 @@ rc-tooltip@^3.7.0, rc-tooltip@~3.7.0:
prop-types "^15.5.8"
rc-trigger "^2.2.2"

rc-tree-select@~1.12.0:
version "1.12.13"
resolved "https://registry.yarnpkg.com/rc-tree-select/-/rc-tree-select-1.12.13.tgz#3bf5684a3e38fbfbf8cc149d4f4a5d62f5ef0d47"
rc-tree-select@~2.0.5:
version "2.0.6"
resolved "https://registry.yarnpkg.com/rc-tree-select/-/rc-tree-select-2.0.6.tgz#397d79f61fb86d3dbb21a564433a144dd52eac64"
dependencies:
babel-runtime "^6.23.0"
classnames "^2.2.1"
prop-types "^15.5.8"
rc-animate "^2.0.2"
rc-tree "~1.7.1"
rc-trigger "^2.2.2"
rc-animate "^3.0.0-rc.1"
rc-tree "~1.12.2"
rc-trigger "^3.0.0-rc.2"
rc-util "^4.5.0"
react-lifecycles-compat "^3.0.4"
shallowequal "^1.0.2"
warning "^4.0.1"

rc-tree@~1.7.1:
version "1.7.11"
resolved "https://registry.yarnpkg.com/rc-tree/-/rc-tree-1.7.11.tgz#349de6383fc7d22bf4c13b0751794111022adddf"
dependencies:
babel-runtime "^6.23.0"
classnames "2.x"
prop-types "^15.5.8"
rc-animate "2.x"
rc-util "^4.0.4"
warning "^3.0.0"

rc-tree@~1.8.0:
version "1.8.3"
resolved "https://registry.yarnpkg.com/rc-tree/-/rc-tree-1.8.3.tgz#2875e83bc951b5ed7577c1038490f8245d79a37f"
rc-tree@~1.12.0, rc-tree@~1.12.2:
version "1.12.6"
resolved "https://registry.yarnpkg.com/rc-tree/-/rc-tree-1.12.6.tgz#53bd6a567b41418a125a6d8c129a8730698f1933"
dependencies:
babel-runtime "^6.23.0"
classnames "2.x"
Expand All @@ -6785,16 +6846,39 @@ rc-trigger@^2.2.0, rc-trigger@^2.2.2, rc-trigger@^2.3.0:
rc-animate "2.x"
rc-util "^4.4.0"

rc-upload@~2.4.0:
version "2.4.4"
resolved "https://registry.yarnpkg.com/rc-upload/-/rc-upload-2.4.4.tgz#28e1e6a3e44d1b1f92e57e21927cfa2763ac2a21"
rc-trigger@^2.5.1, rc-trigger@^2.5.4:
version "2.5.4"
resolved "https://registry.yarnpkg.com/rc-trigger/-/rc-trigger-2.5.4.tgz#9088a24ba5a811b254f742f004e38a9e2f8843fb"
dependencies:
babel-runtime "6.x"
classnames "^2.2.6"
prop-types "15.x"
rc-align "^2.4.0"
rc-animate "2.x"
rc-util "^4.4.0"

rc-trigger@^3.0.0-rc.2:
version "3.0.0-rc.3"
resolved "https://registry.yarnpkg.com/rc-trigger/-/rc-trigger-3.0.0-rc.3.tgz#35842df1674d25315e1426a44882a4c97652258b"
dependencies:
babel-runtime "6.x"
classnames "^2.2.6"
prop-types "15.x"
raf "^3.4.0"
rc-align "^2.4.1"
rc-animate "^3.0.0-rc.1"
rc-util "^4.4.0"

rc-upload@~2.5.0:
version "2.5.1"
resolved "https://registry.yarnpkg.com/rc-upload/-/rc-upload-2.5.1.tgz#7ae0c9038d98ba8750e9466d8f969e1b4bc9f0e0"
dependencies:
babel-runtime "6.x"
classnames "^2.2.5"
prop-types "^15.5.7"
warning "2.x"

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, rc-util@^4.5.0:
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, rc-util@^4.5.0, rc-util@^4.5.1:
version "4.5.1"
resolved "https://registry.yarnpkg.com/rc-util/-/rc-util-4.5.1.tgz#0e435057174c024901c7600ba8903dd03da3ab39"
dependencies:
Expand Down Expand Up @@ -6882,7 +6966,7 @@ react-lazy-load@^3.0.12:
lodash.throttle "^4.0.0"
prop-types "^15.5.8"

react-lifecycles-compat@^3.0.2:
react-lifecycles-compat@^3.0.2, react-lifecycles-compat@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"

Expand Down

0 comments on commit c8fae4d

Please sign in to comment.