Skip to content

Commit ec70a26

Browse files
committed
Upgrade PNPM to latest version
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.
1 parent 7658bb8 commit ec70a26

File tree

2 files changed

+6169
-4848
lines changed

2 files changed

+6169
-4848
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,10 @@
120120
"yargs": "^17.7.2"
121121
},
122122
"engines": {
123-
"node": "^16 || ^18 || ^20"
123+
"node": "^16 || ^18 || ^20",
124+
"pnpm": ">=9.0.0 <10.0.0"
124125
},
126+
"packageManager": "[email protected]",
125127
"pnpm": {
126128
"overrides": {
127129
"uuid": "8.3.2"

0 commit comments

Comments
 (0)