Skip to content

Commit ece7fbd

Browse files
author
Angular Builds
committed
e5368b8 refactor(@ngtools/webpack): add types to exported module variables
1 parent 31240fd commit ece7fbd

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@schematics/angular",
3-
"version": "19.2.0-next.0+sha-23ebfd9",
3+
"version": "19.2.0-next.0+sha-e5368b8",
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#23ebfd9",
26-
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#23ebfd9",
25+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#e5368b8",
26+
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#e5368b8",
2727
"jsonc-parser": "3.3.1"
2828
},
2929
"repository": {

uniqueId

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Wed Jan 15 2025 10:04:35 GMT+0000 (Coordinated Universal Time)
1+
Wed Jan 15 2025 14:14:28 GMT+0000 (Coordinated Universal Time)

utility/latest-versions.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exports.latestVersions = {
1515
...dependencies,
1616
// As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
1717
Angular: dependencies['@angular/core'],
18-
DevkitBuildAngular: '^19.2.0-next.0+sha-23ebfd9',
19-
AngularBuild: '^19.2.0-next.0+sha-23ebfd9',
20-
AngularSSR: '^19.2.0-next.0+sha-23ebfd9',
18+
DevkitBuildAngular: '^19.2.0-next.0+sha-e5368b8',
19+
AngularBuild: '^19.2.0-next.0+sha-e5368b8',
20+
AngularSSR: '^19.2.0-next.0+sha-e5368b8',
2121
};

0 commit comments

Comments
 (0)