angular/modules/package.json
Paul Gschwendtner 9d7768ccd6 build: rework benchmarks and examples in modules/ to new optimization rule (#61566)
We are dropping the custom ESBuild and Terser pipeline from dev-infra
and instead leverage the Angular CLI directly. This commit adjusts
the benchmarks to use this new rule.

PR Close #61566
2025-05-29 14:39:11 -04:00

16 lines
508 B
JSON

{
"dependencies": {
"@angular/animations": "workspace:*",
"@angular/build": "20.0.0-rc.1",
"@angular/compiler": "workspace:*",
"@angular/common": "workspace:*",
"@angular/core": "workspace:*",
"@angular/upgrade": "workspace:*",
"@angular/forms": "workspace:*",
"@angular/localize": "workspace:*",
"@angular/router": "workspace:*",
"@angular/platform-browser": "workspace:*",
"@angular/platform-browser-dynamic": "workspace:*",
"zone.js": "workspace:*"
}
}