From 14ed842107ec787a8a84b11d4a4dc9a262889364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 02:03:40 +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.5.7. - [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.5.7/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..f4d794c2 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.5.7", "typescript": "^3.7.5" }, "dependencies": {