mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit removes Yarn as a package manager for integration tests and migrates to pnpm. This change aims to standardize package management across the project, leveraging pnpm's efficiency and consistent behavior for dependency resolution and installation. PR Close #63902
19 lines
666 B
JSON
19 lines
666 B
JSON
{
|
|
"dependencies": {
|
|
"@angular/animations": "workspace:*",
|
|
"@angular/benchpress": "workspace: *",
|
|
"@angular/common": "workspace:*",
|
|
"@angular/compiler-cli": "workspace:*",
|
|
"@angular/compiler": "workspace:*",
|
|
"@angular/core": "workspace:*",
|
|
"@angular/elements": "workspace:*",
|
|
"@angular/forms": "workspace:*",
|
|
"@angular/language-service": "workspace: *",
|
|
"@angular/localize": "workspace: *",
|
|
"@angular/platform-browser-dynamic": "workspace:*",
|
|
"@angular/platform-browser": "workspace:*",
|
|
"@angular/platform-server": "workspace:*",
|
|
"@angular/router": "workspace:*",
|
|
"@angular/upgrade": "workspace: *"
|
|
}
|
|
}
|