fix: add graphql runtime dependency (#749)

* fix: add graphql runtime dependency

* chore: set graphql range to ^16.11.0
This commit is contained in:
Ozan Kaşıkçı
2025-10-08 19:34:52 +03:00
committed by GitHub
parent 8ec161b981
commit 2822af505e
5 changed files with 23907 additions and 12 deletions

View File

@@ -4818,6 +4818,11 @@ graphql-request@6.1.0:
"@graphql-typed-document-node/core" "^3.2.0"
cross-fetch "^3.1.5"
graphql@^16.11.0:
version "16.11.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.11.0.tgz#96d17f66370678027fdf59b2d4c20b4efaa8a633"
integrity sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==
har-schema@^2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz"