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

File diff suppressed because it is too large Load Diff

View File

@@ -18,16 +18,16 @@
"dependencies": {
"@emotion/react": "^11.14.0",
"@fontsource/open-sans": "^5.2.7",
"@lingui/core": "^5.9.4",
"@lingui/react": "^5.9.4",
"@mantine/core": "^8.3.18",
"@mantine/form": "^8.3.18",
"@mantine/hooks": "^8.3.18",
"@mantine/modals": "^8.3.18",
"@mantine/notifications": "^8.3.18",
"@mantine/spotlight": "^8.3.18",
"@lingui/core": "^5.9.5",
"@lingui/react": "^5.9.5",
"@mantine/core": "^9.0.1",
"@mantine/form": "^9.0.1",
"@mantine/hooks": "^9.0.1",
"@mantine/modals": "^9.0.1",
"@mantine/notifications": "^9.0.1",
"@mantine/spotlight": "^9.0.1",
"@monaco-editor/react": "^4.7.0",
"@react-querybuilder/mantine": "^8.14.3",
"@react-querybuilder/mantine": "^8.14.4",
"@reduxjs/toolkit": "^2.11.2",
"@rolldown/plugin-babel": "^0.2.2",
"axios": "^1.14.0",
@@ -43,7 +43,7 @@
"react-draggable": "^4.5.0",
"react-icons": "^5.6.0",
"react-infinite-scroller": "^1.2.6",
"react-querybuilder": "^8.14.3",
"react-querybuilder": "^8.14.4",
"react-redux": "^9.2.0",
"react-router-dom": "^7.14.0",
"react-swipeable": "^7.0.2",
@@ -55,9 +55,9 @@
},
"devDependencies": {
"@biomejs/biome": "^2.4.10",
"@lingui/babel-plugin-lingui-macro": "^5.9.4",
"@lingui/cli": "^5.9.4",
"@lingui/vite-plugin": "^5.9.4",
"@lingui/babel-plugin-lingui-macro": "^5.9.5",
"@lingui/cli": "^5.9.5",
"@lingui/vite-plugin": "^5.9.5",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
@@ -70,10 +70,10 @@
"@vitejs/plugin-react": "^6.0.1",
"babel-plugin-react-compiler": "1.0.0",
"husky": "^9.1.7",
"jsdom": "^29.0.1",
"jsdom": "^29.0.2",
"lint-staged": "^16.4.0",
"typescript": "^6.0.2",
"vite": "^8.0.3",
"vite": "^8.0.5",
"vite-plugin-checker": "^0.12.0",
"vitest": "^4.1.2",
"yaml": "^2.8.3"

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",