From cd1eeb55ac45b066eebe5b5162311b0846c24896 Mon Sep 17 00:00:00 2001 From: "dev-mend-for-github-com[bot]" <51963704+dev-mend-for-github-com[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 18:03:56 +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 1f92153..66cdbf2 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,6 @@ "ts-jest": "29.0.3", "ts-node": "10.9.1", "tsconfig-paths": "^4.1.1", - "typescript": "4.8.4" + "typescript": "5.0.4" } }