1 Commits

Author SHA1 Message Date
fe951f4004 Update dependency dayjs to ^1.11.19
All checks were successful
continuous-integration/drone/push Build is passing
2025-11-01 00:15:11 +00:00
4 changed files with 268 additions and 363 deletions

View File

@@ -18,7 +18,7 @@
"@mui/x-charts": "^8.15.0",
"@mui/x-date-pickers": "^8.15.0",
"date-and-time": "^4.1.0",
"dayjs": "^1.11.18",
"dayjs": "^1.11.19",
"filesize": "^11.0.13",
"react": "^19.2.0",
"react-dom": "^19.2.0",
@@ -2893,9 +2893,9 @@
}
},
"node_modules/dayjs": {
"version": "1.11.18",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.18.tgz",
"integrity": "sha512-zFBQ7WFRvVRhKcWoUh+ZA1g2HVgUbsZm9sbddh8EC5iv93sui8DVVz1Npvz+r6meo9VKfa8NyLWBsQK1VvIKPA==",
"version": "1.11.19",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz",
"integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==",
"license": "MIT",
"peer": true
},

View File

@@ -20,7 +20,7 @@
"@mui/x-charts": "^8.15.0",
"@mui/x-date-pickers": "^8.15.0",
"date-and-time": "^4.1.0",
"dayjs": "^1.11.18",
"dayjs": "^1.11.19",
"filesize": "^11.0.13",
"react": "^19.2.0",
"react-dom": "^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"
clap = { version = "4.5.51", features = ["derive", "env"] }
egui = "0.32.3"
eframe = "0.33.0"
eframe = "0.32.3"
lazy_static = "1.5.0"