1 Commits

Author SHA1 Message Date
9789e4b4b8 Update 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-09-19 00:41:31 +00:00
3 changed files with 10 additions and 20 deletions

View File

@@ -2272,28 +2272,18 @@ dependencies = [
[[package]]
name = "serde"
version = "1.0.226"
version = "1.0.219"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dca6411025b24b60bfa7ec1fe1f8e710ac09782dca409ee8237ba74b51295fd"
dependencies = [
"serde_core",
"serde_derive",
]
[[package]]
name = "serde_core"
version = "1.0.226"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba2ba63999edb9dac981fb34b3e5c0d111a69b0924e253ed29d83f7c99e966a4"
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.226"
version = "1.0.219"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8db53ae22f34573731bafa1db20f04027b2d25e02d8205921b569171699cdb33"
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
dependencies = [
"proc-macro2",
"quote",

View File

@@ -9,7 +9,7 @@ edition = "2024"
log = "0.4.28"
env_logger = "0.11.8"
clap = { version = "4.5.47", features = ["derive", "env"] }
serde = { version = "1.0.226", features = ["derive"] }
serde = { version = "1.0.219", features = ["derive"] }
light-openid = { version = "1.0.4", features = ["crypto-wrapper"] }
basic-jwt = "0.3.0"
actix-web = "4.11.0"

View File

@@ -13,13 +13,13 @@
"@fluentui/react-components": "^9.70.0",
"@fluentui/react-icons": "^2.0.310",
"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.35.0",
"@types/react": "^18.3.24",
"@types/react-dom": "^18.3.7",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@typescript-eslint/eslint-plugin": "^8.44.0",
"@typescript-eslint/parser": "^8.43.0",
"@vitejs/plugin-react": "^5.0.3",
@@ -29,6 +29,6 @@
"globals": "^16.4.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.43.0",
"vite": "^7.1.6"
"vite": "^7.1.5"
}
}