From 2ada8ee7a1e5fb0019e590bf0533bc47bea6fb6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Nov 2021 21:17:20 +0000 Subject: [PATCH] chore(deps-dev): Bump @graphql-codegen/typescript-operations Bumps [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations) from 1.17.15 to 2.2.1. - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/operations/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript-operations@2.2.1/packages/plugins/typescript/operations) --- updated-dependencies: - dependency-name: "@graphql-codegen/typescript-operations" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/client-gql/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client-gql/package.json b/packages/client-gql/package.json index f76bff3e9..64cb20c3a 100644 --- a/packages/client-gql/package.json +++ b/packages/client-gql/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@graphql-codegen/cli": "^1.21.3", "@graphql-codegen/typescript": "^1.21.1", - "@graphql-codegen/typescript-operations": "^1.17.15", + "@graphql-codegen/typescript-operations": "^2.2.1", "@graphql-codegen/typescript-react-apollo": "^2.2.3", "concurrently": "^6.0.2" },