Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
195 changes: 171 additions & 24 deletions frontend/package-lock.json

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

4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
"@angular/localize": "^17.3.1",
"@angular/platform-browser": "^17.3.1",
"@angular/platform-browser-dynamic": "^17.3.1",
"@angular/platform-server": "^17.3.1",
"@angular/platform-server": "^18.2.14",
"@angular/router": "^17.3.1",
"@angular/ssr": "^17.3.1",
"@angular/ssr": "^18.2.21",
Comment on lines +75 to +77
Copy link

Copilot AI Sep 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This upgrade introduces a breaking change by jumping from Angular 17.3.1 to 18.x for only two packages while leaving other Angular dependencies at 17.3.1. This creates version inconsistency that could lead to compatibility issues. Consider upgrading all Angular packages to the same major version or verify that this mixed-version approach is intentional and tested.

Copilot uses AI. Check for mistakes.
"@fortawesome/angular-fontawesome": "~0.14.1",
"@fortawesome/fontawesome-common-types": "~6.6.0",
"@fortawesome/fontawesome-svg-core": "~6.6.0",
Expand Down
Loading