From 31e7fc5969b2a7917f24a412a08a5f423cab4fe8 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sat, 19 Oct 2024 09:53:48 +0100 Subject: [PATCH] build(deps-dev): lock typescript minor version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3111a2d..44c3c0a 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "standard": "^17.0.0", "tap": "^16.0.0", "tsd": "^0.31.0", - "typescript": "^5.0.2" + "typescript": "~5.0.2" }, "tsd": { "directory": "./test/types"