Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bazel/integration/tests/angular-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "ng test"
},
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"dependencies": {
"@angular/animations": "21.0.0-next.7",
"@angular/common": "21.0.0-next.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "bazelisk test ..."
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"devDependencies": {
"@bazel/bazelisk": "^1.11.0"
}
Expand Down
2 changes: 1 addition & 1 deletion bazel/integration/tests/package_mappings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"dependencies": {
"fake_pkg": "link:./in-existing-linked-by-bazel"
},
Expand Down
2 changes: 1 addition & 1 deletion bazel/integration/tests/playwright_chromium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"@playwright/test": "^1.16.3",
"typescript": "^5.9.3"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].2"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "@angular/build-tooling",
"version": "0.0.0-{SCM_HEAD_SHA}",
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"engines": {
"npm": "Please use pnpm instead of NPM to install dependencies",
"yarn": "Please use pnpm instead of Yarn to install dependencies",
"pnpm": "10.18.1"
"pnpm": "10.18.2"
},
"scripts": {
"prepare": "husky",
Expand Down
Loading