Skip to content

Commit d3fd0c4

Browse files
author
Angular Builds
committed
8f051a4 build: update all remaining places to TypeScript 5.6
1 parent 51a45af commit d3fd0c4

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.5.2"
18+
"typescript": "~5.6.2"
1919
},
2020
"devDependencies": {
2121
"@types/node": "^18.18.0",

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": "19.0.0-next.3+sha-7981dd2",
3+
"version": "19.0.0-next.3+sha-8f051a4",
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#7981dd2",
25-
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#7981dd2",
24+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#8f051a4",
25+
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#8f051a4",
2626
"@inquirer/prompts": "5.5.0",
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.5.2"
18+
"typescript": "~5.6.2"
1919
},
2020
"devDependencies": {
2121
"@types/node": "^18.18.0",

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Tue Sep 10 2024 06:32:59 GMT+0000 (Coordinated Universal Time)
1+
Tue Sep 10 2024 07:29:12 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)