mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
16 lines
508 B
JSON
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:*"
|
|
}
|
|
}
|