mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d09ef683b7
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 #63986
20 lines
666 B
JSON
20 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: *"
|
|
}
|
|
}
|