refactor: Upgrade rc-tree-select to support pure React motion (#16402)

* upgrade `rc-tree-select`

* update snapshot
This commit is contained in:
zombieJ 2019-05-05 10:11:51 +08:00 committed by GitHub
parent 19f0ca4a2f
commit decebef176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -61,6 +61,7 @@ exports[`renders ./components/tree-select/demo/checkable.md correctly 1`] = `
>
<ul
class="ant-select-selection__rendered"
role="menubar"
>
<li
class="ant-select-selection__choice"
@ -143,6 +144,7 @@ exports[`renders ./components/tree-select/demo/multiple.md correctly 1`] = `
>
<ul
class="ant-select-selection__rendered"
role="menubar"
>
<li
class="ant-select-search ant-select-search--inline"

View File

@ -84,7 +84,7 @@
"rc-time-picker": "~3.6.1",
"rc-tooltip": "~3.7.3",
"rc-tree": "~2.1.0",
"rc-tree-select": "~2.8.0",
"rc-tree-select": "~2.9.1",
"rc-trigger": "^2.6.2",
"rc-upload": "~2.6.0",
"rc-util": "^4.5.1",