1 Commits

Author SHA1 Message Date
6bfd87e251 fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
2025-12-02 04:55:52 +00:00
3 changed files with 604 additions and 632 deletions

4
Cargo.lock generated
View File

@@ -2315,9 +2315,9 @@ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]] [[package]]
name = "uuid" name = "uuid"
version = "1.18.1" version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
dependencies = [ dependencies = [
"getrandom 0.3.4", "getrandom 0.3.4",
"js-sys", "js-sys",

View File

@@ -15,8 +15,8 @@
"devDependencies": { "devDependencies": {
"@types/react": "19.0.10", "@types/react": "19.0.10",
"@types/react-dom": "19.0.4", "@types/react-dom": "19.0.4",
"@vitejs/plugin-react": "5.1.1", "@vitejs/plugin-react": "2.2.0",
"typescript": "5.9.3", "typescript": "4.9.3",
"vite": "7.2.6" "vite": "3.2.4"
} }
} }

File diff suppressed because it is too large Load Diff