From 44a22f814003b51501b2a345de573fb189df7968 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 16:43:03 +0000 Subject: [PATCH] Update dependency typescript to v5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f6d637..c43bc1c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "react-dom": "^18.2.0", "react-scripts": "^5.0.1", "rimraf": "^5.0.0", - "typescript": "^4.9.5", + "typescript": "^5.0.0", "util": "^0.12.5", "web-vitals": "^3.0.0" },