From 2c60b57a29d23f840fe79f4fb0d5588d459b94f6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 11:35:30 +0000 Subject: [PATCH] :arrow_up: Bump typescript from 3.1.6 to 4.2.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.1.6 to 4.2.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 20e212a..e618820 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "ts-loader": "^5.3.1", "tslint": "~5.7.0", "tslint-config-prettier": "~1.9.0", - "typescript": "~3.1.2", + "typescript": "~4.2.4", "webpack": "^5.9.0", "webpack-cli": "^3.3.12" }, diff --git a/yarn.lock b/yarn.lock index 3666677..973b7ce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2575,10 +2575,10 @@ tsutils@^2.8.1: dependencies: tslib "^1.8.1" -typescript@~3.1.2: - version "3.1.6" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.6.tgz#b6543a83cfc8c2befb3f4c8fba6896f5b0c9be68" - integrity sha512-tDMYfVtvpb96msS1lDX9MEdHrW4yOuZ4Kdc4Him9oU796XldPYF/t2+uKoX0BBa0hXXwDlqYQbXY5Rzjzc5hBA== +typescript@~4.2.4: + version "4.2.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961" + integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg== union-value@^1.0.0: version "1.0.0"