From 551fc92597c5abe70a0b516d9ec3c624c4073e6d Mon Sep 17 00:00:00 2001 From: Darius Kazemi Date: Wed, 27 Sep 2023 09:43:02 -0700 Subject: Update typescript version The previous ^-based version installed 5.2.x automatically, but some changes in 5.2 break the build. I have updated this to explicitly install the latest 5.1 version, one that I have confirmed to work --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 90047c3..afbca27 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,6 @@ "eslint": "^8.40.0", "nodemon": "^2.0.22", "prettier": "^2.8.8", - "typescript": "^5.0.4" + "typescript": "5.1.6" } } -- cgit v1.2.3