Skip to content

Commit db11355

Browse files
committed
chore: enforce pnpm 11
1 parent 58d0232 commit db11355

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"url": "git+https://github.com/TanStack/devtools.git"
77
},
88
"packageManager": "pnpm@11.1.1",
9+
"engines": {
10+
"pnpm": ">=11.0.0"
11+
},
912
"type": "module",
1013
"scripts": {
1114
"build": "nx affected --targets=build --exclude=examples/** && size-limit",

0 commit comments

Comments
 (0)