chore: bump pnpm to 8.9 (#56649)

There's allegedly a bump in performance for mac for pnpm 8.9 so upgrading it in the repo.
This commit is contained in:
Jimmy Lai 2023-10-10 13:23:10 +02:00 committed by GitHub
parent c8064d69f6
commit 56fe014532
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -20,7 +20,7 @@
},
"engines": {
"node": ">=16.14.0",
"pnpm": "8.7.1"
"pnpm": "8.9.0"
},
"packageManager": "pnpm@8.7.1"
"packageManager": "pnpm@8.9.0"
}

View file

@ -249,7 +249,7 @@
},
"engines": {
"node": ">=16.14.0",
"pnpm": "8.7.1"
"pnpm": "8.9.0"
},
"packageManager": "pnpm@8.7.1"
"packageManager": "pnpm@8.9.0"
}

View file

@ -9,7 +9,7 @@
},
"engines": {
"node": ">=16.14.0",
"pnpm": "8.7.1"
"pnpm": "8.9.0"
},
"packageManager": "pnpm@8.7.1"
"packageManager": "pnpm@8.9.0"
}