From 6390fd3b7b28afd7bb4f3dc5c749aa006ec5d342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 22:52:05 +0000 Subject: [PATCH] Bump typescript from 4.1.3 to 4.2.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.3 to 4.2.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.3...v4.2.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b2d04bd79..36d60f53d 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "react": "16.8.6", "react-docgen": "^5.0.0-beta.1", "react-native": "0.59.10", - "typescript": "4.1.3", + "typescript": "4.2.3", "react-native-testing-library": "^6.0.0", "react-test-renderer": "16.8.3", "prettier": "^2.0.4"