From ec44ed1ddc1785f000c59e822959ebbc4af56465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Wed, 29 Jul 2026 09:26:08 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=8C=85=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E9=99=8D=E7=BA=A7=E5=88=B0pnpm=2010=E7=89=88=E6=9C=AC=20?= =?UTF-8?q?=E5=85=BC=E5=AE=B9=E4=BD=8E=E7=89=88=E6=9C=ACnodejs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 35c6840e..6b88e11a 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "type": "git", "url": "https://gitee.com/JavaLionLi/plus-ui.git" }, + "packageManager": "pnpm@10.34.5", "type": "module", "scripts": { "build": "vite build --mode production", @@ -77,6 +78,6 @@ ], "engines": { "node": ">=20.19.0", - "pnpm": ">=11.0.0" + "pnpm": ">=10.0.0" } }