diff --git a/package.json b/package.json index d0503dc3d..65f596efd 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@electron/notarize": "3.1.1", "@graphql-codegen/cli": "7.0.0", "@graphql-codegen/schema-ast": "6.0.0", - "@graphql-codegen/typescript-operations": "6.0.0", + "@graphql-codegen/typescript-operations": "6.0.1", "@graphql-typed-document-node/core": "3.2.0", "@octokit/core": "7.0.6", "@octokit/graphql": "9.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4b7632d99..bb36e3c94 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -43,8 +43,8 @@ importers: specifier: 6.0.0 version: 6.0.0(graphql@16.13.2) '@graphql-codegen/typescript-operations': - specifier: 6.0.0 - version: 6.0.0(graphql@16.13.2) + specifier: 6.0.1 + version: 6.0.1(graphql@16.13.2) '@graphql-typed-document-node/core': specifier: 3.2.0 version: 3.2.0(graphql@16.13.2) @@ -506,6 +506,16 @@ packages: graphql-sock: optional: true + '@graphql-codegen/typescript-operations@6.0.1': + resolution: {integrity: sha512-LKJdEg5iOC1xt9qbxIkXrcGTyaEjfOUECVuKN33bGxpjBgEUIexdw5jMS5O4al3ADux7dy1sxHsO4kirQoVJXQ==} + engines: {node: '>=16'} + peerDependencies: + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + graphql-sock: ^1.0.0 + peerDependenciesMeta: + graphql-sock: + optional: true + '@graphql-codegen/typescript@6.0.1': resolution: {integrity: sha512-UmHKlOBqnmGs0ioZsfi7INIb6+YCXVMi3KSp/INO359fT3RJxWPLPiE7T30UaWXtLeO6fBNZcvhy3EGBI9UCvw==} engines: {node: '>=16'} @@ -4398,6 +4408,15 @@ snapshots: graphql: 16.13.2 tslib: 2.8.1 + '@graphql-codegen/typescript-operations@6.0.1(graphql@16.13.2)': + dependencies: + '@graphql-codegen/plugin-helpers': 7.0.0(graphql@16.13.2) + '@graphql-codegen/schema-ast': 6.0.0(graphql@16.13.2) + '@graphql-codegen/visitor-plugin-common': 7.0.1(graphql@16.13.2) + auto-bind: 5.0.1 + graphql: 16.13.2 + tslib: 2.8.1 + '@graphql-codegen/typescript@6.0.1(graphql@16.13.2)': dependencies: '@graphql-codegen/plugin-helpers': 7.0.0(graphql@16.13.2)