Skip to content

Commit

Permalink
upgrade pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Nov 6, 2024
1 parent b86d3a6 commit 46a64bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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.18.0",
"pnpm": "9.12.2",
"pnpm": "9.12.3",
"python": "3.12.7"
}
```
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"description": "Ferdium server to replace the default Franz/Ferdi server.",
"engines": {
"node": "20.18.0",
"pnpm": "9.12.2",
"pnpm": "9.12.3",
"python": "3.12.7"
},
"engine-strict": true,
"volta": {
"node": "20.18.0",
"pnpm": "9.12.2",
"pnpm": "9.12.3",
"python": "3.12.7"
},
"packageManager": "pnpm@9.12.2",
"packageManager": "pnpm@9.12.3",
"homepage": "https://github.com/ferdium/ferdium-server",
"license": "MIT License",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion recipes
Submodule recipes updated 1 files
+3 −3 package.json

0 comments on commit 46a64bb

Please sign in to comment.