Update pnpm

This commit is contained in:
cte 2025-03-28 00:03:22 -07:00
parent 250307689b
commit 02b6c6de63
2 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@ export function Run({ run }: { run: db.Run }) {
</TableCell>
</>
) : (
<TableCell colSpan={3} />
<TableCell colSpan={4} />
)}
</TableRow>
))}

View file

@ -1,7 +1,7 @@
{
"name": "@benchmark/monorepo",
"private": true,
"packageManager": "pnpm@10.6.5",
"packageManager": "pnpm@10.7.0",
"scripts": {
"lint": "turbo lint --log-order grouped --output-logs new-only",
"check-types": "turbo check-types --log-order grouped --output-logs new-only",