From f3eaf0e753650c16f25e85222270b20a40e7639a Mon Sep 17 00:00:00 2001 From: Guangyao Ma Date: Tue, 14 Feb 2023 17:03:01 +0800 Subject: [PATCH] fixed 21dd9da from https://gitee.com/mgy917/arkcompiler_ets_frontend/pulls/852 fix: add form check features and updata typescript package Signed-off-by: Guangyao Ma Change-Id: I697b0d14f2799af05bda62b815cbe806fb02d3d9 --- ts2panda/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts2panda/package-lock.json b/ts2panda/package-lock.json index 27bf027d78..33eb4bf106 100644 --- a/ts2panda/package-lock.json +++ b/ts2panda/package-lock.json @@ -4470,7 +4470,7 @@ }, "typescript": { "version": "file:deps/ohos-typescript-4.2.3-r2.tgz", - "integrity": "sha512-nUW6Nr2UFqhuJW2Zs/06fEAOloU9TuwFvVqz/m3q27UY9xXKBOSTL/jhdsGwdoqx+ZjGPAC1qLFknsfkawvguA==", + "integrity": "sha512-EgfQyxAFWaYxjuDw26Ub4al9+ihVhymnE7fp84C5AoTfyclZLFeRVv7Duv20Pgku7+euJ8vBeh3oFgHl7jhbEg==", "dev": true }, "typical": { -- Gitee