Skip to content

Commit

Permalink
re-add reflect-metadata to dependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Feb 22, 2025
1 parent d329e4e commit b6fe6a6
Show file tree
Hide file tree
Showing 8 changed files with 1,219 additions and 1,070 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file.
- updates to the `uk.json` language file (#2352) (@xrust83)
- add missing add section button to plugin config screens

### Other Changes

- re-add `reflect-metadata` to `dependencies` in `package.json`

### Homebridge Dependencies

- `@homebridge/hap-client` @ `v2.0.5`
Expand Down
1,397 changes: 750 additions & 647 deletions package-lock.json

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@
"p-limit": "3.1.0",
"passport": "0.7.0",
"passport-jwt": "4.0.1",
"rxjs": "7.8.1",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.2",
"semver": "7.7.1",
"systeminformation": "5.25.11",
"tail": "2.2.6",
Expand All @@ -119,30 +120,30 @@
"unzipper": "0.12.3"
},
"devDependencies": {
"@antfu/eslint-config": "^4.2.0",
"@antfu/eslint-config": "^4.3.0",
"@nestjs/testing": "^10.4.15",
"@prettier/plugin-xml": "^3.4.1",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.15",
"@types/node": "^22.13.1",
"@types/node": "^22.13.5",
"@types/node-schedule": "^2.1.7",
"@types/passport-jwt": "^4.0.1",
"@types/semver": "^7.5.8",
"@types/tail": "^2.2.3",
"@types/tcp-port-used": "^1.0.4",
"@types/unzipper": "^0.10.10",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/coverage-v8": "^3.0.6",
"concurrently": "^9.1.2",
"eslint-plugin-format": "^1.0.1",
"form-data": "^4.0.1",
"form-data": "^4.0.2",
"nodemon": "^3.1.9",
"rimraf": "^6.0.1",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.3",
"unplugin-swc": "^1.5.1",
"vitest": "^3.0.5"
"vitest": "^3.0.6"
},
"overrides": {
"@nestjs/platform-fastify": {
Expand Down
Loading

0 comments on commit b6fe6a6

Please sign in to comment.