From f8ea8efc0ff298e2575197bbf815f9f0f5b203e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Dec 2021 02:02:50 +0000 Subject: [PATCH] Bump @graphql-codegen/typescript-urql in /packages/core Bumps [@graphql-codegen/typescript-urql](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/urql) from 1.17.7 to 3.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/urql/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript-urql@3.4.2/packages/plugins/typescript/urql) --- updated-dependencies: - dependency-name: "@graphql-codegen/typescript-urql" 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..f97a86a8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -12,7 +12,7 @@ "@graphql-codegen/cli": "^1.12.2", "@graphql-codegen/typescript": "^1.12.2", "@graphql-codegen/typescript-operations": "^1.12.2", - "@graphql-codegen/typescript-urql": "^1.12.2", + "@graphql-codegen/typescript-urql": "^3.4.2", "typescript": "^3.7.5" }, "dependencies": {