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 #63986
20 lines
744 B
JSON
20 lines
744 B
JSON
{
|
|
"name": "angular-side-effects",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "check-side-effects --test side-effects.json --pure-getters",
|
|
"update": "pnpm test --update"
|
|
},
|
|
"dependencies": {
|
|
"@angular/animations": "link:./in-existing-linked-by-bazel",
|
|
"@angular/common": "link:./in-existing-linked-by-bazel",
|
|
"@angular/core": "link:./in-existing-linked-by-bazel",
|
|
"@angular/elements": "link:./in-existing-linked-by-bazel",
|
|
"@angular/forms": "link:./in-existing-linked-by-bazel",
|
|
"@angular/platform-browser": "link:./in-existing-linked-by-bazel",
|
|
"@angular/router": "link:./in-existing-linked-by-bazel",
|
|
"check-side-effects": "0.0.23"
|
|
},
|
|
"packageManager": "pnpm@10.17.0"
|
|
}
|