-
Notifications
You must be signed in to change notification settings - Fork 385
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Other Changes - **i18n:** Update de.json ([1627](#1627)) ### Bug Fixes - Fix text in post-plugin-update modal which wasn't showing translated strings properly - Revert HomeKit code formatting change --------- Co-authored-by: Ben <[email protected]> Co-authored-by: Staubgeborener <[email protected]>
- Loading branch information
1 parent
e009cf2
commit 0eaca8f
Showing
13 changed files
with
81 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "homebridge-config-ui-x", | ||
"displayName": "Homebridge UI", | ||
"version": "4.52.0", | ||
"version": "4.52.1", | ||
"description": "A web based management, configuration and control platform for Homebridge.", | ||
"license": "MIT", | ||
"author": "oznu <[email protected]>", | ||
|
@@ -56,8 +56,8 @@ | |
"@fastify/multipart": "8.0.0", | ||
"@fastify/static": "6.12.0", | ||
"@fastify/swagger": "8.12.0", | ||
"@homebridge/node-pty-prebuilt-multiarch": "^0.11.8", | ||
"@nestjs/axios": "^3.0.1", | ||
"@homebridge/node-pty-prebuilt-multiarch": "0.11.8", | ||
"@nestjs/axios": "3.0.1", | ||
"@nestjs/common": "10.2.7", | ||
"@nestjs/core": "10.2.7", | ||
"@nestjs/jwt": "10.1.1", | ||
|
@@ -72,7 +72,7 @@ | |
"class-validator": "0.14.0", | ||
"commander": "7.2.0", | ||
"dayjs": "1.11.10", | ||
"emoji-js": "^3.7.0", | ||
"emoji-js": "3.7.0", | ||
"fastify": "4.23.2", | ||
"fs-extra": "10.1.0", | ||
"node-cache": "5.1.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters