From 91f82987d0c8676c9bfa8647cb7036ec0ce74825 Mon Sep 17 00:00:00 2001 From: Erik Date: Fri, 11 Feb 2022 16:33:47 -0500 Subject: [PATCH] pin minor typescript version Forking this repo and using a different package manager which does not respect the existing package-lock file will cause ts 4.5 to be installed, which [hangs during build](https://github.com/microsoft/TypeScript/issues/46900). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4e9f6b7b..8f82fc3fa 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "socket.io-client": "^4.4.0", "prettier": "^2.5.1", "prettier-plugin-tailwindcss": "^0.1.4", - "typescript": "^4.3.5" + "typescript": "~4.3.5" }, "lint-staged": { "*.+(js|jsx|ts|tsx)": [