chore: upgrade dependencies (#1906)

* upgrade dependencies

* downgrade fast-average-color
This commit is contained in:
Kendall Garner
2026-04-05 00:10:57 +00:00
committed by GitHub
parent 132ac92984
commit a32fed3bcf
30 changed files with 2598 additions and 2504 deletions
@@ -11,8 +11,10 @@ import { useWindowSettings } from '/@/renderer/store/settings.store';
import { Flex, FlexProps } from '/@/shared/components/flex/flex';
import { Platform } from '/@/shared/types/types';
export interface PageHeaderProps
extends Omit<FlexProps, 'onAnimationStart' | 'onDrag' | 'onDragEnd' | 'onDragStart'> {
export interface PageHeaderProps extends Omit<
FlexProps,
'onAnimationStart' | 'onDrag' | 'onDragEnd' | 'onDragStart'
> {
animated?: boolean;
backgroundColor?: string;
children?: ReactNode;