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": "pnpm@10.18.0",
"packageManager": "pnpm@10.18.1",
"dependencies": {
"@angular/animations": "21.0.0-next.6",
"@angular/common": "21.0.0-next.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "bazelisk test ..."
},
"packageManager": "pnpm@10.18.0",
"packageManager": "pnpm@10.18.1",
"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": "pnpm@10.18.0",
"packageManager": "pnpm@10.18.1",
"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": "pnpm@10.18.0"
"packageManager": "pnpm@10.18.1"
}
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": "pnpm@10.18.0",
"packageManager": "pnpm@10.18.1",
"engines": {
"npm": "Please use pnpm instead of NPM to install dependencies",
"yarn": "Please use pnpm instead of Yarn to install dependencies",
"pnpm": "10.18.0"
"pnpm": "10.18.1"
},
"scripts": {
"prepare": "husky",
Expand Down
Loading