From 6c1aa77209f6c9ea9260a74a2043dc9434e10f8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 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.4.2. - [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.4.2/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..7ea22e8f 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.4.2", "@graphql-codegen/typescript-urql": "^1.12.2", "typescript": "^3.7.5" },