1 Commits

Author SHA1 Message Date
4231e4c1af Update dependency globals to ^16.5.0
All checks were successful
continuous-integration/drone/push Build is passing
2025-11-28 00:18:46 +00:00
4 changed files with 268 additions and 363 deletions

View File

@@ -35,7 +35,7 @@
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.4.0",
"globals": "^16.5.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.3",
"vite": "^7.1.12"
@@ -3879,9 +3879,9 @@
}
},
"node_modules/globals": {
"version": "16.4.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz",
"integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==",
"version": "16.5.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz",
"integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==",
"dev": true,
"license": "MIT",
"engines": {

View File

@@ -37,7 +37,7 @@
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.4.0",
"globals": "^16.5.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.3",
"vite": "^7.1.12"

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.53", features = ["derive", "env"] }
egui = "0.32.3"
eframe = "0.33.2"
eframe = "0.32.3"
lazy_static = "1.5.0"