From 208f9b7a49eef0535bea8627f1292ff6bf067470 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:16:03 +0000 Subject: [PATCH] chore(deps): update dependency graphql to v16.8.1 --- packages/codegen-fragments/package.json | 2 +- packages/graphql-react-ws/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/codegen-fragments/package.json b/packages/codegen-fragments/package.json index 597a5ae4..2790fc27 100644 --- a/packages/codegen-fragments/package.json +++ b/packages/codegen-fragments/package.json @@ -42,7 +42,7 @@ "peerDependencies": { "@graphql-codegen/core": "^3.1.0", "@soundxyz/gql-string": "workspace:^", - "graphql": ">=16.6.0" + "graphql": ">=16.8.1" }, "publishConfig": { "directory": "dist" diff --git a/packages/graphql-react-ws/package.json b/packages/graphql-react-ws/package.json index bf09cff0..7351f7f1 100644 --- a/packages/graphql-react-ws/package.json +++ b/packages/graphql-react-ws/package.json @@ -30,7 +30,7 @@ "peerDependencies": { "@soundxyz/gql-string": "workspace:^0.1.0", "@types/react": "^18.0.28", - "graphql": "^16.6.0", + "graphql": "^16.8.1", "react": "^18.2.0", "valtio": "^1.11.2" },