mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
9d7768ccd6
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
17 lines
508 B
JSON
17 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:*"
|
|
}
|
|
}
|