Skip to content

Commit f1786c5

Browse files
committed
chore(typescript): update typescript to support Angular 20
1 parent 2b2f7a7 commit f1786c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

static/code/stackblitz/v7/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"@angular/build": "^20.0.0",
2828
"@angular/cli": "^20.0.0",
2929
"@angular/compiler-cli": "^20.0.0",
30-
"typescript": "^5.6.3"
30+
"typescript": "^5.8.0"
3131
}
3232
}

static/code/stackblitz/v8/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"@angular/build": "^20.0.0",
2828
"@angular/cli": "^20.0.0",
2929
"@angular/compiler-cli": "^20.0.0",
30-
"typescript": "^5.6.3"
30+
"typescript": "^5.8.0"
3131
}
3232
}

0 commit comments

Comments
 (0)