From 6ba71f201f358a308c1a57b5252b40df8cb20ae1 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 3 Jun 2021 17:55:32 +0700 Subject: [PATCH] Semi-pin TypeScript version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f6066220..dd356430 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "typedefinitions" ], "dependencies": { - "@tsd/typescript": "^4.3.2", + "@tsd/typescript": "~4.3.2", "eslint-formatter-pretty": "^4.0.0", "globby": "^11.0.1", "meow": "^9.0.0",