Skip to content

Commit f47c999

Browse files
committed
fix language on disable plugin modal
1 parent a98f39e commit f47c999

35 files changed

+269
-203
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,15 @@
127127
},
128128
"overrides": {
129129
"@homebridge/hap-client": {
130-
"axios": "1.7.6"
130+
"axios": "1.7.7"
131131
}
132132
},
133133
"devDependencies": {
134134
"@nestjs/testing": "^10.4.1",
135135
"@types/fs-extra": "^11.0.4",
136136
"@types/jest": "^29.5.12",
137137
"@types/lodash": "^4.17.7",
138-
"@types/node": "^22.5.2",
138+
"@types/node": "^22.5.4",
139139
"@types/node-schedule": "^2.1.7",
140140
"@types/passport-jwt": "^4.0.1",
141141
"@types/semver": "^7.5.8",
@@ -149,9 +149,9 @@
149149
"concurrently": "^8.2.2",
150150
"eslint": "^8.57.0",
151151
"eslint-config-airbnb-typescript": "^18.0.0",
152-
"eslint-plugin-import": "^2.29.1",
152+
"eslint-plugin-import": "^2.30.0",
153153
"eslint-plugin-import-newlines": "^1.4.0",
154-
"eslint-plugin-jest": "^28.8.1",
154+
"eslint-plugin-jest": "^28.8.3",
155155
"eslint-plugin-sort-exports": "^0.9.1",
156156
"form-data": "^4.0.0",
157157
"jest": "^29.7.0",

0 commit comments

Comments
 (0)