fix(deps): upgrade pnpm to v11 with versioned patch keys (#709)

This commit is contained in:
Will Pfleger
2026-05-21 18:53:26 -04:00
committed by GitHub
parent ee4ee5f850
commit 5b75ce4755
7 changed files with 32 additions and 33 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "sprout-workspace",
"private": true,
"packageManager": "pnpm@10.33.4",
"packageManager": "pnpm@11.1.3",
"scripts": {
"check": "pnpm -r check"
},