From 5e32d500bd4b7f4716a4ca288036de9bfb004bef Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 23:41:32 +0000 Subject: [PATCH] Build(deps): Bump typescript from 3.9.3 to 4.3.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.3 to 4.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.3...v4.3.3) 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 1cf744e..996df50 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "redux-saga": "^1.1.3", "reselect": "^4.0.0", "typesafe-actions": "^5.1.0", - "typescript": "3.9.3" + "typescript": "4.3.3" }, "scripts": { "start": "react-scripts start", diff --git a/yarn.lock b/yarn.lock index 14037f1..be3bae8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11996,10 +11996,10 @@ typescript-tuple@^2.2.1: dependencies: typescript-compare "^0.0.2" -typescript@3.9.3: - version "3.9.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.3.tgz#d3ac8883a97c26139e42df5e93eeece33d610b8a" - integrity sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ== +typescript@4.3.3: + version "4.3.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.3.tgz#5401db69bd3203daf1851a1a74d199cb3112c11a" + integrity sha512-rUvLW0WtF7PF2b9yenwWUi9Da9euvDRhmH7BLyBG4DCFfOJ850LGNknmRpp8Z8kXNUPObdZQEfKOiHtXuQHHKA== uglify-js@3.4.x: version "3.4.10"