chore: upgrade rc-dialog and rc-drawer (#28749)

* chore: upgrade rc-dialog and rc-drawer (#28687)

* chore: upgrade rc-dialog and rc-drawer

* upgrade rc-util

* update snapshots

* upgrade rc-util

* upgrade rc-util

* update snapshots

* upgrade rc-dialog

* perf: remove duplicated rc-dialog

Co-authored-by: 骗你是小猫咪 <darryshaw@gmail.com>
This commit is contained in:
偏右
2021-01-07 17:17:38 +08:00
committed by GitHub
parent d0de9aa92c
commit f235f721ce
2 changed files with 12 additions and 6 deletions

View File

@@ -2,7 +2,10 @@
exports[`Modal render correctly 1`] = `
<div>
<div>
<div
class="ant-scrolling-effect"
style="width: calc(100% - 0px); overflow: hidden; overflow-x: hidden; overflow-y: hidden;"
>
<div>
<div
class="ant-modal-root"
@@ -98,7 +101,10 @@ exports[`Modal render correctly 1`] = `
exports[`Modal render without footer 1`] = `
<div>
<div>
<div
class="ant-scrolling-effect"
style="width: calc(100% - 0px); overflow: hidden; overflow-x: hidden; overflow-y: hidden;"
>
<div>
<div
class="ant-modal-root"

View File

@@ -120,11 +120,11 @@
"rc-cascader": "~1.4.0",
"rc-checkbox": "~2.3.0",
"rc-collapse": "~3.1.0",
"rc-dialog": "~8.4.0",
"rc-drawer": "~4.1.0",
"rc-dialog": "~8.5.1",
"rc-drawer": "~4.2.0",
"rc-dropdown": "~3.2.0",
"rc-field-form": "~1.17.3",
"rc-image": "~5.0.1",
"rc-image": "~5.0.2",
"rc-input-number": "~6.1.0",
"rc-mentions": "~1.5.0",
"rc-menu": "~8.10.0",
@@ -146,7 +146,7 @@
"rc-tree": "~4.1.0",
"rc-tree-select": "~4.3.0",
"rc-upload": "~3.3.4",
"rc-util": "^5.1.0",
"rc-util": "^5.6.5",
"scroll-into-view-if-needed": "^2.2.25",
"warning": "^4.0.3"
},