From e2b91400e8509e64aed83a0f884a72d892cd724b Mon Sep 17 00:00:00 2001 From: wangcaoyu Date: Fri, 1 Aug 2025 21:05:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4typescript=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangcaoyu --- build-tools/package-lock.json | 8 ++++---- build-tools/package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build-tools/package-lock.json b/build-tools/package-lock.json index 33fe9653c1..c92425b8bf 100644 --- a/build-tools/package-lock.json +++ b/build-tools/package-lock.json @@ -13,7 +13,7 @@ "commander": "^13.1.0", "fs": "^0.0.1-security", "path": "^0.12.7", - "typescript": "npm:ohos-typescript@4.9.5-r7" + "typescript": "npm:ohos-typescript@4.9.5-r8" } }, "node_modules/commander": { @@ -53,9 +53,9 @@ }, "node_modules/typescript": { "name": "ohos-typescript", - "version": "4.9.5-r7", - "resolved": "https://repo.huaweicloud.com/repository/npm/ohos-typescript/-/ohos-typescript-4.9.5-r7.tgz", - "integrity": "sha512-TmZvqQUlasXNo+xSGEfFPP8I18bxwtGAdnX0DfAmq7olhWfNWlHlZDLxo1czNge7d1MwTAxXzEo/6+Tq4pXneQ==", + "version": "4.9.5-r8", + "resolved": "https://repo.huaweicloud.com/repository/npm/ohos-typescript/-/ohos-typescript-4.9.5-r8.tgz", + "integrity": "sha512-Wyj9xCBUOSMf7J1NsA82H75bpmA6Hm/U5V6yF62uz51XSq9spik57osyn/smAvPZqzrIhF/gRtPDYe0SWfqrAw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/build-tools/package.json b/build-tools/package.json index 93b7bb802d..ec59b84296 100644 --- a/build-tools/package.json +++ b/build-tools/package.json @@ -13,6 +13,6 @@ "commander": "^13.1.0", "fs": "^0.0.1-security", "path": "^0.12.7", - "typescript": "npm:ohos-typescript@4.9.5-r7" + "typescript": "npm:ohos-typescript@4.9.5-r8" } -} \ No newline at end of file +} -- Gitee