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 examples/angular/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@angular/build": "^20.0.0",
"@angular/cli": "^20.0.0",
"@angular/cli": "^20.3.15",
"@angular/compiler-cli": "^20.0.0",
Comment on lines 23 to 25

Choose a reason for hiding this comment

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

medium

For consistency and to avoid potential compatibility issues, it's best practice to keep all @angular/* packages at the same version. Since @angular/cli is being updated to ^20.3.15, @angular/build and @angular/compiler-cli should also be updated to match this version.

Suggested change
"@angular/build": "^20.0.0",
"@angular/cli": "^20.0.0",
"@angular/cli": "^20.3.15",
"@angular/compiler-cli": "^20.0.0",
"@angular/build": "^20.3.15",
"@angular/cli": "^20.3.15",
"@angular/compiler-cli": "^20.3.15",

"typescript": "5.8.3"
}
Expand Down
Loading