From 15588d033fd0cc626beba2fcf4056c8693490a2d Mon Sep 17 00:00:00 2001 From: Sheraff Date: Thu, 21 May 2026 23:08:07 +0200 Subject: [PATCH] chore: enforce pnpm 11 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index c7280a19fc..542a9f5b66 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,9 @@ "url": "git+https://github.com/TanStack/table.git" }, "packageManager": "pnpm@11.1.3", + "engines": { + "pnpm": ">=11.0.0" + }, "type": "module", "scripts": { "build": "nx affected --targets=build --exclude='examples/**' && size-limit",