Update dependencies and improve Python path handling

Updated several frontend dependencies including MUI packages and added new ones like `@mui/x-charts`. Adjusted the Python path setup in the CI configuration to correctly point to the `aaredb` backend, ensuring accurate module resolution.
This commit is contained in:
GotthardG
2025-03-19 09:14:12 +01:00
parent 68f87f0d8d
commit 536cfcd34b
8 changed files with 487 additions and 63 deletions

View File

@ -29,8 +29,9 @@
"@mui/lab": "^6.0.0-beta.29",
"@mui/material": "^6.1.6",
"@mui/system": "^6.1.6",
"@mui/x-charts": "^7.28.0",
"@mui/x-data-grid-premium": "^7.27.2",
"@mui/x-tree-view": "^7.26.0",
"@mui/x-tree-view": "^7.28.0",
"axios": "^1.7.7",
"chokidar": "^4.0.1",
"dayjs": "^1.11.13",