From 419dee3c8c63087f186c6a8cfeddeec205a5f666 Mon Sep 17 00:00:00 2001 From: ZeroLing Date: Thu, 21 Nov 2024 15:18:16 +0800 Subject: [PATCH] feat: add @swc/types@0.1.16 as a bug version, fallback to 0.1.12 (#259) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @swc/types@0.1.16 has no index.js, 是一个非兼容性改动, 降级到 0.1.12 --- 同步雨燕改动内容 ## Summary by CodeRabbit - **New Features** - Updated package dependencies for improved compatibility and security. - Added `@swc/types` package with version `0.1.16`. --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 26b5435..a682d34 100644 --- a/package.json +++ b/package.json @@ -992,6 +992,12 @@ "reason": "https://github.com/swc-project/swc/issues/7203" } }, + "@swc/types": { + "0.1.16": { + "version": "0.1.12", + "reason": "https://github.com/swc-project/swc/issues/9753" + } + }, "undici": { "5.22.0": { "version": "5.21.2",