Skip to content

Commit f5a5a70

Browse files
committed
fix: build issues
1 parent 1dc6d0b commit f5a5a70

File tree

3 files changed

+12
-38
lines changed

3 files changed

+12
-38
lines changed

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@nestjs/passport": "^11.0.0",
7474
"@nestjs/platform-fastify": "^11.0.11",
7575
"@nestjs/schedule": "^6.0.0",
76-
"@nestjs/throttler": "^6.2.1",
76+
"@nestjs/throttler": "^6.4.0",
7777
"@reduxjs/toolkit": "^2.3.0",
7878
"@runonflux/nat-upnp": "^1.0.2",
7979
"@types/diff": "^8.0.0",

packages/unraid-api-plugin-connect/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
"format": "prettier --write \"src/**/*.{ts,js,json}\"",
1616
"codegen": "MOTHERSHIP_GRAPHQL_LINK='https://staging.mothership.unraid.net/ws' graphql-codegen --config codegen.ts"
1717
},
18-
"keywords": ["unraid", "connect", "unraid plugin"],
18+
"keywords": [
19+
"unraid",
20+
"connect",
21+
"unraid plugin"
22+
],
1923
"author": "Lime Technology, Inc. <unraid.net>",
2024
"license": "GPL-2.0-or-later",
2125
"description": "Unraid Connect plugin for Unraid API",
@@ -31,7 +35,7 @@
3135
"@nestjs/core": "^11.0.11",
3236
"@nestjs/event-emitter": "^3.0.1",
3337
"@nestjs/graphql": "^13.0.3",
34-
"@nestjs/schedule": "^5.0.0",
38+
"@nestjs/schedule": "^6.0.0",
3539
"@runonflux/nat-upnp": "^1.0.2",
3640
"@types/ini": "^4.1.1",
3741
"@types/ip": "^1.1.3",
@@ -75,7 +79,7 @@
7579
"@nestjs/core": "^11.0.11",
7680
"@nestjs/event-emitter": "^3.0.1",
7781
"@nestjs/graphql": "^13.0.3",
78-
"@nestjs/schedule": "^5.0.0",
82+
"@nestjs/schedule": "^6.0.0",
7983
"@runonflux/nat-upnp": "^1.0.2",
8084
"camelcase-keys": "^9.1.3",
8185
"class-transformer": "^0.5.1",

pnpm-lock.yaml

Lines changed: 4 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)