Update dependencies

This commit is contained in:
schroda
2025-10-20 01:30:35 +02:00
parent ed0d597185
commit 79e708db60
2 changed files with 666 additions and 488 deletions

View File

@@ -43,41 +43,41 @@
"@emotion/styled": "11.14.1",
"@juggle/resize-observer": "3.4.0",
"@loadable/component": "5.16.7",
"@mantine/hooks": "8.2.5",
"@mui/icons-material": "7.3.1",
"@mui/material": "7.3.1",
"@mui/system": "7.3.1",
"@mui/utils": "7.3.1",
"@mui/x-date-pickers": "8.10.0",
"@mantine/hooks": "8.3.5",
"@mui/icons-material": "7.3.4",
"@mui/material": "7.3.4",
"@mui/system": "7.3.3",
"@mui/utils": "7.3.3",
"@mui/x-date-pickers": "8.15.0",
"@redux-devtools/extension": "3.3.0",
"@vibrant/color": "4.0.0",
"apollo-upload-client": "18.0.1",
"csstype": "3.1.3",
"dayjs": "1.11.13",
"dayjs": "1.11.18",
"fast-average-color": "9.5.0",
"file-selector": "2.1.2",
"graphql": "16.11.0",
"graphql-sock": "1.0.1",
"graphql-tag": "2.12.6",
"graphql-ws": "6.0.6",
"i18next": "25.3.6",
"i18next": "25.6.0",
"i18next-browser-languagedetector": "8.2.0",
"i18next-http-backend": "3.0.2",
"immer": "10.1.1",
"jsonrepair": "3.13.0",
"immer": "10.2.0",
"jsonrepair": "3.13.1",
"koration": "0.1.0",
"material-ui-popup-state": "5.3.6",
"mui-nested-menu": "4.0.1",
"node-vibrant": "4.0.3",
"notistack": "3.0.2",
"p-limit": "7.0.0",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-hotkeys-hook": "5.1.0",
"react-i18next": "15.6.1",
"p-limit": "7.2.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-hotkeys-hook": "5.2.1",
"react-i18next": "16.2.0",
"react-lazily": "0.9.2",
"react-router-dom": "6.26.1",
"react-virtuoso": "4.14.0",
"react-virtuoso": "4.14.1",
"stylis": "4.3.6",
"stylis-plugin-rtl": "2.1.1",
"use-long-press": "3.3.0",
@@ -91,19 +91,19 @@
"@graphql-codegen/typescript-apollo-client-helpers": "3.0.1",
"@graphql-codegen/typescript-operations": "4.6.1",
"@types/apollo-upload-client": "18.0.0",
"@types/node": "24.3.0",
"@types/react": "19.1.10",
"@types/node": "24.9.1",
"@types/react": "19.2.2",
"@types/react-beautiful-dnd": "13.1.8",
"@types/react-dom": "19.1.7",
"@types/react-dom": "19.2.2",
"@types/sanitize-html": "2.16.0",
"@types/stylis": "4.2.7",
"@types/webfontloader": "1.6.38",
"@types/yargs": "17.0.33",
"@types/yargs": "17.0.34",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@vitejs/plugin-legacy": "7.2.1",
"@vitejs/plugin-react-swc": "3.10.2",
"dotenv": "17.2.1",
"@vitejs/plugin-react-swc": "4.2.0",
"dotenv": "17.2.3",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
@@ -117,13 +117,13 @@
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-unused-imports": "3.2.0",
"husky": "9.1.7",
"lint-staged": "16.1.5",
"lint-staged": "16.2.6",
"prettier": "3.6.2",
"syncyarnlock": "1.0.19",
"terser": "5.43.1",
"tsx": "4.20.4",
"typescript": "5.9.2",
"vite": "7.1.2",
"terser": "5.44.0",
"tsx": "4.20.6",
"typescript": "5.9.3",
"vite": "7.1.12",
"vite-plugin-node-polyfills": "0.24.0",
"vite-tsconfig-paths": "5.1.4",
"yargs": "18.0.0"