chore: bump version (#2162)

This commit is contained in:
Himself65
2023-04-27 00:23:34 -05:00
committed by GitHub
parent afff15c435
commit 606f6652ac
9 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -30,9 +30,9 @@
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.6",
"@mui/base": "5.0.0-alpha.126",
"@mui/base": "5.0.0-alpha.127",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.1",
"@mui/material": "^5.12.2",
"@radix-ui/react-avatar": "^1.0.2",
"@toeverything/hooks": "workspace:*",
"@toeverything/theme": "workspace:*",
+1 -1
View File
@@ -1,4 +1,4 @@
import type { ModalUnstyledOwnProps } from '@mui/base/ModalUnstyled';
import type { ModalProps as ModalUnstyledOwnProps } from '@mui/base/Modal';
import Fade from '@mui/material/Fade';
import { StyledBackdrop, StyledModal } from './styles';
+1 -1
View File
@@ -1,4 +1,4 @@
import ModalUnstyled from '@mui/base/ModalUnstyled';
import ModalUnstyled from '@mui/base/Modal';
import type { CSSProperties } from 'react';
import { styled } from '../../styles';
+1 -1
View File
@@ -1,5 +1,5 @@
import ClickAwayListener from '@mui/base/ClickAwayListener';
import PopperUnstyled from '@mui/base/PopperUnstyled';
import PopperUnstyled from '@mui/base/Popper';
import Grow from '@mui/material/Grow';
import type { CSSProperties, PointerEvent } from 'react';
import {
@@ -1,4 +1,4 @@
import type { PopperUnstyledProps } from '@mui/base/PopperUnstyled';
import type { PopperProps as PopperUnstyledProps } from '@mui/base/Popper';
import Grow from '@mui/material/Grow';
import type { CSSProperties, PropsWithChildren } from 'react';
import { useState } from 'react';
@@ -1,7 +1,7 @@
import {
type PopperPlacementType,
type PopperUnstyledProps,
} from '@mui/base/PopperUnstyled';
type PopperProps as PopperUnstyledProps,
} from '@mui/base/Popper';
import type { CSSProperties, ReactElement, ReactNode, Ref } from 'react';
export type VirtualElement = {
getBoundingClientRect: () => ClientRect | DOMRect;