Skip to content

Commit

Permalink
Upgrade pnpm to 8.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Mar 22, 2024
1 parent ab1bcd9 commit f7314d5
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 146 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.11.1",
"pnpm": "8.15.3",
"pnpm": "8.15.5",
"python": "3.12.2"
}
```
Expand Down
16 changes: 8 additions & 8 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.11.1",
"pnpm": "8.15.3",
"pnpm": "8.15.5",
"python": "3.12.2"
},
"engine-strict": true,
"volta": {
"node": "20.11.1",
"pnpm": "8.15.3",
"pnpm": "8.15.5",
"python": "3.12.2"
},
"packageManager": "pnpm@8.15.3",
"packageManager": "pnpm@8.15.5",
"homepage": "https://github.com/ferdium/ferdium-server",
"license": "MIT License",
"scripts": {
Expand Down Expand Up @@ -45,21 +45,21 @@
"@types/source-map-support": "0.5.10",
"@types/targz": "1.0.4",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"adonis-preset-ts": "2.1.0",
"cross-env": "7.0.3",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-adonis": "2.1.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-unicorn": "50.0.1",
"eslint-plugin-unicorn": "51.0.1",
"husky": "9.0.11",
"is-ci": "3.0.1",
"pino-pretty": "10.3.1",
"prettier": "3.2.5",
"typescript": "5.3.3",
"typescript": "5.4.3",
"youch": "3.3.3",
"youch-terminal": "2.2.3"
},
Expand Down
Loading

0 comments on commit f7314d5

Please sign in to comment.