Compare commits
3 Commits
d3fd4f44cc
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
| cdbe0ac16d | |||
| b91ea50200 | |||
| e12d17608f |
999
Cargo.lock
generated
999
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -6,8 +6,8 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
axum = { version = "0.8.0" }
|
||||
axum-extra = { version = "0.10.0", features = ["spa"] }
|
||||
axum = { version = "0.5.17" }
|
||||
axum-extra = { version = "0.3.7", features = ["spa"] }
|
||||
futures = "0.3.30"
|
||||
tower-http = { version = "0.6.0", features = ["cors", "trace"] }
|
||||
async-graphql = { version = "7.0.0", features = [
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
"devDependencies": {
|
||||
"@types/react": "19.0.10",
|
||||
"@types/react-dom": "19.0.4",
|
||||
"@vitejs/plugin-react": "2.2.0",
|
||||
"typescript": "4.9.3",
|
||||
"vite": "3.2.4"
|
||||
"@vitejs/plugin-react": "5.1.1",
|
||||
"typescript": "5.9.3",
|
||||
"vite": "7.2.6"
|
||||
}
|
||||
}
|
||||
1226
web/yarn.lock
1226
web/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user