From 8ecab92f0279e0ce53c7469d8f0bf14f968f58d0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 09:00:32 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 3.9.7 to 4.3.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.3.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.3.5) 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 065bcee..31be752 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "prettier": "^2.0.5", "react": "^16.13.1", "react-dom": "^16.13.1", - "typescript": "^3.9.7" + "typescript": "^4.3.5" }, "engines": { "node": ">=12" diff --git a/yarn.lock b/yarn.lock index 085476d..7061fed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6461,10 +6461,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^3.9.7: - version "3.9.7" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" - integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== +typescript@^4.3.5: + version "4.3.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4" + integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA== unicode-canonical-property-names-ecmascript@^1.0.4: version "1.0.4"