chore: update to pnpm v10 (#1349)

This commit is contained in:
Gauthier
2025-09-28 18:20:31 +02:00
committed by GitHub
parent da57ccc5a7
commit eec3319ba6
3 changed files with 12 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
"name": "jellyseerr",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@9.0.0",
"packageManager": "pnpm@10.17.1",
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "node postinstall-win.js",
@@ -175,7 +175,8 @@
"typescript": "4.9.5"
},
"engines": {
"node": "^22.0.0"
"node": "^22.0.0",
"pnpm": "^10.0.0"
},
"overrides": {
"sqlite3/node-gyp": "8.4.1",
@@ -263,5 +264,11 @@
"@codedependant/semantic-release-docker",
"@semantic-release/github"
]
},
"pnpm": {
"onlyBuiltDependencies": [
"sqlite3",
"bcrypt"
]
}
}