1 Commits

Author SHA1 Message Date
a37c107d79 Update materialui to ^7.3.2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-09-18 00:41:13 +00:00
3 changed files with 677 additions and 233 deletions

View File

@@ -18,7 +18,7 @@ foreign-types-shared = "0.1.1"
asn1 = "0.22.0"
actix-web = { version = "4.11.0", features = ["openssl"] }
futures = "0.3.31"
serde = { version = "1.0.225", features = ["derive"] }
serde = { version = "1.0.219", features = ["derive"] }
reqwest = { version = "0.12.23", features = ["json"] }
serde_json = "1.0.143"
rand = "0.9.2"

File diff suppressed because it is too large Load Diff

View File

@@ -12,11 +12,11 @@
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/roboto": "^5.2.8",
"@fontsource/roboto": "^5.2.7",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@mui/icons-material": "^7.0.2",
"@mui/material": "^7.0.2",
"@mui/icons-material": "^7.3.2",
"@mui/material": "^7.3.2",
"@mui/x-charts": "^7.29.1",
"@mui/x-date-pickers": "^7.29.4",
"date-and-time": "^3.6.0",
@@ -39,7 +39,7 @@
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.44.0",
"typescript-eslint": "^8.24.1",
"vite": "^6.3.6"
}
}