chore(deps): update pnpm to v10 (#2239)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
homarr-renovate[bot]
2025-02-08 11:16:07 +01:00
committed by GitHub
parent 2e150d548f
commit f6a5c04017
2 changed files with 24 additions and 8 deletions

View File

@@ -53,17 +53,33 @@
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.5"
},
"packageManager": "pnpm@9.15.5",
"packageManager": "pnpm@10.2.1",
"engines": {
"node": ">=22.13.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"@tree-sitter-grammars/tree-sitter-yaml",
"bcrypt",
"better-sqlite3",
"cpu-features",
"esbuild",
"sharp",
"ssh2",
"tree-sitter",
"tree-sitter-json"
],
"allowNonAppliedPatches": true,
"overrides": {
"proxmox-api>undici": "7.3.0"
},
"patchedDependencies": {
"pretty-print-error": "patches/pretty-print-error.patch"
}
},
"ignoredBuiltDependencies": [
"@scarf/scarf",
"core-js-pure",
"protobufjs"
]
}
}