From cbd7626f10d1e4701b3533b6af5ce365fa389fbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 02:03:37 +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.3. - [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.3/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..f5802d06 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.3", "@graphql-codegen/typescript-urql": "^1.12.2", "typescript": "^3.7.5" },