From e74932009f8d263d5d55c7c9bbe59a5d832821d4 Mon Sep 17 00:00:00 2001 From: Sheraff Date: Thu, 21 May 2026 23:05:08 +0200 Subject: [PATCH] chore: enforce pnpm 11 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 447ff18..a84f28a 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,9 @@ "url": "https://github.com/TanStack/intent" }, "packageManager": "pnpm@11.1.1", + "engines": { + "pnpm": ">=11.0.0" + }, "type": "module", "scripts": { "build": "nx affected --skip-nx-cache --targets=build --exclude=examples/**",