Skip to content

Commit c213137

Browse files
author
Angular Builds
committed
4e021e2 build: update bazel commands to use pnpm
1 parent 5c100f4 commit c213137

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@schematics/angular",
3-
"version": "20.0.5+sha-5542445",
3+
"version": "20.0.5+sha-4e021e2",
44
"description": "Schematics specific to Angular",
55
"homepage": "https://github.com/angular/angular-cli",
66
"keywords": [
@@ -22,8 +22,8 @@
2222
},
2323
"schematics": "./collection.json",
2424
"dependencies": {
25-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#5542445",
26-
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#5542445",
25+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#4e021e2",
26+
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#4e021e2",
2727
"jsonc-parser": "3.3.1"
2828
},
2929
"repository": {

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Thu Jul 03 2025 13:24:49 GMT+0000 (Coordinated Universal Time)
1+
Fri Jul 04 2025 07:23:27 GMT+0000 (Coordinated Universal Time)

utility/latest-versions.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exports.latestVersions = {
1616
// As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
1717
Angular: '^20.0.0',
1818
NgPackagr: '^20.0.0',
19-
DevkitBuildAngular: '^20.0.5+sha-5542445',
20-
AngularBuild: '^20.0.5+sha-5542445',
21-
AngularSSR: '^20.0.5+sha-5542445',
19+
DevkitBuildAngular: '^20.0.5+sha-4e021e2',
20+
AngularBuild: '^20.0.5+sha-4e021e2',
21+
AngularSSR: '^20.0.5+sha-4e021e2',
2222
};

0 commit comments

Comments
 (0)