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/basic-persister/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@angular/build": "^19.2.5",
"@angular/cli": "^19.2.5",
"@angular/cli": "^20.3.15",

Choose a reason for hiding this comment

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

critical

While upgrading @angular/cli to ^20.3.15 addresses a security vulnerability, this major version bump is likely to cause issues because other @angular/* packages are not updated. In Angular, all framework packages should be on the same major version.

Please update the following packages to a compatible version 20 release as well:

  • @angular/build
  • @angular/compiler-cli
  • @angular/common
  • @angular/compiler
  • @angular/core
  • @angular/platform-browser
  • @angular/platform-browser-dynamic

Without these changes, this example project will likely fail to build or run.

"@angular/compiler-cli": "^19.2.4",
"typescript": "5.8.3"
}
Expand Down