Update frontend dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2025-03-20 21:39:09 +01:00
parent ed9fd097e9
commit c0690d888e
2 changed files with 327 additions and 320 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,17 +4,17 @@
"type": "module", "type": "module",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@emotion/react": "^11.13.5", "@emotion/react": "^11.14.0",
"@emotion/styled": "^11.13.5", "@emotion/styled": "^11.14.0",
"@fontsource/roboto": "^5.1.0", "@fontsource/roboto": "^5.2.5",
"@mdi/js": "^7.2.96", "@mdi/js": "^7.2.96",
"@mdi/react": "^1.6.1", "@mdi/react": "^1.6.1",
"@mui/icons-material": "^6.1.8", "@mui/icons-material": "^6.4.8",
"@mui/material": "^6.1.8", "@mui/material": "^6.4.8",
"@mui/x-charts": "^7.22.3", "@mui/x-charts": "^7.28.0",
"@mui/x-data-grid": "^7.22.3", "@mui/x-data-grid": "^7.28.0",
"@testing-library/jest-dom": "^6.6.3", "@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.0", "@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.5.2", "@testing-library/user-event": "^14.5.2",
"@types/humanize-duration": "^3.27.1", "@types/humanize-duration": "^3.27.1",
"@types/jest": "^29.5.14", "@types/jest": "^29.5.14",
@ -26,15 +26,15 @@
"date-and-time": "^3.6.0", "date-and-time": "^3.6.0",
"filesize": "^10.1.6", "filesize": "^10.1.6",
"humanize-duration": "^3.29.0", "humanize-duration": "^3.29.0",
"mui-file-input": "^6.0.0", "mui-file-input": "^7.0.0",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-router-dom": "^7.0.1", "react-router-dom": "^7.4.0",
"react-syntax-highlighter": "^15.6.1", "react-syntax-highlighter": "^15.6.1",
"react-vnc": "^2.0.2", "react-vnc": "^2.0.3",
"typescript": "^4.9.5", "typescript": "^4.9.5",
"uuid": "^11.0.3", "uuid": "^11.1.0",
"vite": "^6.0.0", "vite": "^6.2.2",
"vite-tsconfig-paths": "^5.1.3", "vite-tsconfig-paths": "^5.1.3",
"web-vitals": "^3.5.2", "web-vitals": "^3.5.2",
"xml-formatter": "^3.6.0" "xml-formatter": "^3.6.0"