Skip to content

Commit d88c5e6

Browse files
author
Angular Builds
committed
9bce4c4 build: update to TypeScript 5.8 final
1 parent 1b1f33a commit d88c5e6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

blank/project-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@angular-devkit/core": "^<%= coreVersion %>",
1717
"@angular-devkit/schematics": "^<%= schematicsVersion %>",
18-
"typescript": "~5.7.2"
18+
"typescript": "~5.8.2"
1919
},
2020
"devDependencies": {
2121
"@types/node": "^20.17.19",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-devkit/schematics-cli",
3-
"version": "20.0.0-next.0+sha-38ef5d7",
3+
"version": "20.0.0-next.0+sha-9bce4c4",
44
"description": "Angular Schematics - CLI",
55
"homepage": "https://github.com/angular/angular-cli",
66
"bin": {
@@ -21,8 +21,8 @@
2121
],
2222
"schematics": "./collection.json",
2323
"dependencies": {
24-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#38ef5d7",
25-
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#38ef5d7",
24+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#9bce4c4",
25+
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#9bce4c4",
2626
"@inquirer/prompts": "7.3.2",
2727
"ansi-colors": "4.1.3",
2828
"symbol-observable": "4.0.0",

schematic/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@angular-devkit/core": "^<%= coreVersion %>",
1717
"@angular-devkit/schematics": "^<%= schematicsVersion %>",
18-
"typescript": "~5.7.2"
18+
"typescript": "~5.8.2"
1919
},
2020
"devDependencies": {
2121
"@types/node": "^20.17.19",

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Mon Mar 03 2025 12:41:10 GMT+0000 (Coordinated Universal Time)
1+
Mon Mar 03 2025 13:38:08 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)