Compare commits
6 Commits
ec7ed185ac
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
| cdbe0ac16d | |||
| b91ea50200 | |||
| e12d17608f | |||
| 2b3b4bc38c | |||
| 50e9394961 | |||
| 103b26c6ad |
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 = [
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
"react-dom": "19.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "19.0.8",
|
||||
"@types/react-dom": "19.0.3",
|
||||
"@vitejs/plugin-react": "2.2.0",
|
||||
"typescript": "4.9.3",
|
||||
"vite": "3.2.4"
|
||||
"@types/react": "19.0.10",
|
||||
"@types/react-dom": "19.0.4",
|
||||
"@vitejs/plugin-react": "5.1.1",
|
||||
"typescript": "5.9.3",
|
||||
"vite": "7.2.6"
|
||||
}
|
||||
}
|
||||
1242
web/yarn.lock
1242
web/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user