Skip to content

Commit

Permalink
Update typescript version
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dariusk authored Sep 27, 2023
1 parent cd53861 commit 551fc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"eslint": "^8.40.0",
"nodemon": "^2.0.22",
"prettier": "^2.8.8",
"typescript": "^5.0.4"
"typescript": "5.1.6"
}
}

0 comments on commit 551fc92

Please sign in to comment.