Update backend & frontend depdencies
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-04-08 18:37:17 +02:00
parent 104b369fdd
commit 586a60ab96
4 changed files with 4644 additions and 842 deletions

View File

@ -1,5 +1,7 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
dist/
# dependencies
/node_modules
/.pnp

File diff suppressed because it is too large Load Diff

View File

@ -11,13 +11,13 @@
"@mdi/react": "^1.6.1",
"@mui/icons-material": "^5.14.7",
"@mui/material": "^5.14.7",
"@mui/x-charts": "^6.0.0-alpha.9",
"@mui/x-charts": "^7.1.1",
"@mui/x-data-grid": "^7.0.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^13.5.0",
"@testing-library/user-event": "^14.5.2",
"@types/humanize-duration": "^3.27.1",
"@types/jest": "^27.5.2",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-syntax-highlighter": "^15.5.11",
@ -25,17 +25,17 @@
"@vitejs/plugin-react": "^4.2.1",
"filesize": "^10.0.12",
"humanize-duration": "^3.29.0",
"mui-file-input": "^3.0.1",
"mui-file-input": "^4.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"react-syntax-highlighter": "^15.5.0",
"react-vnc": "^1.0.0",
"typescript": "^4.9.5",
"typescript": "^5.4.4",
"uuid": "^9.0.1",
"vite": "^5.0.8",
"vite-tsconfig-paths": "^4.2.2",
"web-vitals": "^2.1.4",
"web-vitals": "^3.5.2",
"xml-formatter": "^3.6.0"
},
"scripts": {