1 Commits

Author SHA1 Message Date
bb5741e7e1 Update egui to 0.34.0
Some checks failed
continuous-integration/drone/push Build is failing
2026-03-27 00:33:00 +00:00
4 changed files with 476 additions and 279 deletions

View File

@@ -19,7 +19,7 @@
"@mui/x-date-pickers": "^8.27.2", "@mui/x-date-pickers": "^8.27.2",
"date-and-time": "^4.3.1", "date-and-time": "^4.3.1",
"dayjs": "^1.11.20", "dayjs": "^1.11.20",
"filesize": "^11.0.14", "filesize": "^11.0.13",
"react": "^19.2.4", "react": "^19.2.4",
"react-dom": "^19.2.4", "react-dom": "^19.2.4",
"react-router-dom": "^7.13.2", "react-router-dom": "^7.13.2",
@@ -3257,9 +3257,9 @@
} }
}, },
"node_modules/filesize": { "node_modules/filesize": {
"version": "11.0.14", "version": "11.0.13",
"resolved": "https://registry.npmjs.org/filesize/-/filesize-11.0.14.tgz", "resolved": "https://registry.npmjs.org/filesize/-/filesize-11.0.13.tgz",
"integrity": "sha512-2+pBV36IghE/lC78KmHqq4GGzSwqxisNb6YH17W6owdAFoXChND4WZ/51CUYXKyaEiJOhNKKsZSwZ8HbejrKTA==", "integrity": "sha512-mYJ/qXKvREuO0uH8LTQJ6v7GsUvVOguqxg2VTwQUkyTPXXRRWPdjuUPVqdBrJQhvci48OHlNGRnux+Slr2Rnvw==",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"engines": { "engines": {
"node": ">= 10.8.0" "node": ">= 10.8.0"

View File

@@ -21,7 +21,7 @@
"@mui/x-date-pickers": "^8.27.2", "@mui/x-date-pickers": "^8.27.2",
"date-and-time": "^4.3.1", "date-and-time": "^4.3.1",
"dayjs": "^1.11.20", "dayjs": "^1.11.20",
"filesize": "^11.0.14", "filesize": "^11.0.13",
"react": "^19.2.4", "react": "^19.2.4",
"react-dom": "^19.2.4", "react-dom": "^19.2.4",
"react-router-dom": "^7.13.2", "react-router-dom": "^7.13.2",

File diff suppressed because it is too large Load Diff

View File

@@ -7,6 +7,6 @@ edition = "2024"
env_logger = "0.11.10" env_logger = "0.11.10"
log = "0.4.29" log = "0.4.29"
clap = { version = "4.5.60", features = ["derive", "env"] } clap = { version = "4.5.60", features = ["derive", "env"] }
egui = "0.33.3" egui = "0.34.0"
eframe = "0.33.3" eframe = "0.34.0"
lazy_static = "1.5.0" lazy_static = "1.5.0"