From 604d6401c8dd9fb8b67144a9a7a0cd0cdfb76979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 05:23:29 +0000 Subject: [PATCH] Bump typescript from 3.9.9 to 4.2.4 in /packages/core Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.9 to 4.2.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) 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..091bfd97 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -13,7 +13,7 @@ "@graphql-codegen/typescript": "^1.12.2", "@graphql-codegen/typescript-operations": "^1.12.2", "@graphql-codegen/typescript-urql": "^1.12.2", - "typescript": "^3.7.5" + "typescript": "^4.2.4" }, "dependencies": { "graphql-tag": "^2.10.3",