Skip to content

Commit

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

* test: update snapshot

* chore: tmp size it
  • Loading branch information
zombieJ authored May 24, 2021
1 parent 4141924 commit 352c560
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions components/select/__tests__/__snapshots__/demo.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1581,8 +1581,9 @@ exports[`renders ./components/select/demo/responsive.md correctly 1`] = `
class="ant-select-selection-overflow"
>
<div
aria-hidden="true"
class="ant-select-selection-overflow-item ant-select-selection-overflow-item-rest"
style="opacity:0.2;height:0;overflow-y:hidden;order:9007199254740991;pointer-events:none"
style="opacity:0;height:0;overflow-y:hidden;order:9007199254740991;pointer-events:none"
>
<span
class="ant-select-selection-item"
Expand Down Expand Up @@ -1643,8 +1644,9 @@ exports[`renders ./components/select/demo/responsive.md correctly 1`] = `
class="ant-select-selection-overflow"
>
<div
aria-hidden="true"
class="ant-select-selection-overflow-item ant-select-selection-overflow-item-rest"
style="opacity:0.2;height:0;overflow-y:hidden;order:9007199254740991;pointer-events:none"
style="opacity:0;height:0;overflow-y:hidden;order:9007199254740991;pointer-events:none"
>
<span
class="ant-select-selection-item"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"rc-image": "~5.2.4",
"rc-input-number": "~7.1.0",
"rc-mentions": "~1.6.0",
"rc-menu": "~9.0.0-alpha.6",
"rc-menu": "~9.0.0",
"rc-motion": "^2.4.0",
"rc-notification": "~4.5.2",
"rc-pagination": "~3.1.6",
Expand Down Expand Up @@ -292,7 +292,7 @@
"bundlesize": [
{
"path": "./dist/antd.min.js",
"maxSize": "270 kB"
"maxSize": "275 kB"
},
{
"path": "./dist/antd.min.css",
Expand Down

0 comments on commit 352c560

Please sign in to comment.