From e761367d9a9d9f424d1d30b3fb9dc54cddf3599f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 05:49:17 +0000 Subject: [PATCH] Bump typescript from 3.9.2 to 4.3.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.2 to 4.3.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.2...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 bc6db6d..9c9fbf1 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "husky": "^4.2.5", "prettier": "^2.0.5", "sort-package-json": "^1.42.2", - "typescript": "^3.9.2" + "typescript": "^4.3.5" }, "peerDependencies": { "react": "^16.13.1" diff --git a/yarn.lock b/yarn.lock index be2ebd8..5c35013 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1630,10 +1630,10 @@ type-fest@^0.8.1: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== -typescript@^3.9.2: - version "3.9.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.2.tgz#64e9c8e9be6ea583c54607677dd4680a1cf35db9" - integrity sha512-q2ktq4n/uLuNNShyayit+DTobV2ApPEo/6so68JaD5ojvc/6GClBipedB9zNWYxRSAlZXAe405Rlijzl6qDiSw== +typescript@^4.3.5: + version "4.3.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4" + integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA== uri-js@^4.2.2: version "4.2.2"