Compare commits

..

1 Commits

Author SHA1 Message Date
da374b5a45 Update dependency @types/react-dom to v18.3.2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-12-07 00:33:21 +00:00
2 changed files with 595 additions and 824 deletions

View File

@ -1951,7 +1951,7 @@ dependencies = [
"reqwest",
"rust-embed",
"serde",
"thiserror 2.0.6",
"thiserror 2.0.4",
"uuid",
]
@ -2435,11 +2435,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.6"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
checksum = "2f49a1853cf82743e3b7950f77e0f4d622ca36cf4317cba00c767838bac8d490"
dependencies = [
"thiserror-impl 2.0.6",
"thiserror-impl 2.0.4",
]
[[package]]
@ -2455,9 +2455,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "2.0.6"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
checksum = "8381894bb3efe0c4acac3ded651301ceee58a15d47c2e34885ed1908ad667061"
dependencies = [
"proc-macro2",
"quote",

File diff suppressed because it is too large Load Diff