Update dependencies

This commit is contained in:
schroda
2026-04-25 14:42:07 +02:00
parent db2c133b21
commit 8155bd6906
4 changed files with 1490 additions and 1110 deletions

View File

@@ -34,7 +34,7 @@
"prepare": "husky" "prepare": "husky"
}, },
"dependencies": { "dependencies": {
"@apollo/client": "4.1.6", "@apollo/client": "4.1.9",
"@dnd-kit/core": "6.3.1", "@dnd-kit/core": "6.3.1",
"@dnd-kit/sortable": "10.0.0", "@dnd-kit/sortable": "10.0.0",
"@dnd-kit/utilities": "3.2.2", "@dnd-kit/utilities": "3.2.2",
@@ -42,61 +42,61 @@
"@emotion/react": "11.14.0", "@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1", "@emotion/styled": "11.14.1",
"@juggle/resize-observer": "3.4.0", "@juggle/resize-observer": "3.4.0",
"@lingui/core": "5.9.2", "@lingui/core": "6.0.0",
"@lingui/react": "5.9.2", "@lingui/react": "6.0.0",
"@loadable/component": "5.16.7", "@loadable/component": "5.16.7",
"@mantine/hooks": "8.3.16", "@mantine/hooks": "9.1.0",
"@mui/icons-material": "7.3.9", "@mui/icons-material": "7.3.9",
"@mui/material": "7.3.9", "@mui/material": "7.3.9",
"@mui/system": "7.3.9", "@mui/system": "7.3.9",
"@mui/utils": "7.3.9", "@mui/utils": "7.3.9",
"@mui/x-date-pickers": "8.27.2", "@mui/x-date-pickers": "8.27.2",
"@redux-devtools/extension": "3.3.0", "@redux-devtools/extension": "4.0.0",
"@vibrant/color": "4.0.4", "@vibrant/color": "4.0.4",
"apollo-upload-client": "19.0.0", "apollo-upload-client": "19.0.0",
"awaitable-component": "1.0.0", "awaitable-component": "1.0.0",
"csstype": "3.2.3", "csstype": "3.2.3",
"dayjs": "1.11.19", "dayjs": "1.11.20",
"fast-average-color": "9.5.0", "fast-average-color": "9.5.2",
"file-selector": "2.1.2", "file-selector": "2.1.2",
"graphql": "16.13.1", "graphql": "16.13.2",
"graphql-sock": "1.0.1", "graphql-sock": "1.0.1",
"graphql-tag": "2.12.6", "graphql-tag": "2.12.6",
"graphql-ws": "6.0.7", "graphql-ws": "6.0.8",
"immer": "11.1.4", "immer": "11.1.4",
"jsonrepair": "3.13.2", "jsonrepair": "3.14.0",
"koration": "1.0.0", "koration": "1.0.0",
"lodash": "4.18.1", "lodash": "4.18.1",
"material-ui-popup-state": "5.3.6", "material-ui-popup-state": "5.3.7",
"mui-nested-menu": "4.0.3", "mui-nested-menu": "4.0.3",
"node-vibrant": "4.0.4", "node-vibrant": "4.0.4",
"notistack": "3.0.2", "notistack": "3.0.2",
"p-limit": "7.3.0", "p-limit": "7.3.0",
"polished": "4.3.1", "polished": "4.3.1",
"react": "19.2.4", "react": "19.2.5",
"react-dom": "19.2.4", "react-dom": "19.2.5",
"react-hotkeys-hook": "5.2.4", "react-hotkeys-hook": "5.2.4",
"react-lazily": "0.9.2", "react-lazily": "0.9.2",
"react-router-dom": "6.26.1", "react-router-dom": "6.26.1",
"react-virtuoso": "4.18.3", "react-virtuoso": "4.18.6",
"rxjs": "7.8.2", "rxjs": "7.8.2",
"stylis": "4.3.6", "stylis": "4.4.0",
"stylis-plugin-rtl": "2.1.1", "stylis-plugin-rtl": "2.1.1",
"use-long-press": "3.3.0", "use-long-press": "3.3.0",
"use-query-params": "2.2.2", "use-query-params": "2.2.2",
"webfontloader": "1.6.28", "webfontloader": "1.6.28",
"zustand": "5.0.11" "zustand": "5.0.12"
}, },
"devDependencies": { "devDependencies": {
"@graphql-codegen/cli": "6.1.3", "@graphql-codegen/cli": "6.3.1",
"@graphql-codegen/client-preset": "5.2.4", "@graphql-codegen/client-preset": "5.3.0",
"@graphql-codegen/typescript-apollo-client-helpers": "4.0.0", "@graphql-codegen/typescript-apollo-client-helpers": "4.0.1",
"@graphql-codegen/typescript-operations": "5.0.9", "@graphql-codegen/typescript-operations": "5.1.0",
"@lingui/cli": "5.9.2", "@lingui/cli": "6.0.0",
"@lingui/format-po": "5.9.2", "@lingui/format-po": "6.0.0",
"@lingui/swc-plugin": "5.11.0", "@lingui/swc-plugin": "6.0.0",
"@lingui/vite-plugin": "5.9.2", "@lingui/vite-plugin": "6.0.0",
"@tony.ganchev/eslint-plugin-header": "3.3.4", "@tony.ganchev/eslint-plugin-header": "3.4.4",
"@types/lodash": "4.17.24", "@types/lodash": "4.17.24",
"@types/node": "24.10.1", "@types/node": "24.10.1",
"@types/react": "19.2.14", "@types/react": "19.2.14",
@@ -106,25 +106,25 @@
"@types/stylis": "4.2.7", "@types/stylis": "4.2.7",
"@types/webfontloader": "1.6.38", "@types/webfontloader": "1.6.38",
"@types/yargs": "17.0.35", "@types/yargs": "17.0.35",
"@typescript/native-preview": "7.0.0-dev.20260309.1", "@typescript/native-preview": "7.0.0-dev.20260425.1",
"@vitejs/plugin-legacy": "7.2.1", "@vitejs/plugin-legacy": "8.0.1",
"@vitejs/plugin-react-swc": "4.2.3", "@vitejs/plugin-react-swc": "4.3.0",
"dotenv": "17.3.1", "dotenv": "17.4.2",
"eslint": "9.39.4", "eslint": "9.39.4",
"eslint-plugin-lingui": "0.11.0", "eslint-plugin-lingui": "0.13.1",
"eslint-plugin-no-only-tests": "3.3.0", "eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-no-relative-import-paths": "1.6.1", "eslint-plugin-no-relative-import-paths": "1.6.1",
"eslint-plugin-unused-imports": "4.4.1", "eslint-plugin-unused-imports": "4.4.1",
"husky": "9.1.7", "husky": "9.1.7",
"lint-staged": "16.3.2", "lint-staged": "16.4.0",
"oxfmt": "0.37.0", "oxfmt": "0.46.0",
"oxlint": "1.52.0", "oxlint": "1.61.0",
"syncyarnlock": "1.0.19", "syncyarnlock": "1.0.19",
"terser": "5.46.0", "terser": "5.46.2",
"tsx": "4.21.0", "tsx": "4.21.0",
"typescript": "5.9.3", "typescript": "5.9.3",
"vite": "7.3.1", "vite": "8.0.10",
"vite-plugin-node-polyfills": "0.25.0", "vite-plugin-node-polyfills": "0.26.0",
"vite-plugin-pwa": "1.2.0", "vite-plugin-pwa": "1.2.0",
"vite-tsconfig-paths": "6.1.1", "vite-tsconfig-paths": "6.1.1",
"workbox-build": "7.4.0", "workbox-build": "7.4.0",

View File

@@ -142,7 +142,6 @@ const readerStore = create<ReaderStore>()(
{ {
name: 'ReaderStore', name: 'ReaderStore',
anonymousActionType: 'reader/action', anonymousActionType: 'reader/action',
// @ts-expect-error - @redux-devtools/extension config option
serialize: { serialize: {
replacer: (key: string, value: any) => { replacer: (key: string, value: any) => {
if (UNSERIALIZABLE_KEYS.includes(key)) { if (UNSERIALIZABLE_KEYS.includes(key)) {

View File

@@ -22,7 +22,18 @@
"strictNullChecks": true, "strictNullChecks": true,
"noUnusedLocals": true, "noUnusedLocals": true,
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true "noFallthroughCasesInSwitch": true,
"types": [
"@types/lodash",
"@types/node",
"@types/react",
"@types/react-beautiful-dnd",
"@types/react-dom",
"@types/sanitize-html",
"@types/stylis",
"@types/webfontloader",
"@types/yargs"
]
}, },
"include": ["src"], "include": ["src"],
"exclude": ["**/node_modules"], "exclude": ["**/node_modules"],

2514
yarn.lock

File diff suppressed because it is too large Load Diff