From eb996b8cb16f00d6c6293a6707461d4290d07780 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 22:14:52 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b63db51..bdf3adf 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "@types/react-dom": "17.0.8", "react": "17.0.2", "react-dom": "17.0.2", - "typescript": "4.3.4" + "typescript": "5.0.3" } }