2 Commits

Author SHA1 Message Date
57a4c47d79 Update react to v19
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-06-12 00:31:36 +00:00
f6ed37458e Update Rust crate futures-util to 0.3.31
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-06-11 00:26:27 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ anyhow = "1.0.98"
reqwest = { version = "0.12.15", features = ["json"] }
thiserror = "2.0.12"
uuid = { version = "1.16.0", features = ["v4", "serde"] }
futures-util = "0.3.30"
futures-util = "0.3.31"
lazy-regex = "3.4.1"
mime_guess = "2.0.5"
rust-embed = { version = "8.6.0" }

View File

@ -18,7 +18,7 @@
},
"devDependencies": {
"@eslint/js": "^9.26.0",
"@types/react": "^19.1.7",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",