3 Commits

Author SHA1 Message Date
da17c101b0 Update Rust crate eframe to 0.33.0
Some checks failed
continuous-integration/drone/push Build is failing
2025-11-02 00:14:49 +00:00
c844490c4e Merge pull request 'Update dependency dayjs to ^1.11.19' (#348) from renovate/dayjs-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing
2025-11-02 00:14:20 +00:00
fe951f4004 Update dependency dayjs to ^1.11.19
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-11-01 00:15:11 +00:00
4 changed files with 363 additions and 268 deletions

View File

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

View File

@@ -20,7 +20,7 @@
"@mui/x-charts": "^8.15.0", "@mui/x-charts": "^8.15.0",
"@mui/x-date-pickers": "^8.15.0", "@mui/x-date-pickers": "^8.15.0",
"date-and-time": "^4.1.0", "date-and-time": "^4.1.0",
"dayjs": "^1.11.18", "dayjs": "^1.11.19",
"filesize": "^11.0.13", "filesize": "^11.0.13",
"react": "^19.2.0", "react": "^19.2.0",
"react-dom": "^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" 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.0"
lazy_static = "1.5.0" lazy_static = "1.5.0"