Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Dec 8, 2024
1 parent acdddf7 commit 81ba0bd
Show file tree
Hide file tree
Showing 9 changed files with 395 additions and 848 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,13 @@ Plugin developers:
- update node pty beta `v0.12.0-beta`
- update angular from `v18` to `v19`
- improvements to GH actions and build processes (@NorthernMan54)
- updated dependencies

### Homebridge Dependencies

- `@homebridge/hap-client` @ `v2.0.4`
- `@homebridge/hap-client` @ `v2.0.5`
- `@homebridge/node-pty-prebuilt-multiarch` @ `v0.12.0-beta`
- `@homebridge/plugin-ui-utils` @ `v1.0.4-beta`
- `@homebridge/plugin-ui-utils` @ `v2.0.0`

## v4.65.0 (2024-12-08)

Expand Down
31 changes: 10 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@fastify/helmet": "11.1.1",
"@fastify/multipart": "8.3.0",
"@fastify/static": "7.0.4",
"@homebridge/hap-client": "2.0.4",
"@homebridge/hap-client": "2.0.5",
"@homebridge/node-pty-prebuilt-multiarch": "0.12.0-beta.5",
"@nestjs/axios": "3.1.3",
"@nestjs/common": "10.4.13",
Expand Down Expand Up @@ -142,7 +142,7 @@
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"unplugin-swc": "^1.5.1",
"vitest": "^2.1.8"
},
Expand Down
5 changes: 4 additions & 1 deletion ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@
"stylePreprocessorOptions": {
"includePaths": [
"./node_modules"
]
],
"sass": {
"silenceDeprecations": ["import"]
}
},
"extractLicenses": false,
"sourceMap": true,
Expand Down
Loading

0 comments on commit 81ba0bd

Please sign in to comment.