diff options
author | Matthew Miller <matthew@millerti.me> | 2021-08-27 16:18:48 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2021-08-27 16:18:48 -0700 |
commit | 0843d4739e1ed08f2ceb66adeacacdcac6a612cd (patch) | |
tree | 5b2b2c16d8f53a9c02a5144fa3c7acd162131575 | |
parent | a79987d122377a776681ee802fb922ccfad16ec3 (diff) |
Set monorepo to ts@~4.3.5 too?
Why did that one-line change to browser's package.json break CI in a different way??
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index f407192..79ecde6 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "ts-morph": "^11.0.3", "ts-node": "^10.2.1", "typedoc": "^0.21.6", - "typescript": "^4.3.5" + "typescript": "~4.3.5" }, "husky": { "hooks": { |