Compare commits

..

1 Commits

Author SHA1 Message Date
d4b09287a4 fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
2025-05-03 00:50:58 +00:00
4 changed files with 1061 additions and 863 deletions

719
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -13,5 +13,5 @@ futures = "0.3.30"
tracing = "0.1" tracing = "0.1"
lazy_static = "1.4.0" lazy_static = "1.4.0"
regex = { version = "1.7.0" } regex = { version = "1.7.0" }
thiserror = "1.0.37" thiserror = "2.0.0"
uuid = {version = "1.2.2", features = ["v4", "fast-rng"]} uuid = {version = "1.2.2", features = ["v4", "fast-rng"]}

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": "2.2.0", "@vitejs/plugin-react": "4.4.1",
"typescript": "4.9.3", "typescript": "5.8.3",
"vite": "3.2.4" "vite": "6.3.4"
} }
} }

File diff suppressed because it is too large Load Diff