fix: fix CI fail (#44592)

This commit is contained in:
lijianan 2023-09-02 16:01:41 +08:00 committed by GitHub
parent e23cc690e7
commit 9f8d68d857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1687,7 +1687,7 @@ exports[`renders components/tree-select/demo/render-panel.tsx extend context cor
<div>
<div>
<div
class="ant-select-tree"
class="ant-select-tree ant-select-tree-active-focused"
role="tree"
>
<div>

View File

@ -151,8 +151,8 @@
"rc-tabs": "~12.12.0",
"rc-textarea": "~1.3.3",
"rc-tooltip": "~6.0.0",
"rc-tree": "~5.7.6",
"rc-tree-select": "~5.12.0",
"rc-tree": "~5.7.10",
"rc-tree-select": "~5.12.1",
"rc-upload": "~4.3.0",
"rc-util": "^5.37.0",
"scroll-into-view-if-needed": "^3.0.3",