3 Commits

Author SHA1 Message Date
aa431b89a6 Update Rust crate eframe to 0.33.2
Some checks failed
continuous-integration/drone/push Build is failing
2025-11-19 00:13:46 +00:00
831d4d444c Merge pull request 'Update dependency date-and-time to ^4.1.1' (#365) from renovate/date-and-time-4.x into master
All checks were successful
continuous-integration/drone/push Build is passing
2025-11-19 00:13:31 +00:00
cd19f1d69b Update dependency date-and-time to ^4.1.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-11-18 00:15:41 +00:00
4 changed files with 363 additions and 268 deletions

View File

@@ -17,7 +17,7 @@
"@mui/material": "^7.3.5", "@mui/material": "^7.3.5",
"@mui/x-charts": "^8.16.0", "@mui/x-charts": "^8.16.0",
"@mui/x-date-pickers": "^8.17.0", "@mui/x-date-pickers": "^8.17.0",
"date-and-time": "^4.1.0", "date-and-time": "^4.1.1",
"dayjs": "^1.11.19", "dayjs": "^1.11.19",
"filesize": "^11.0.13", "filesize": "^11.0.13",
"react": "^19.2.0", "react": "^19.2.0",
@@ -3347,9 +3347,9 @@
} }
}, },
"node_modules/date-and-time": { "node_modules/date-and-time": {
"version": "4.1.0", "version": "4.1.1",
"resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-4.1.0.tgz", "resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-4.1.1.tgz",
"integrity": "sha512-tFdrmBPZrR7bun6jqmlEy/dsjV2JLeUdGALfbKdB7mf0ItMNkYYklxjFE0voGg5oapIaE7WctMClkuRzyU9pig==", "integrity": "sha512-IqEzQvjaRO6KL6wxHaBsVZhzym+Kuk3VWmgydIjzbJD0Zwwa1YpvSZ/2rYR5qmAx1aDM8dMAxpQ9Wm4xQoUv3g==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=18" "node": ">=18"

View File

@@ -19,7 +19,7 @@
"@mui/material": "^7.3.5", "@mui/material": "^7.3.5",
"@mui/x-charts": "^8.16.0", "@mui/x-charts": "^8.16.0",
"@mui/x-date-pickers": "^8.17.0", "@mui/x-date-pickers": "^8.17.0",
"date-and-time": "^4.1.0", "date-and-time": "^4.1.1",
"dayjs": "^1.11.19", "dayjs": "^1.11.19",
"filesize": "^11.0.13", "filesize": "^11.0.13",
"react": "^19.2.0", "react": "^19.2.0",

File diff suppressed because it is too large Load Diff

View File

@@ -8,5 +8,5 @@ env_logger = "0.11.8"
log = "0.4.28" log = "0.4.28"
clap = { version = "4.5.51", features = ["derive", "env"] } clap = { version = "4.5.51", features = ["derive", "env"] }
egui = "0.32.3" egui = "0.32.3"
eframe = "0.32.3" eframe = "0.33.2"
lazy_static = "1.5.0" lazy_static = "1.5.0"