From 9e0620cdf9c3c784b63d957f58878268220e08ba Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Mon, 6 Jun 2022 16:01:37 +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 e6d81013e..bcad01896 100644 --- a/scripts/checkVersion.js +++ b/scripts/checkVersion.js @@ -46,7 +46,7 @@ const pkgs = { latest: '3.4.0', }, typescript: { - latest: '4.6.4', + latest: '4.7.3', }, } -- GitLab