Skip to content

Commit

Permalink
feat(@ngtools/webpack): support using TypeScript 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin committed Dec 3, 2020
1 parent 6e15005 commit 5cda038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
},
"peerDependencies": {
"@angular/compiler-cli": "^11.0.0 || ^11.1.0-next",
"typescript": "~4.0.0",
"typescript": "~4.0.0 || ~4.1.0",
"webpack": "^4.0.0"
},
"devDependencies": {
"@angular/compiler": "11.1.0-next.0",
"@angular/compiler-cli": "11.1.0-next.0",
"typescript": "4.0.5",
"typescript": "4.1.2",
"webpack": "4.44.2"
}
}

0 comments on commit 5cda038

Please sign in to comment.