From 699d6cffd01112eaab6e334767c7fedb957ef87b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 02:05:00 +0000 Subject: [PATCH] Bump @graphql-codegen/typescript-operations in /packages/core Bumps [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations) from 1.18.4 to 2.5.5. - [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.5.5/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/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/package.json b/packages/core/package.json index 2bf4daec..5060b113 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@graphql-codegen/cli": "^1.12.2", "@graphql-codegen/typescript": "^1.12.2", - "@graphql-codegen/typescript-operations": "^1.12.2", + "@graphql-codegen/typescript-operations": "^2.5.5", "@graphql-codegen/typescript-urql": "^1.12.2", "typescript": "^3.7.5" },