1 Commits

3 changed files with 8 additions and 8 deletions

View File

@@ -9,13 +9,13 @@ edition = "2021"
axum = { version = "0.5.17" } axum = { version = "0.5.17" }
axum-extra = { version = "0.3.7", features = ["spa"] } axum-extra = { version = "0.3.7", features = ["spa"] }
futures = "0.3.30" futures = "0.3.30"
tower-http = { version = "0.6.0", features = ["cors", "trace"] } tower-http = { version = "0.3.4", features = ["cors", "trace"] }
async-graphql = { version = "7.0.0", features = [ async-graphql = { version = "4.0.16", features = [
'tracing', 'tracing',
'opentelemetry', 'opentelemetry',
"log", "log",
] } ] }
async-graphql-axum = { version = "7.0.0" } async-graphql-axum = { version = "4.0.16" }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.89" serde_json = "1.0.89"
tokio = { version = "1.22", features = ["full"] } tokio = { version = "1.22", features = ["full"] }

View File

@@ -13,7 +13,7 @@
"react-dom": "19.0.0" "react-dom": "19.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "19.0.10", "@types/react": "19.0.12",
"@types/react-dom": "19.0.4", "@types/react-dom": "19.0.4",
"@vitejs/plugin-react": "2.2.0", "@vitejs/plugin-react": "2.2.0",
"typescript": "4.9.3", "typescript": "4.9.3",

View File

@@ -324,10 +324,10 @@
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.0.4.tgz#bedba97f9346bd4c0fe5d39e689713804ec9ac89" resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.0.4.tgz#bedba97f9346bd4c0fe5d39e689713804ec9ac89"
integrity sha512-4fSQ8vWFkg+TGhePfUzVmat3eC14TXYSsiiDSLI0dVLsrm9gZFABjPy/Qu6TKgl1tq1Bu1yDsuQgY3A3DOjCcg== integrity sha512-4fSQ8vWFkg+TGhePfUzVmat3eC14TXYSsiiDSLI0dVLsrm9gZFABjPy/Qu6TKgl1tq1Bu1yDsuQgY3A3DOjCcg==
"@types/react@19.0.10": "@types/react@19.0.12":
version "19.0.10" version "19.0.12"
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.10.tgz#d0c66dafd862474190fe95ce11a68de69ed2b0eb" resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.12.tgz#338b3f7854adbb784be454b3a83053127af96bd3"
integrity sha512-JuRQ9KXLEjaUNjTWpzuR231Z2WpIwczOkBEIvbHNCzQefFIT0L8IqE6NV6ULLyC1SI/i234JnDoMkfg+RjQj2g== integrity sha512-V6Ar115dBDrjbtXSrS+/Oruobc+qVbbUxDFC1RSbRqLt5SYvxxyIDrSC85RWml54g+jfNeEMZhEj7wW07ONQhA==
dependencies: dependencies:
csstype "^3.0.2" csstype "^3.0.2"