From 79eda3a45899c899f2ff8869daafaee2e2fe6f35 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 08:08:32 +0000 Subject: [PATCH] Bump typescript from 4.0.7 to 4.3.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.7 to 4.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.7...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 abf89c1..e515000 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "lint-staged": ">=10", "prettier": "^2.2.1", "react-native-svg-transformer": "^0.14.3", - "typescript": "~4.0.0" + "typescript": "~4.3.3" }, "private": true, "husky": { diff --git a/yarn.lock b/yarn.lock index 29a6aea..d0d928f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8205,10 +8205,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@~4.0.0: - version "4.0.7" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.7.tgz#7168032c43d2a2671c95c07812f69523c79590af" - integrity sha512-yi7M4y74SWvYbnazbn8/bmJmX4Zlej39ZOqwG/8dut/MYoSQ119GY9ZFbbGsD4PFZYWxqik/XsP3vk3+W5H3og== +typescript@~4.3.3: + version "4.3.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.3.tgz#5401db69bd3203daf1851a1a74d199cb3112c11a" + integrity sha512-rUvLW0WtF7PF2b9yenwWUi9Da9euvDRhmH7BLyBG4DCFfOJ850LGNknmRpp8Z8kXNUPObdZQEfKOiHtXuQHHKA== ua-parser-js@^0.7.18: version "0.7.24"