Skip to content

Commit 839ca89

Browse files
author
Angular Builds
committed
29a58e5 build: move build-angular/build-webpack specific dependencies out of root
1 parent 261fd5d commit 839ca89

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.0-next.1+sha-f4be831",
3+
"version": "20.0.0-next.1+sha-29a58e5",
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#f4be831",
26-
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#f4be831",
25+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#29a58e5",
26+
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#29a58e5",
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-
Fri Mar 14 2025 15:09:58 GMT+0000 (Coordinated Universal Time)
1+
Fri Mar 14 2025 17:25:00 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-next.0',
1818
NgPackagr: '^20.0.0-next.0',
19-
DevkitBuildAngular: '^20.0.0-next.1+sha-f4be831',
20-
AngularBuild: '^20.0.0-next.1+sha-f4be831',
21-
AngularSSR: '^20.0.0-next.1+sha-f4be831',
19+
DevkitBuildAngular: '^20.0.0-next.1+sha-29a58e5',
20+
AngularBuild: '^20.0.0-next.1+sha-29a58e5',
21+
AngularSSR: '^20.0.0-next.1+sha-29a58e5',
2222
};

0 commit comments

Comments
 (0)