Skip to content

Commit

Permalink
Upgrade PNPM to latest version
Browse files Browse the repository at this point in the history
The PNPM version was ancient (released ~4 years ago) thus it commit upgrades it to the latest version. This also helps us ensure consistency in our package managers and JS/TS projects across our organization.
  • Loading branch information
NyanKiyoshi committed Dec 13, 2024
1 parent 7658bb8 commit ec70a26
Show file tree
Hide file tree
Showing 2 changed files with 6,169 additions and 4,848 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,10 @@
"yargs": "^17.7.2"
},
"engines": {
"node": "^16 || ^18 || ^20"
"node": "^16 || ^18 || ^20",
"pnpm": ">=9.0.0 <10.0.0"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"uuid": "8.3.2"
Expand Down
Loading

0 comments on commit ec70a26

Please sign in to comment.