update pnpm to latest v10

This commit is contained in:
2025-05-31 10:53:29 -05:00
committed by Carlos Valente
parent 3b1e6cf33d
commit 0b9306de82
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -17,7 +17,7 @@
"license": "AGPL-3.0-only",
"engines": {
"node": "~22",
"pnpm": "~9"
"pnpm": "~10"
},
"type": "module",
"scripts": {
@@ -50,5 +50,5 @@
"turbo": "^2.3.3",
"typescript": "catalog:"
},
"packageManager": "pnpm@9.15.0"
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}