Skip to content

Commit

Permalink
chore: revert to pnpm@8 because turborepo doesn't support pnpm@9
Browse files Browse the repository at this point in the history
Local dependencies weren't detected, so something as simple as `turbo build` would explode.

See vercel/turborepo#8168.
  • Loading branch information
fwouts committed Jun 23, 2024
1 parent a82382a commit 037f3e0
Show file tree
Hide file tree
Showing 3 changed files with 22,753 additions and 26,655 deletions.
2 changes: 1 addition & 1 deletion loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"fs-extra": "^11.2.0",
"pino": "^8.21.0",
"pino-pretty": "^11.2.1",
"pnpm": "^9.4.0",
"pnpm": "^8.15.8",
"rimraf": "^5.0.7",
"typescript": "^5.5.2"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"turbo": "^2.0.4",
"typescript": "^5.5.2"
},
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@8.15.8",
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
Expand Down
Loading

0 comments on commit 037f3e0

Please sign in to comment.