Compare commits

...

2 Commits

Author SHA1 Message Date
21ffe380d1 Update dependency react to v19
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2025-03-30 02:25:14 +00:00
1d5b132e7e Update Rust crate anyhow to 1.0.97
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-03-29 23:01:36 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ actix-session = { version = "0.10.1", features = ["cookie-session"] }
actix-identity = "0.8.0"
actix-cors = "0.7.1"
lazy_static = "1.4.0"
anyhow = "1.0.93"
anyhow = "1.0.97"
reqwest = { version = "0.12.15", features = ["json"] }
thiserror = "2.0.3"
uuid = { version = "1.16.0", features = ["v4", "serde"] }

View File

@ -13,7 +13,7 @@
"@fluentui/react-components": "^9.61.5",
"@fluentui/react-icons": "^2.0.292",
"filesize": "^10.1.6",
"react": "^18.2.0",
"react": "^19.1.0",
"react-dom": "^18.2.0"
},
"devDependencies": {