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/auto-refetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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 22 to 24

Choose a reason for hiding this comment

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

medium

For better consistency and to avoid potential versioning conflicts, it's a best practice to keep all @angular/* packages aligned to the same version. Since @angular/cli is being updated, I recommend updating the other Angular packages in this file to ^20.3.15 as well. This applies to packages in both devDependencies and dependencies.

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