Skip to content

Commit

Permalink
support node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Sep 7, 2024
1 parent b746850 commit a52cc6c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file.
- rename instances of `BatteryService` to `Battery`
- update `@ngx-translate/core` and `angular-gridster2`
- make use of `overrides` in the `package.json` files to patch dependency vulnerabilities
- support node 22

### Homebridge Dependencies

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"hb-service": "dist/bin/hb-service.js"
},
"engines": {
"node": "^18 || ^20",
"node": "^18 || ^20 || ^22",
"homebridge": "^1.8.0 || ^2.0.0-beta.0"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions ui/package-lock.json

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

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"@angular/forms": "15.2.10",
"@angular/localize": "15.2.10",
"@homebridge/hap-client": {
"axios": "1.7.6"
"axios": "1.7.7"
},
"@angular-devkit/build-angular": {
"webpack": "^5.94.0"
Expand Down

0 comments on commit a52cc6c

Please sign in to comment.