mirror of
https://github.com/unraid/api.git
synced 2026-04-28 11:09:21 -05:00
a0021bf682
🤖 I have created a release *beep* *boop*
---
## [4.2.1](https://github.com/unraid/api/compare/v4.2.0...v4.2.1)
(2025-03-18)
### Bug Fixes
* **deps:** update all non-major dependencies
([#1192](https://github.com/unraid/api/issues/1192))
([b5f3a37](https://github.com/unraid/api/commit/b5f3a3786305d21edc8a0cb436d34406c2f497fc))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
40 lines
830 B
JSON
40 lines
830 B
JSON
{
|
|
"name": "unraid-monorepo",
|
|
"private": true,
|
|
"version": "4.2.1",
|
|
"scripts": {
|
|
"build": "pnpm -r build",
|
|
"build:watch": "pnpm -r build:watch",
|
|
"dev": "pnpm -r dev",
|
|
"unraid:deploy": "pnpm -r unraid:deploy",
|
|
"test": "pnpm -r test",
|
|
"lint": "pnpm -r lint",
|
|
"lint:fix": "pnpm -r lint:fix",
|
|
"type-check": "pnpm -r type-check",
|
|
"check": "manypkg check"
|
|
},
|
|
"pnpm": {
|
|
"peerDependencyRules": {
|
|
"allowAny": [
|
|
"vue"
|
|
]
|
|
},
|
|
"onlyBuiltDependencies": [
|
|
"@apollo/protobufjs",
|
|
"@nestjs/core",
|
|
"@parcel/watcher",
|
|
"@swc/core",
|
|
"@unraid/libvirt",
|
|
"cpu-features",
|
|
"esbuild",
|
|
"nestjs-pino",
|
|
"ssh2",
|
|
"vue-demi"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@manypkg/cli": "^0.23.0"
|
|
},
|
|
"packageManager": "pnpm@10.6.4"
|
|
}
|