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" },