diff --git a/package.json b/package.json index cf939776..c6ede937 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,9 @@ "url": "git+https://github.com/TanStack/devtools.git" }, "packageManager": "pnpm@11.1.1", + "engines": { + "pnpm": ">=11.0.0" + }, "type": "module", "scripts": { "build": "nx affected --targets=build --exclude=examples/** && size-limit",