Skip to content

Commit

Permalink
Upgrade pnpm to 9.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Jun 2, 2024
1 parent aa61b53 commit 4c6f594
Show file tree
Hide file tree
Showing 6 changed files with 9,491 additions and 7,534 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Up @@ -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"
}
```

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading

0 comments on commit 4c6f594

Please sign in to comment.