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" } }