3 Commits

Author SHA1 Message Date
c6d455aa46 Update react to v19
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
2025-08-19 00:33:02 +00:00
982a157547 Merge pull request 'Update Rust crate reqwest to 0.12.23' (#392) from renovate/reqwest-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing
2025-08-19 00:32:45 +00:00
01e9878485 Update Rust crate reqwest to 0.12.23
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
2025-08-18 00:31:50 +00:00
3 changed files with 7 additions and 7 deletions

View File

@@ -2035,9 +2035,9 @@ dependencies = [
[[package]]
name = "reqwest"
version = "0.12.22"
version = "0.12.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531"
checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb"
dependencies = [
"base64 0.22.1",
"bytes",

View File

@@ -19,7 +19,7 @@ actix-identity = "0.8.0"
actix-cors = "0.7.1"
lazy_static = "1.5.0"
anyhow = "1.0.99"
reqwest = { version = "0.12.22", features = ["json"] }
reqwest = { version = "0.12.23", features = ["json"] }
thiserror = "2.0.12"
uuid = { version = "1.17.0", features = ["v4", "serde"] }
futures-util = "0.3.31"

View File

@@ -13,13 +13,13 @@
"@fluentui/react-components": "^9.68.3",
"@fluentui/react-icons": "^2.0.307",
"filesize": "^11.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@typescript-eslint/eslint-plugin": "^8.39.1",
"@typescript-eslint/parser": "^8.39.1",
"@vitejs/plugin-react": "^5.0.0",