Skip to content

Commit 05de938

Browse files
committed
fix for custom uis showing schema form
1 parent 9f9242b commit 05de938

File tree

10 files changed

+838
-797
lines changed

10 files changed

+838
-797
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file.
1212
- prevent url-based settings from being changed from a pwa
1313
- add search bar on settings page for filtering options
1414
- implement html page titles on section pages (#2579)
15+
- fix for custom uis showing schema form
1516

1617
### Other Changes
1718

package-lock.json

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

package.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,39 +92,39 @@
9292
"@nestjs/platform-socket.io": "11.1.6",
9393
"@nestjs/swagger": "11.2.0",
9494
"@nestjs/websockets": "11.1.6",
95-
"axios": "1.12.1",
95+
"axios": "1.12.2",
9696
"bash-color": "0.0.4",
9797
"class-transformer": "0.5.1",
9898
"class-validator": "0.14.2",
9999
"commander": "14.0.1",
100100
"dayjs": "1.11.18",
101101
"fastify": "5.6.0",
102-
"fs-extra": "11.3.1",
102+
"fs-extra": "11.3.2",
103103
"jsonwebtoken": "9.0.2",
104104
"lodash": "4.17.21",
105105
"node-cache": "5.1.2",
106106
"node-schedule": "2.1.1",
107-
"ora": "8.2.0",
107+
"ora": "9.0.0",
108108
"otplib": "12.0.1",
109109
"p-limit": "7.1.1",
110110
"passport": "0.7.0",
111111
"passport-jwt": "4.0.1",
112112
"reflect-metadata": "0.2.2",
113113
"rxjs": "7.8.2",
114114
"semver": "7.7.2",
115-
"systeminformation": "5.27.9",
115+
"systeminformation": "5.27.10",
116116
"tail": "2.2.6",
117117
"tar": "7.4.3",
118118
"tcp-port-used": "1.0.2",
119119
"unzipper": "0.12.3"
120120
},
121121
"devDependencies": {
122-
"@antfu/eslint-config": "^5.3.0",
122+
"@antfu/eslint-config": "^5.4.1",
123123
"@nestjs/testing": "^11.1.6",
124124
"@prettier/plugin-xml": "^3.4.2",
125125
"@types/fs-extra": "^11.0.4",
126126
"@types/lodash": "^4.17.20",
127-
"@types/node": "^24.3.3",
127+
"@types/node": "^24.5.2",
128128
"@types/node-schedule": "^2.1.8",
129129
"@types/passport-jwt": "^4.0.1",
130130
"@types/semver": "^7.7.1",
@@ -133,7 +133,7 @@
133133
"@types/unzipper": "^0.10.11",
134134
"@vitest/coverage-v8": "^3.2.4",
135135
"concurrently": "^9.2.1",
136-
"eslint-plugin-format": "^1.0.1",
136+
"eslint-plugin-format": "^1.0.2",
137137
"form-data": "^4.0.4",
138138
"nodemon": "^3.1.10",
139139
"rimraf": "^6.0.1",
@@ -145,6 +145,9 @@
145145
"vitest": "^3.2.4"
146146
},
147147
"overrides": {
148+
"@homebridge/hap-client": {
149+
"axios": "1.12.2"
150+
},
148151
"@nestjs/platform-fastify": {
149152
"fastify": "5.6.0"
150153
}

0 commit comments

Comments
 (0)