From fd9c7a80d41a686174e1a6691ac5bc10a41723a7 Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Tue, 13 Sep 2022 13:46:31 +0800 Subject: [PATCH] chore: update checkVersion.js --- scripts/checkVersion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/checkVersion.js b/scripts/checkVersion.js index 3061cccb8..778df70d1 100644 --- a/scripts/checkVersion.js +++ b/scripts/checkVersion.js @@ -46,7 +46,7 @@ const pkgs = { latest: '3.4.0', }, typescript: { - latest: '4.8.2', + latest: '4.8.3', }, } -- GitLab