From b6ac49fd3455b8f76361cc03a01201ec1feb49b6 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Tue, 30 Apr 2024 13:51:49 +0200 Subject: [PATCH] chore: Update typescript to 5.x (#26) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb07138..fa70869 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,6 @@ "np": "^7.6.2", "prettier": "^2.7.1", "rimraf": "^3.0.2", - "typescript": "~3.8.3" + "typescript": "~5.1.0" } }