Skip to content

Commit bfb33b1

Browse files
committed
refactor(@angular-devkit/build-angular): remove support for TypeScript 3.9
BREAKING CHANGE: TypeScript 3.9 is no longer supported, please upgrade to TypeScript 4.0.
1 parent 54fc6f1 commit bfb33b1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

integration/angular_cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"puppeteer": "5.2.1",
4444
"ts-node": "~8.3.0",
4545
"tslint": "~6.1.0",
46-
"typescript": "~3.9.2"
46+
"typescript": "~4.0.0"
4747
},
4848
"resolutions": {
4949
"rxjs": "6.5.4",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"ng-packagr": "^11.0.0 || ^11.0.0-next",
8585
"protractor": "^7.0.0",
8686
"tslint": "^6.1.0",
87-
"typescript": ">=3.9 < 4.1"
87+
"typescript": "~4.0.0"
8888
},
8989
"peerDependenciesMeta": {
9090
"@angular/localize": {

0 commit comments

Comments
 (0)