Skip to content

Commit

Permalink
feat: drop support for TypeScript 4.6 and 4.7
Browse files Browse the repository at this point in the history
This commit drops support for TypeScript 4.6 and 4.7

BREAKING CHANGE: TypeScript versions older than 4.8.2 are no longer supported.
  • Loading branch information
alan-agius4 committed Oct 7, 2022
1 parent 3202410 commit 1a810e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"ng-packagr": "^15.0.0-next",
"protractor": "^7.0.0",
"tailwindcss": "^2.0.0 || ^3.0.0",
"typescript": ">=4.6.2 <4.9"
"typescript": "^4.8.2"
},
"peerDependenciesMeta": {
"@angular/localize": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {},
"peerDependencies": {
"@angular/compiler-cli": "^15.0.0-next",
"typescript": ">=4.6.2 <4.9",
"typescript": "^4.8.2",
"webpack": "^5.54.0"
},
"devDependencies": {
Expand Down

0 comments on commit 1a810e1

Please sign in to comment.