Skip to content

Commit

Permalink
upgrade angular from v18 to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Dec 25, 2024
1 parent 4c9c49c commit 98952b3
Show file tree
Hide file tree
Showing 281 changed files with 5,357 additions and 3,626 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file.
### Other Changes

- format svg files nicely as part of lint
- upgrade angular from `v18` to `v19`

## v4.65.2 (2024-12-15)

Expand Down
152 changes: 76 additions & 76 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,14 @@
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"semver": "7.6.3",
"systeminformation": "5.23.16",
"systeminformation": "5.23.22",
"tail": "2.2.6",
"tar": "6.2.1",
"tcp-port-used": "1.0.2",
"unzipper": "0.12.3"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@antfu/eslint-config": "^3.12.1",
"@nestjs/testing": "^10.4.15",
"@prettier/plugin-xml": "^3.4.1",
"@types/fs-extra": "^11.0.4",
Expand All @@ -144,7 +144,7 @@
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"unplugin-swc": "^1.5.1",
"vitest": "^2.1.8"
},
Expand Down
5 changes: 4 additions & 1 deletion ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@
"stylePreprocessorOptions": {
"includePaths": [
"./node_modules"
]
],
"sass": {
"silenceDeprecations": ["import"]
}
},
"extractLicenses": false,
"sourceMap": true,
Expand Down
Loading

0 comments on commit 98952b3

Please sign in to comment.