From 056cb070afd64e317ff47f36f24de415b1fe8ea7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 20 Jun 2021 12:55:38 +0000 Subject: [PATCH] Bump typescript from 4.2.3 to 4.3.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.3 to 4.3.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.3...v4.3.4) 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..74607fa 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.4" }, "resolutions": { "babel-jest": "^26.0.0", diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 5e4322e..373893f 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.4" }, "private": true } diff --git a/yarn.lock b/yarn.lock index 54819fd..a83444a 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.4, typescript@~4.3.4: + version "4.3.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.4.tgz#3f85b986945bcf31071decdd96cf8bfa65f9dcbc" + integrity sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew== ua-parser-js@^0.7.18: version "0.7.27"