From e41e4cc88fda1e26011e30d96614a5b2ddbf7c21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Fri, 21 Feb 2020 17:49:25 +0800 Subject: [PATCH] :up: upgrade typescript to 3.8 (#21510) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d44e3cf67..c99f6b07ea 100644 --- a/package.json +++ b/package.json @@ -244,7 +244,7 @@ "stylelint-declaration-block-no-ignored-properties": "^2.1.0", "stylelint-order": "^4.0.0", "theme-switcher": "^1.0.2", - "typescript": "~3.7.2", + "typescript": "~3.8.2", "webpack-bundle-analyzer": "^3.6.0", "xhr-mock": "^2.4.1", "xhr2": "^0.2.0",