diff options
author | Darius Kazemi <darius.kazemi@gmail.com> | 2023-09-27 09:43:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-27 09:43:02 -0700 |
commit | 551fc92597c5abe70a0b516d9ec3c624c4073e6d (patch) | |
tree | a6dfeeb3d70449298ce86c83ae83cedde9635a04 /package.json | |
parent | cd53861e2823ca692931894ba5a89d460bc326c8 (diff) |
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
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" } } |