From e1a9c951ee97e9aa76889217392c512af0ec496d Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 27 Aug 2022 17:07:01 +0700 Subject: [PATCH] Upgrade to TypeScript 4.8 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e88df113..54a946a5 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "typedefinitions" ], "dependencies": { - "@tsd/typescript": "~4.7.4", + "@tsd/typescript": "^4.8.2", "eslint-formatter-pretty": "^4.1.0", "globby": "^11.0.1", "meow": "^9.0.0", @@ -61,7 +61,7 @@ "execa": "^5.0.0", "react": "^16.9.0", "rxjs": "^6.5.3", - "typescript": "~4.7.4" + "typescript": "^4.8.2" }, "ava": { "timeout": "2m",