From 526dc2b1acfcc739c1688f09ff980451da431bf9 Mon Sep 17 00:00:00 2001 From: jiangkaiwen Date: Fri, 19 Aug 2022 15:44:28 +0800 Subject: [PATCH] Change package.json 1. Change webpack version issue: #I5N2A2 Signed-off-by: jiangkaiwen Change-Id: I99d8b00ef57af0fc2b778746e241e453bed369d8 --- ts2panda/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts2panda/package.json b/ts2panda/package.json index 4d2d5abd581..4009844a369 100644 --- a/ts2panda/package.json +++ b/ts2panda/package.json @@ -30,7 +30,7 @@ "tslint": "^5.11.0", "ts-sinon": "^1.2.1", "typescript": "^4.1.3", - "webpack": "^4.46.0", + "webpack": "^5.70.0", "webpack-cli": "^4.9.2" }, "dependencies": { -- Gitee