Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@
"yargs": "^17.5.1"
},
"engines": {
"pnpm": ">=7"
"pnpm": ">=8"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems we need to update this too, not too happy about that but looking at the npm stats it seems like the majority of the user base is already on this version
image
image
https://www.npmjs.com/package/pnpm?activeTab=versions

},
"packageManager": "pnpm@7.9.0",
"packageManager": "pnpm@8.13.0",
"pnpm": {
"overrides": {
"html-entities": "1.4.0"
Expand Down
Loading