From b72afc227016772f64db9be00ced2068b78ddc39 Mon Sep 17 00:00:00 2001 From: ajnart Date: Tue, 7 Jun 2022 10:36:47 +0200 Subject: [PATCH] =?UTF-8?q?:package:=20=F0=9F=92=84=20Upgrade=20packages?= =?UTF-8?q?=20and=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 18 ++-- src/components/AppShelf/AppShelf.tsx | 2 - src/components/layout/Header.tsx | 7 +- src/components/layout/Layout.tsx | 6 +- src/pages/_app.tsx | 1 - src/pages/api/modules/downloads.ts | 12 +-- yarn.lock | 130 +++++++++++++-------------- 7 files changed, 82 insertions(+), 94 deletions(-) diff --git a/package.json b/package.json index be925f350..0eb7931ac 100644 --- a/package.json +++ b/package.json @@ -31,20 +31,20 @@ "@dnd-kit/core": "^6.0.1", "@dnd-kit/sortable": "^7.0.0", "@dnd-kit/utilities": "^3.2.0", - "@mantine/core": "^4.2.6", - "@mantine/dates": "^4.2.6", - "@mantine/dropzone": "^4.2.6", - "@mantine/form": "^4.2.6", - "@mantine/hooks": "^4.2.6", - "@mantine/next": "^4.2.6", - "@mantine/notifications": "^4.2.6", - "@mantine/prism": "^4.2.6", + "@mantine/core": "^4.2.8", + "@mantine/dates": "^4.2.8", + "@mantine/dropzone": "^4.2.8", + "@mantine/form": "^4.2.8", + "@mantine/hooks": "^4.2.8", + "@mantine/next": "^4.2.8", + "@mantine/notifications": "^4.2.8", + "@mantine/prism": "^4.2.8", "@nivo/core": "^0.79.0", "@nivo/line": "^0.79.1", "@tabler/icons": "^1.68.0", "axios": "^0.27.2", "cookies-next": "^2.0.4", - "dayjs": "^1.11.2", + "dayjs": "^1.11.3", "framer-motion": "^6.3.1", "js-file-download": "^0.4.12", "next": "12.1.6", diff --git a/src/components/AppShelf/AppShelf.tsx b/src/components/AppShelf/AppShelf.tsx index 4730f0b39..422435052 100644 --- a/src/components/AppShelf/AppShelf.tsx +++ b/src/components/AppShelf/AppShelf.tsx @@ -19,7 +19,6 @@ import { ModuleWrapper } from '../modules/moduleWrapper'; import { DownloadsModule } from '../modules'; const useStyles = createStyles((theme, _params) => ({ - item: { borderBottom: 0, overflow: 'hidden', @@ -31,7 +30,6 @@ const useStyles = createStyles((theme, _params) => ({ itemOpened: { borderColor: theme.colorScheme === 'dark' ? theme.colors.dark[5] : theme.colors.gray[3], }, - })); const AppShelf = (props: any) => { diff --git a/src/components/layout/Header.tsx b/src/components/layout/Header.tsx index 6b1faca07..1cfb218a5 100644 --- a/src/components/layout/Header.tsx +++ b/src/components/layout/Header.tsx @@ -17,12 +17,7 @@ import SearchBar from '../modules/search/SearchModule'; import { AddItemShelfButton } from '../AppShelf/AddAppShelfItem'; import { SettingsMenuButton } from '../Settings/SettingsMenu'; import { ModuleWrapper } from '../modules/moduleWrapper'; -import { - CalendarModule, - TotalDownloadsModule, - WeatherModule, - DateModule, -} from '../modules'; +import { CalendarModule, TotalDownloadsModule, WeatherModule, DateModule } from '../modules'; const HEADER_HEIGHT = 60; diff --git a/src/components/layout/Layout.tsx b/src/components/layout/Layout.tsx index 8b82b4a74..ac2c3c742 100644 --- a/src/components/layout/Layout.tsx +++ b/src/components/layout/Layout.tsx @@ -10,11 +10,7 @@ const useStyles = createStyles((theme) => ({ export default function Layout({ children, style }: any) { const { classes, cx } = useStyles(); return ( - } - header={
} - footer={