From c4e7eeabcb246dc9de3e71e91db7a380d4cedfe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=A2=A8?= Date: Wed, 18 Jun 2025 14:30:02 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8D=87=E7=BA=A7=20rollup-plugin-ext?= =?UTF-8?q?ernal-globals=20=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC=E4=BB=A5?= =?UTF-8?q?=E8=A7=A3=E5=86=B3deprecated=20=E9=97=AE=E9=A2=98:=20npm=20warn?= =?UTF-8?q?=20deprecated=20sourcemap-codec@1.4.8:=20Please=20use=20@jridge?= =?UTF-8?q?well/sourcemap-codec=20instead?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0f666b7..fb4a0b3 100644 --- a/package.json +++ b/package.json @@ -39,13 +39,13 @@ }, "dependencies": { "fs-extra": "^11.3.0", - "rollup-plugin-external-globals": "^0.6.1", + "rollup-plugin-external-globals": "^0.13.0", "serve-static": "^1.16.2" }, "devDependencies": { "@tsconfig/node22": "^22.0.2", "@types/fs-extra": "^11.0.4", - "@types/node": "^22.15.31", + "@types/node": "^22.15.32", "@types/serve-static": "^1.15.8", "prettier": "^3.5.3", "tsup": "^8.5.0",