From 2ae3b4c30c4715f15f02c0405703e9fa78040b3f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 05:23:27 +0000 Subject: [PATCH] Bump typescript from 4.2.3 to 4.3.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.3 to 4.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.3...v4.3.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- packages/mobile/package.json | 2 +- yarn.lock | 13 ++++--------- 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 6c20fae..01a05cd 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "husky": "^3.0.5", "lint-staged": "^9.2.5", "prettier": "^2.2.1", - "typescript": "^4.2.3" + "typescript": "^4.3.3" }, "resolutions": { "babel-jest": "^26.0.0", diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 5e4322e..2536c33 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -32,7 +32,7 @@ "jest-expo": "^40.0.2", "metro-config": "^0.59.0", "react-test-renderer": "^17.0.2", - "typescript": "~4.0.0" + "typescript": "~4.3.3" }, "private": true } diff --git a/yarn.lock b/yarn.lock index fedf7fa..d4b4951 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15029,15 +15029,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^4.2.3: - version "4.2.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3" - integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw== - -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, 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.27"