From 553caac7d9076bf85a3b07199e1ff91b84a18639 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sat, 17 Jun 2023 18:54:35 +0000 Subject: [PATCH] Upgraded the build-time compiler to 5.1.3. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2b7090..f97e541 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,6 @@ "jest": "^29.4.3", "prettier": "^2.8.4", "ts-jest": "^29.0.5", - "typescript": "^4.9.5" + "typescript": "^5.1.3" } }