Compare commits
1 Commits
renovate/a
...
4a5c0190f2
| Author | SHA1 | Date | |
|---|---|---|---|
| 4a5c0190f2 |
1003
Cargo.lock
generated
1003
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
axum = { version = "0.5.17" }
|
axum = { version = "0.7.0" }
|
||||||
axum-extra = { version = "0.3.7", features = ["spa"] }
|
axum-extra = { version = "0.9.0", features = ["spa"] }
|
||||||
futures = "0.3.30"
|
futures = "0.3.30"
|
||||||
tower-http = { version = "0.6.0", features = ["cors", "trace"] }
|
tower-http = { version = "0.6.0", features = ["cors", "trace"] }
|
||||||
async-graphql = { version = "7.0.0", features = [
|
async-graphql = { version = "7.0.0", features = [
|
||||||
|
|||||||
@@ -13,10 +13,10 @@
|
|||||||
"react-dom": "19.0.0"
|
"react-dom": "19.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/react": "19.0.10",
|
"@types/react": "19.0.1",
|
||||||
"@types/react-dom": "19.0.4",
|
"@types/react-dom": "19.0.2",
|
||||||
"@vitejs/plugin-react": "5.1.2",
|
"@vitejs/plugin-react": "2.2.0",
|
||||||
"typescript": "5.9.3",
|
"typescript": "4.9.3",
|
||||||
"vite": "7.2.7"
|
"vite": "3.2.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
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