Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade pnpm to 9.1.4
Browse files Browse the repository at this point in the history
vraravam committed Jun 1, 2024
1 parent f1790ac commit a5c2280
Showing 5 changed files with 9,490 additions and 7,533 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@ save-exact = true
engine-strict = true
unsafe-perm = true
frozen-lockfile = false
strict-peer-dependencies = true
strict-peer-dependencies = false
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -63,7 +63,7 @@ Currently, these are the combinations of system dependencies that work for MacOS
$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json
{
"node": "20.14.0",
"pnpm": "8.15.8"
"pnpm": "9.1.4"
}
```

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -14,14 +14,14 @@
"private": true,
"engines": {
"node": "20.14.0",
"pnpm": "8.15.8"
"pnpm": "9.1.4"
},
"engine-strict": true,
"volta": {
"node": "20.14.0",
"pnpm": "8.15.8"
"pnpm": "9.1.4"
},
"packageManager": "pnpm@8.15.8",
"packageManager": "pnpm@9.1.4",
"scripts": {
"prepare": "is-ci || husky",
"start": "electron ./build",
Loading

0 comments on commit a5c2280

Please sign in to comment.