Skip to content
Open
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"pdfjs-dist": "5.4.394",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
"zone.js": "~0.16.0"

Choose a reason for hiding this comment

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

P1 Badge Keep zone.js within Angular 20 peer range

@angular/core 20.2.x still declares a peer dependency of zone.js ~0.15.0; bumping the app dependency to ~0.16.0 moves it outside the supported range. With npm 7+ this results in a peer dependency conflict (ERESOLVE/install failure), blocking installs and CI before the app can build. Please stay on the 0.15.x minor or upgrade Angular to a version that advertises support for 0.16.x.

Useful? React with 👍 / 👎.

},
"devDependencies": {
"@angular/build": "^20.2.1",
Expand Down