Skip to content

Commit

Permalink
chore: bump rc-select (#426)
Browse files Browse the repository at this point in the history
* chore: bump rc-select

* test: update snapshot
  • Loading branch information
zombieJ committed Aug 23, 2023
1 parent 29b6c9e commit dccd724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@babel/runtime": "^7.12.5",
"array-tree-filter": "^2.1.0",
"classnames": "^2.3.1",
"rc-select": "~14.7.0",
"rc-select": "~14.8.0",
"rc-tree": "~5.7.0",
"rc-util": "^5.35.0"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/__snapshots__/search.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ exports[`Cascader.Search should correct render Cascader with same field name of
</div>
<div
class="rc-cascader-dropdown rc-cascader-dropdown-placement-bottomLeft"
style="--arrow-x: 0px; --arrow-y: 0px; left: -1000vw; top: -1000vh; box-sizing: border-box; min-width: 0;"
style="--arrow-x: 0px; --arrow-y: 0px; left: -1000vw; top: -1000vh; box-sizing: border-box;"
>
<div>
<div
Expand Down

0 comments on commit dccd724

Please sign in to comment.