Fix macOS and Linux build regressions (#345)

* Fix macOS builds by pinning Typescript

Due to https://github.com/joyent/node-verror/issues/86

* Fix linux build, we no longer use tclsh

* Correct fix for linux build issue

* fix it for realsies this time
This commit is contained in:
Michael Telatynski
2022-04-22 14:40:16 +01:00
committed by GitHub
parent fcfda67511
commit 7ad5c9b01c
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -81,7 +81,7 @@
"rimraf": "^3.0.2",
"tar": "^6.1.2",
"ts-node": "^10.4.0",
"typescript": "^4.5.3"
"typescript": "4.5.5"
},
"hakDependencies": {
"matrix-seshat": "^2.3.0",