chore: bump version (#938)

This commit is contained in:
Himself65
2023-02-09 19:31:46 -06:00
committed by GitHub
parent 1824ce1e80
commit 02aea468ca
4 changed files with 78 additions and 119 deletions

View File

@@ -12,9 +12,9 @@
"@blocksuite/icons": "^2.0.2",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/base": "=5.0.0-alpha.101",
"@mui/icons-material": "=5.10.9",
"@mui/material": "=5.8.6",
"@mui/base": "=5.0.0-alpha.117",
"@mui/icons-material": "=5.11.0",
"@mui/material": "=5.11.8",
"lit": "^2.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"

View File

@@ -40,7 +40,7 @@ export const Modal = (props: ModalProps) => {
<StyledModal
{...otherProps}
open={open}
components={{ Backdrop }}
slots={{ backdrop: Backdrop }}
alignItems={transformConfig[vertical]}
justifyContent={transformConfig[horizontal]}
>