From 5e0d35cfa087cea511dc4735510236a352bede40 Mon Sep 17 00:00:00 2001 From: Cong-Cong Pan Date: Wed, 20 May 2026 11:57:12 +0800 Subject: [PATCH] fix: pin pnpm to v10 for Corepack compatibility --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21c314e..0f44689 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rsbuild-plugin-rsc", "version": "0.1.0", - "packageManager": "pnpm@11.1.2", + "packageManager": "pnpm@10.33.4", "description": "React Server Components plugin for Rsbuild", "repository": { "type": "git",