update all dependencies

This commit is contained in:
Athou
2026-04-07 08:24:17 +02:00
parent 6e0dd3d064
commit 5d879c4619
3 changed files with 1063 additions and 403 deletions

View File

@@ -1,6 +1,6 @@
import { i18n } from "@lingui/core"
import { I18nProvider } from "@lingui/react"
import { MantineProvider } from "@mantine/core"
import { MantineProvider, v8CssVariablesResolver } from "@mantine/core"
import { ModalsProvider } from "@mantine/modals"
import { Notifications } from "@mantine/notifications"
import type React from "react"
@@ -48,6 +48,8 @@ function Providers(
<I18nProvider i18n={i18n}>
<MantineProvider
defaultColorScheme="auto"
// keep using css variables from mantine v8
cssVariablesResolver={v8CssVariablesResolver}
theme={{
primaryColor: primaryColor,
fontFamily: "Open Sans",