mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Update pnpm
This commit is contained in:
parent
250307689b
commit
02b6c6de63
2 changed files with 2 additions and 2 deletions
|
|
@ -102,7 +102,7 @@ export function Run({ run }: { run: db.Run }) {
|
|||
</TableCell>
|
||||
</>
|
||||
) : (
|
||||
<TableCell colSpan={3} />
|
||||
<TableCell colSpan={4} />
|
||||
)}
|
||||
</TableRow>
|
||||
))}
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue